
/*ALWAYS SHOW FIREFOX SCROLL BAR*/
html {
     overflow: -moz-scrollbars-vertical;
}
#accessibility {
	position:absolute;
	left:-2000px;
	visibility:hidden;
}
/*begin formatting*/
P, UL, LI
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
a, a:visited{
	text-decoration:none;
	color:#495669;	
}
a:hover{
	color: #CF822A;
}

.mandat{
	color:#990000
}
.mandat:after {
	content: "*";
}
.disabled_text {
	color:#CCCCCC;
}
legend {
	font-weight: bold;
	padding: .2em .5em;
	border: 1px solid #727274;
}
body {
	/*to allow IE support tr:hover*/
	behavior: url("/templates/arntek/csshover.htc");
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;

}
/*end formatting*/
/*begin layout*/
body {
	text-align:center;
	}
#footer{
	width: 650px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	color: #CF822A;
	margin-left: auto;
	margin-right: auto;
}
#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:10px;
	text-align:left;
	border-top:solid #666666 0px;
	border-right:solid #495568 0px;
	border-bottom:solid #495568 1px;
	border-left:solid #495568 0px;
	}
	
#contentleft {
width:175px;
padding:0px;
float:left;
background:#fff;
background-color: #8099B3;
	}

#contentcenter {
	width:464px;
	padding:0px;
	float:left;
	background-color:#fff;
	border-right: dotted #CCCCCC 0px;
	text-align:left;
}
textarea{
	text-align:left;
}
#contentcenter a{
	text-decoration:underline;
}

#contentright {
	width:175px;
	padding:0px;
	float:right;
	background-color: #A4BAD0;
	}

#contentheader {
	background:#fff;
	border-bottom: solid #495568 2px;
	margin-bottom: 2px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	}
	
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}

#contentright p { font-size:10px}

/*##################
Main Menu Styling
##################*/


/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 15px 0;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
	z-index:1;
}

#p7TMctrl a:link {
	color: #ffffff;
}
#p7TMctrl a:visited {
	color: #ffffff;
}
#p7TMctrl a:hover {
	color: #ffffff;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 25px; /* */
}
#p7TMnav div div {
	/*/*/line-height: 20px; /* */
}

/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	/*background-color: #ffffff;*/
	padding: 1px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 15px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-size: 11px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*SET THE INDENT OF THE TEXT OVER THE BACKGROUND IMAGE*/
	/*/*/padding:0 0 0 15px;
	display: block;
	text-decoration:none; /* */
	/*TEXT STYLE OF MAIN MENU ITEMS*/
	font-weight:bold;
	color:#495669;
	text-transform:uppercase;
}
#p7TMnav div a:visited {
	/*TEXT STYLE OF MAIN MENU ITEMS*/
	font-weight:bold;
	color:#495669;
	text-transform:uppercase;
}
#p7TMnav div a:hover {
	border: 0px solid #999;
	border-bottom:0px solid #333;
	/*TEXT STYLE OF MAIN MENU ITEMS*/
	font-weight:bold;
	color:#CF822A;
	text-transform:uppercase;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size:11px;
	/*TEXT STYLE OF SUB MENU ITEMS*/
	color:#495669;
	font-variant:normal;
	text-transform:lowercase;
}
#p7TMnav div div a:visited {
	/*TEXT STYLE OF SUB MENU ITEMS*/
	color:#495669;
	font-variant:normal;
	text-transform:lowercase;
}
#p7TMnav div div a:hover {
	/*TEXT STYLE OF SUB MENU ITEMS*/
	color:#CF822A;
	background-image:url(images/nav/button_sub_bg.gif);
	font-variant:normal;
	text-transform:lowercase;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 11px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	/*background-image:url(../p7tm/p7t_plus.gif);*/
	background-position: 0px 50%;
	padding: 0 0 0 15px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	/*background-image: url(../p7tm/p7t_minus.gif);*/
	background-position: 0px 50%;
	padding: 0 0 0 15px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 15px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #002955 !important;
	padding: 0 0 0 42px !important;
	background-color: transparent !important;
}

/*###################
End Main Menu Styling
###################*/
/*admin layout control*/
.editrow:hover{
	background-color:#A4BAD0;
	color:#495568;
	cursor:pointer;
}

fieldset br {
	/*display: none;*/
}
/*For fields that have obvious labels you can remove them with an
additional class.*/
.removed {
	display: none !important;
}
fieldset div {
	clear: both;
	position: relative;
}
label, fieldset div.cr p {
	margin: 0;
	margin-right: 4px;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
}
fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	margin-right: 4px;
	width: auto;
	float: none;
}
fieldset{
	border: 1px solid #727274;
	/*margin: 0px;
	padding: 0px;*/
}
fieldset div span {
	display: none;
}
/*################################################################*/
/*IE CSS*/
fieldset div:hover span {
	margin-left: 000px;
	display: block;
	position: absolute;
	z-index: 1;
	float: right;
	background-color:#FFFFFF;
	width:195px;
	border:1px solid #727CD3;
	padding:2px;
}
/*non IE CSS*/
html>body fieldset div:hover span {
	margin-left: 267px;
	margin-top: -15px;
	display: block;
	position: absolute;
	z-index: 1;
	float: right;
	background-color:#FFFFFF;
	width:190px;
	border:1px solid #727CD3;
	padding:2px;
}

.formerror{
	color:#FF0000;
}