﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
	color: #777777;
	background-color: #cccccc;
	margin: 0px;
}
input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

input[type="text"], input[type="password"], select, textarea
{
	border: solid 1px #cccccc;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
	border: solid 1px #666666;
}

input.SmallButton
{
	background: url(../Images/smallBut.png) no-repeat left;
	color: #f2f2f2;
	height: 24px;
	width: 80px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer; 
	margin-top: 4px;
	margin-left: 40%;
}

input.SmallButtonRight
{
	background: url(../Images/smallBut.png) no-repeat left;
	color: #f2f2f2;
	height: 24px;
	width: 80px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 4px;
}

input.VerySmallButton
{
	background: url(../Images/VerySmallButton.png) no-repeat left;
	color: #f2f2f2;
	height: 24px;
	width: 30px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

input.MediumButton
{
	background: url(../Images/mediumBut.png) no-repeat left;
	color: White;
	height: 24px;
	width: 120px;
	border: none;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}

table
{
	font-size: 100%;
	line-height: 20px;
}
tr
{
	vertical-align: top;
}

.grid td
{
	border-bottom: solid 1px #C6151D;
	padding: 0px 5px 0px 10px;
	vertical-align:middle;
}

td.header
{
	background: #C6151D; 
	color: #f2f2f2;
}

td.action
{
	
}


h1
{
	font-size: 120%;
	display: inline;
}

a
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

a.SortHeader
{
	color: White;
}

.OverFlow300
{
	max-height: 300px;
	overflow: auto;
}

.HandHover
{
	cursor: pointer;
}

.borderR
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAAAAA;
}
.borderL
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}

.borderT
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
}

.borderB
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

.border
{
	border: 1px solid #AAAAAA;
}

.bold
{
	font-weight: bold;
}

.boldbig
{
	font-size: 120%;
	font-weight: bold;
}

input.AutoCompleteTextBox
{
	padding-left: 15px;
	margin-right: 10px;
	background-image: url(../Images/autoicon.gif);
	background-position: left;
	background-repeat: no-repeat;
	
}

/* Page structure styles */

#PageContainer
{
	background: url(../Images/BodyBg.png) repeat-x top;
}

#PageContent
{
	/* pre IE6 fix 	max-width: 80%; 	min-width: 700px; 	min-height: 400px;  	*/
	min-width:670px;
/*	width: 900px;*/
	min-height: 500px;
	background: white;
	margin: 0px auto 10px auto;
	padding: 20px 40px 20px 40px;
}

#Logo
{
	width: 100%;
	float: left;
	border-bottom: solid 5px #808080;
}

#Menu
{
	float: left;
	margin: 5px 0px 0px 0px;
}

#HeaderInformation
{
	/* pre IE6 fix 	clear:both; 	float:right; 	margin: 10px 10px 10px 0px; 	*/
	text-align: right;
	clear: both;
	margin-top: -20px;
	font-weight: bold;
}

#MainContent
{
	clear: both;
}

#Footer
{
	width: 90%;
	float:left;
	border-top: solid 1px #AAAAAA;
	margin-top: 45px;
}

#LogoFooter
{
	float: right;
	margin: 10px 0px 0px 0px; 
}

.PageTitle
{
	font-size: 120%;
	font-weight: bold;
}

.Container
{
	background: #f6f3ef;
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #7E0E13;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	width: 100%;
}

.ContainerTitle
{
	font-size: 120%;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}

.ContainerContent
{
	border-top: solid 1px #AAAAAA;
	padding: 10px;
}

.Hide
{
	display: none;
}

.ExpandContent
{
	display: block;
}

.CollapseContent
{
	display: none;
}

.ExpandImage
{
	background: url(../Images/plusTrans.gif) no-repeat;
	width: 5px;
	height: 5px;
	text-decoration: none;
}

.ExpandImage:hover
{
	background: url(../Images/plusHover.gif) no-repeat;
	width: 5px;
	height: 5px;
	text-decoration: none;
}

.CollapseImage
{
	background: url(../Images/minTrans.gif) no-repeat;
	width: 5px;
	height: 5px;
	text-decoration: none;
}

.CollapseImage:hover
{
	background: url(../Images/minHover.gif) no-repeat;
	width: 5px;
	height: 5px;
	text-decoration: none;
}

.ImageButton
{
	padding: 0px;
	cursor: pointer;
}

.RemoveLinkStyle
{
	text-decoration: none;
	font-weight: normal;
	color: #777777;
}

.RemoveLinkStyleBold
{
	text-decoration: none;
	color: #777777;
}

.HideCheckBoxLabels label
{
	display: none;
}

.SmallerText
{
	font-size: 80%;
}

.msg
{
	color: Red;
	font-weight: bold;
}

.ActionHeader
{
	vertical-align:middle;
}

.NormalText
{
	font-size: 70%;
	font-weight: normal;
}

.NotApplicableIcon, .NonCompliantRedIcon, .NonCompliantIcon, .CompliantIcon, .NoAnswerIcon
{
	width: 14px;
	height: 15px;
	margin-right: 10px;
	display:inline;
}

.NotApplicableIcon
{
	background: url(../Images/NotApp.gif) no-repeat left;
}
.NonCompliantRedIcon
{
	background: url(../Images/NonCompRed.gif) no-repeat left;
}
.NonCompliantIcon
{
	background: url(../Images/NonComp.gif) no-repeat left;
}
.CompliantIcon
{
	background: url(../Images/Comp.gif) no-repeat left;
}
.NoAnswerIcon
{
	background: url(../Images/noAnswer.gif) no-repeat left;
}


/*TABS*/

.TabBoxContainer
{
	clear: both;
	border-right: solid 1px #99908C;
	border-left: solid 1px #99908C;
	border-bottom: solid 1px #99908C;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

#tabnavcontainer
{
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}
#tabnav
{
	float: left;
	width: 100%;
	font: normal 11px/13px Verdana, Arial;
	border-bottom: 1px solid #99908C;
}
#tabnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabnav li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabnav a, #tabnavlogin a
{
	float: left;
	background: url(../Images/tab_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 7px;
	text-decoration: none;
}
#tabnavlogin a
{
	background: url(../images/tab_left_login.gif) no-repeat left top;
}
#tabnav a span, #tabnavlogin a span
{
	float: left;
	display: block;
	background: url(../images/tab_right.gif) no-repeat right top;
	padding: 5px 15px 3px 6px;
	color: #000;
}
#tabnavlogin a span
{
	background: url(../images/tab_right_login.gif) no-repeat right top;
	color: #FFF;
}
#tabnavww a
{
	float: right;
	margin: 0;
	padding: 0 10px 0 7px;
	text-decoration: underline;
	background: none;
}
#tabnavww a span
{
	float: right;
	display: block;
	padding: 5px 15px 3px 6px;
	color: #000;
	text-decoration: underline;
	background: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabnav a span
{
	float: none;
}
#tabnavlogin a span
{
	float: none;
}
/* End IE5-Mac hack */


#tabnav a:hover, #tabnavlogin a:hover
{
	background-position: 0% -42px;
}
#tabnav a.on, #tabnavlogin a.on
{
	background-position: 0% -84px;
}
#tabnav a:hover span, #tabnavlogin a:hover span
{
	color: #a8a8a8;
	background-position: 100% -42px;
}
#tabnavlogin a:hover span
{
	color: #FFF;
}
#tabnav a.on span, #tabnavlogin a.on span
{
	color: #FFF;
	background-position: 100% -84px;
}
#tabnavww a:hover, #tabnavww a:hover span
{
	color: #e7e7e7;
}

/* END TABS*/