﻿/* --------------------------------------- */
.popup
{
    FILTER: alpha(opacity=10);
    BACKGROUND-COLOR: #aaaaaa;
  

}
.modalpopup
{
	BORDER-RIGHT: gray 3px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: gray 3px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: gray 3px solid;
    WIDTH: 150px;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: gray 3px solid;
    BACKGROUND-COLOR: #ffffdd;
    z-index:300;
}

#header
{
	width: 965px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-align: left;
}
.MainMenu
{
	width:200px;
}
#content
{
	width: 949px;
	min-height: 900px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: left;
}

#content-inner
{
	background-color: Transparent;
	
}

#content-nav
{
	width: 200px;
	float: left;
}
.Error
{
	color: Red;
}
.content-3row
{
	width: 480px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

.content-4row
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

.content-2row
{
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

.content-1row
{
	width: 180px;
	font-size: 11px;
	line-height: 16px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 6px 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #860000;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	line-height: 18px;
}

h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	line-height: 15px;
}

.float-right
{
	float: right;
	clear: right;
	margin-bottom: 15px;
	margin-left: 0px;
}

.float-left
{
	float: left;
	clear: left;
	margin-bottom: 15px;
	margin-right: 10px;
}

.line
{
	background-repeat: repeat-x;
	background-position: bottom;
	height: 2px;
	line-height: 2px;
	font-size: 1px;
	margin: 10px 0px 10px 0px;
}

br.invis
{
	height: 0px;
	line-height: 0px;
}

/* ------------------------------------- */


ul
{
	margin: 0px;
	padding: 10px 0px 5px 12px;
	list-style: none;
}

ol
{
}

ul li
{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-bottom: 8px;
}


ol li
{
	margin-bottom: 8px;
}

/* --------------------------------------- */

.box
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
}

.box .head
{
	background-repeat: repeat-x;
}

.box .head h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 8px 2px 8px;
	margin: 0px;
}

.box .content
{
	padding: 3px 8px 3px 8px;
}

.box .line
{
	background-repeat: repeat-x;
	height: 3px;
	line-height: 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

/* --------------------------------------- */

.green
{
	background-color: #E8EBD9;
}

.green .head
{
	background-color: #92C55A; 
	border-bottom: solid 1px #FFFFFF;
}


.orange
{
	background-color: #F9F7DA;
}

.orange .head
{
	background-color: #FFD07F; 
	border-bottom: solid 1px #FFFFFF;
}

.gray
{
	background-color: #EEF0F1;
}

.gray .head
{
	background-color: #84919D;
	border-bottom: solid 1px #FFFFFF;
}

.sub-nav
{
	background-color: #EFE2BF;
	border-color: #000000;
	border-width: medium;
}

.sub-nav .head
{
	background-color: #CD5806; 
	width:200px;
	color:White;
}

.image img
{
	padding: 1px;
	border: solid 1px #CDC8C3;
}


.image img.no-border
{
	padding: 2px;
	border: none;
}

.image a img
{
	padding: 0px;
	border: none;
}

.image a:visited, .image a:link
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	color: #CDC8C3;
	padding: 1px;
	border: solid 1px;
	display: block;
}

.image a:active, .image a:hover
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	color: #4380BB;
	padding: 1px;
	border: solid 1px;
	display: block;
}

.image a.no-border:visited, .image a.no-border:link
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	padding: 2px;
	border: none;
}

.image a.no-border:active, .image a.no-border:hover
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	padding: 2px;
	border: none;
}


.image .legend
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EAE7E5;
	color: #666666;
	font-size: 10px;
	text-align: right;
	line-height: 13px;
	padding: 3px 5px 4px 10px; 
	margin-top: 2px;
}

.image .legend a:visited, .image .legend a:link
{
	color: #005FA9;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	border: none;
	display: inline;
}

.image .legend a:active, .image .legend a:hover
{
	color: #005FA9;
	text-decoration: none;
	background-color: #CEDEED;
	background-position: bottom;
	background-repeat: repeat-x;
	border: none;
	display: inline;
}

.box ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.box ul li
{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-bottom: 8px;
}

.box ol li
{
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
	background-image: none;
	margin-bottom: 8px;
}

.box .download
{
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-bottom: 8px;
}


img
{
	padding: 0px;
	margin: 0px;
	border: none;
}


/* --------------------------------------- */
#breadcrumbs
{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	font-size: 1.2em;
	color: #333333;
	padding-left: 8px;
	line-height: 17px;
	border-bottom: solid 1px #CDC8C4;
	background-color: #EFEFF0;
}

#breadcrumbs a:visited, #breadcrumbs a:link
{
	color: #333333;
	text-decoration: none;
	background-image: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}
#breadcrumbs a:active, #breadcrumbs a:hover
{
	color: #000000;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}

/* --------------------------------------- */

#footer-1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center; 
	background-color: #9E1B34;
	font-size: 11px;
	margin-bottom: 10px;
}

#footer-1 ul
{
	margin: 2px 0px 2px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#footer-1 li
{
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	width: 300px;
	background-image: none;
}

#footer-1 li.separator
{
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	background-position: right;
	background-repeat: no-repeat;
}


#footer-1 a.txt:visited, #footer-1 a.txt:link
{
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}
#footer-1 a.txt:active, #footer-1 a.txt:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}


#footer-2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center; 
	background-color: #EFEFF0;
	font-size: 11px;
	margin-bottom: 10px;
}

#footer-2 ul
{
	margin: 1px 0px 1px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#footer-2 li
{
	list-style-type: none;
	display: inline;
	padding: 0px 12px 0px 12px;
	background-image: none;
}

#footer-2 li.separator
{
	list-style-type: none;
	display: inline;
	padding: 0px 12px 0px 12px;
	background-position: right;
	background-repeat: no-repeat;
}


#footer-2 a.txt:visited, #footer-2 a.txt:link
{
	color: #666666;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}
#footer-2 a.txt:active, #footer-2 a.txt:hover
{
	color: #666666;
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}

#footer-update
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
}


/* --------------------------------------- */

a:visited, a:link
{
	color: #005FA9;
	text-decoration: underline;
	background-position: bottom;
	background-repeat: repeat-x;
}
a:active, a:hover
{
	color: #0A5FB9;
	text-decoration:underline;	
	
}


a.no-style:active, a.no-style:hover, a.no-style:visited, a.no-style:link
{
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

/* --------------------------------------- */

.r-tl
{
	background-repeat: no-repeat;
	background-position: top left;
	height: 2px;
	font-size: 1px;
}

.r-tr
{
	background-repeat: no-repeat;
	background-position: top right;
	height: 2px;
	font-size: 1px;
}

.r-bl
{
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 2px;
	font-size: 1px;
}

.r-br
{
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 2px;
	font-size: 1px;
}




/* --------------------------------------- */
#main-nav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	text-align: center; 
	background-color: #C5BE98;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	height: 20px;
	line-height: 14px;
}

#main-nav ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 100%;
}

#main-nav li
{
	list-style-type: none;
	padding: 2px 20px 1px 8px;
	background-image: none;
	float: left;
	margin-bottom: 0px;
}

#main-nav li.separator
{
	list-style-type: none;
	padding: 2px 20px 3px 8px;
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 0px;
	float: left;
}

#main-nav a
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}

#main-nav li input
{
	border: solid 1px #000000;
	margin: 0px;
	padding: 0px 0px 1px 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 13px;
}


/* --------------------------------------- */
#sub-nav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-color: #180000;
	border-width: medium;
}

#sub-nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sub-nav li
{
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#sub-nav a
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	margin: 0px;
	line-height: 12px;
	display: block;
}

#sub-nav a.main:active, #sub-nav a.main:hover, #sub-nav a.main:visited, #sub-nav a.main:link
{
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 5px 12px;
	display: block;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#sub-nav a.nav1:visited, #sub-nav a.nav1:link
{
	font-weight: bold;
	padding: 3px 0px 3px 12px;
	background-position: top left;
	background-repeat: no-repeat;
	
}

#sub-nav a.nav1:active, #sub-nav a.nav1:hover
{
	background-color: #FF873D;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px 3px 12px;
	background-position: top left;
	background-repeat: no-repeat;
	
}

#sub-nav a.nav1-selected:active, #sub-nav a.nav1-selected:hover, #sub-nav a.nav1-selected:visited, #sub-nav a.nav1-selected:link
{
	background-color: #F5EEDB;
	font-weight: bold;
	color: #333333;
	padding: 3px 0px 3px 12px;
	background-position: top left;
	background-repeat: no-repeat;
	
}


#sub-nav a.nav2:visited, #sub-nav a.nav2:link
{
	padding: 1px 0px 2px 12px;
}

#sub-nav a.nav2:active, #sub-nav a.nav2:hover
{
	padding: 1px 0px 2px 12px;
	background-color: #FD1813;
	color: #FFFFFF;
	
}

#sub-nav a.nav2-selected:active, #sub-nav a.nav2-selected:hover, #sub-nav a.nav2-selected:visited, #sub-nav a.nav2-selected:link
{
	background-color: #F5EEDB;
	color: #333333;
	padding: 1px 0px 2px 12px;
	
}


#sub-nav a.nav3:visited, #sub-nav a.nav3:link
{
	color: #333333;
	padding: 1px 0px 2px 22px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	
}

#sub-nav a.nav3:active, #sub-nav a.nav3:hover
{
	background-color: #FD1813;
	color: #FFFFFF;
	padding: 1px 0px 2px 22px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	
}

#sub-nav a.nav3-selected:active, #sub-nav a.nav3-selected:hover, #sub-nav a.nav3-selected:visited, #sub-nav a.nav3-selected:link
{
	background-color: #F5EEDB;
	color: #333333;
	padding: 1px 0px 2px 22px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;

}

#sub-nav a.nav4:visited, #sub-nav a.nav4:link
{
	color: #333333;
	padding: 1px 0px 2px 32px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	
}

#sub-nav a.nav4:active, #sub-nav a.nav4:hover
{
	background-color: #FD1813;
	color: #FFFFFF;
	padding: 1px 0px 2px 32px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	
}

#sub-nav a.nav4-selected:active, #sub-nav a.nav4-selected:hover, #sub-nav a.nav4-selected:visited, #sub-nav a.nav4-selected:link
{
	background-color: #F5EEDB;
	color: #333333;
	padding: 1px 0px 2px 32px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	
}

#sub-nav a.nav5:visited, #sub-nav a.nav5:link
{
	color: #333333;
	padding: 1px 0px 2px 42px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;

}

#sub-nav a.nav5:active, #sub-nav a.nav5:hover
{
	background-color: #FD1813;
	color: #FFFFFF;
	padding: 1px 0px 2px 42px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;

}

#sub-nav a.nav5-selected:active, #sub-nav a.nav5-selected:hover, #sub-nav a.nav5-selected:visited, #sub-nav a.nav5-selected:link
{
	background-color: #F5EEDB;
	color: #333333;
	padding: 1px 0px 2px 42px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;

}


/* ------------------------------------- */


.input-box
{
	border: solid 1px #000000;
	margin: 0px;
	padding: 1px 0px 1px 2px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

.select-box
{
	border: solid 1px #000000;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
}

fieldset label
{
	font-weight: bold;
}

fieldset .button
{
	font-size: 11px;
}

/* ------------------------------------- */

.quote
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #860000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}

/* ------------------------------------- */


.gallery-button
{
	float: left;
	width: 14px;
	border: solid 1px #CCCCCC;
	height: 16px;
	text-align: center;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 14px;
	vertical-align: bottom;
	display: block;
	text-decoration: none;
	background-image: none;
}

a.gallery-button:visited, a.gallery-button:link
{
	color: #CCCCCC;
	text-decoration: none;
	background-image: none;
}

a.gallery-button:active, a.gallery-button:hover
{
	color: #005FA9;
	text-decoration: none;
	background-image: none;
}

.gallery-bar
{
	vertical-align: middle;
	float: left;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 0px 2px;
	text-align: center;
	height: 16px;
}


/* ------------------------------------- */

#toolTipLayer .tooltip-bottom
{
	background-color: #FBF3DE;
	color: #666666;
	padding: 3px 10px 4px 10px;
	border-bottom: 2px white solid;
}

#toolTipLayer .tooltip-top
{
	background-repeat: repeat-x;
}

#toolTipLayer .tooltip
{
	border-bottom: solid 1px #999999;
	font-size: 10px;
	line-height: 13px;
	width: 250px;
}
/* ------------------------------- */

#getunik
{
	width: 680px;
	color: #A1A1A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding: 4px 4px 0px 0px;
}

#getunik a:visited, #getunik a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A1A1A1;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
}
#getunik a:active, #getunik a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
}


/* ------------------------------- */

form.ecard label
{
	float: left;
	width: 162px;
	font-weight: normal;
}


form.ecard label.last
{
	width: 150px;
}

form.ecard input
{
	color: #333333;
	text-indent: 2px;
	font-size: 12px;
	border: 1px solid #7f9db9;
	height: 16px;
}

form.ecard textarea
{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #333333;
	text-indent: 2px;
	font-size: 12px;
	border: 1px solid #7f9db9;
}

form.ecard strong
{
	line-height: 20px;
}

/* ------------------------------- */
table.contact
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
}

table.contact .desc
{
	font-weight: bold;
}

table.contact .color
{
	background-color: #FFFFFF;
}

table.contact td
{
	padding: 2px;
}


form.contact
{
	font-size: 11px;
}

form.contact label
{
	float: left;
	width: 110px;
	font-weight: bold;
	margin-top: 2px;
}



/*--------------------------------------------------*/
body
{
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
}
/*calender*/
.TESTcpYearNavigation, .TESTcpMonthNavigation
{
	background-color: #6677DD;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	z-index:500;
}
.TESTcpDayColumnHeader, .TESTcpYearNavigation, .TESTcpMonthNavigation, .TESTcpCurrentMonthDate, .TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDate, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDate, .TESTcpCurrentDateDisabled, .TESTcpTodayText, .TESTcpTodayTextDisabled, .TESTcpText
{
	font-family: arial;
	font-size: 8pt;
	z-index:500;
}
TD.TESTcpDayColumnHeader
{
	text-align: right;
	border: solid thin #6677DD;
	border-width: 0 0 1 0;
	z-index:500;
}
.TESTcpCurrentMonthDate, .TESTcpOtherMonthDate, .TESTcpCurrentDate
{
	text-align: right;
	text-decoration: none;
	z-index:500;
}
.TESTcpCurrentMonthDateDisabled, .TESTcpOtherMonthDateDisabled, .TESTcpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
	z-index:500;
}
.TESTcpCurrentMonthDate
{
	color: #6677DD;
	font-weight: bold;
	z-index:500;
}
.TESTcpCurrentDate
{
	color: #FFFFFF;
	font-weight: bold;
	z-index:500;
}
.TESTcpOtherMonthDate
{
	color: #808080;
	z-index:500;
}
TD.TESTcpCurrentDate
{
	color: #FFFFFF;
	background-color: #6677DD;
	border-width: 1;
	border: solid thin #000000;
	z-index:500;
}
TD.TESTcpCurrentDateDisabled
{
	border-width: 1;
	border: solid thin #FFAAAA;
	z-index:500;
}
TD.TESTcpTodayText, TD.TESTcpTodayTextDisabled
{
	border: solid thin #6677DD;
	border-width: 1 0 0 0;
	z-index:500;
}
A.TESTcpTodayText, SPAN.TESTcpTodayTextDisabled
{
	color: #6677DD;
	height: 20px;
	z-index:500;
}
A.TESTcpTodayText
{
	color: #6677DD;
	font-weight: bold;
	z-index:500;
}
SPAN.TESTcpTodayTextDisabled
{
	color: #D0D0D0;
	z-index:500;
}
.TESTcpBorder
{
	border: solid thin #6677DD;
	z-index:500;
	
}

.DivTitle
{
	display: block;
	color: Black;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.NoDivTitle
{
	display: none;
}

.DivBorder
{
	border-color: Red;
	border-width: 2px;
	border-style: dashed;
	color: Red;
	font-family: Verdana;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	padding-left:15px;
}

.NoDivBorder
{
	font-family: Verdana;
	font-size: 11px;
	display: none;
}
/*--------------------------------------------------*/
/*-----------------------------------------------------------------
	Form Styling
-----------------------------------------------------------------*/

input
{
	margin: 0px;
	padding: 0px;
}

label
{
	color: #666666;
	padding-top: 0px;
}

.combo_input
{
	background-color: #FFFFFF;
	height: 20px;
	width: 150px;
	font-size: 11px;
	border-width:1px;
	border-color:#666666;
}

.radio_input
{
	display: inline;
	margin-right: 4px;
	height: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*-----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

.header
{
	width: 834px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.GridHeaderLarge
{
	background-color: #ff781a;
	border-top-color: #bac481;
	border-bottom-color: #bac481;
	border-left-color: #bac481;
	border-right-color: #bac481;
	border-left-color: #bac481;
	list-style-image: none;
	list-style-type: none;
	height: 20px;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #000000;
	clear: both;	
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}
.GridHeaderLarge a
{
	color:#EFE2BF;
}
.GridFooter
{
	height: 7px;
	clear: both;
}
.GridFooter a
{
	color:#666666;
}
.GridRowUnselected
{
	font-size: 10px;
	text-align: left;
	
	width: 100%;
	
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	
}
.GridRowSelected
{
	font-size: 10px;
	text-align: left;
	color: #000000;
	background-color: #EFE2BF;
	padding: 2px 2px 2px 2px;
	
}

.GridRowSelected a:hover,.GridRowUnselected a:hover
{
	color: #666666;
}
.clear
{
	background-color: Transparent;
}
.text_input
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 15px;
	width: 150px;
	font-size: 11px;
	font-family: Verdana;
}
.text_area
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 60px;
	width: 150px;
	font-size: 11px;
	font-family: Verdana;
}
.button
{
	width: 100px;
	cursor: pointer;
	border: solid 1px black;
}
.subtext
{
	font-size: 10px;
}
.accordionHeader
{
	text-decoration: underline;
	color: #EFE2BF;
	font-size: 1.4em;
	background-color: #CD5806;
	cursor: pointer;
}
.accordionHeaderSelected
{
	font-weight: bold;
}
.tdSpacing
{
	width: 170px;
}
.logout:hover
{
	padding: 0px 8px 2px 8px;
	margin: 0px;
	
}
.logout
{
	
	padding: 0px 8px 2px 8px;
	margin: 0px;
	
	
}


/* xp theme */
.CustomTabStyle .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	color:#ffffff;
	line-height:20px;
	border-bottom-width:10px;
	border-bottom-style:solid;
	
	
}
.CustomTabStyle .ajax__tab_outer
{
	padding-right: 0px;
	background: url(../images/tab-right.gif) no-repeat right;
	height: 21px;
}
.CustomTabStyle .ajax__tab_inner
{
	padding-left: 3px;
	background: url(../images/tab-left.gif) no-repeat left;
	
}
.CustomTabStyle .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url(../images/tab.gif);
	
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{
	background: url(../images/tab-right-hover.gif ) no-repeat right;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{
	background: url(../images/tab-left-hover.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{
	background: url(../images/tab-hover.gif );
}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer
{
	background: url(../images/tab-right-active.gif ) no-repeat right;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
	background: url(../images/tab-left-active.gif ) no-repeat;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
	background: url(../images/tab-active.gif) repeat-x;
}
.divtabs
{	
	
	margin-left:165px;
}

.treenodeselected
{
	color:Aqua;
	padding:0px;
	
}
.InnerGridHeader
{
	background-color: #A4B5CA;
	border-top-color: #bac481;
	border-bottom-color: #bac481;
	border-left-color: #bac481;
	border-right-color: #bac481;
	border-left-color: #bac481;
	list-style-image: none;
	list-style-type: none;
	height: 20px;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #666666;
	clear: both;
	
	text-align: center;
	padding-left: 4px;
}

.commentsmodalpopup
{
	BORDER-RIGHT: gray 3px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: gray 3px solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: gray 3px solid;
    WIDTH: 150px;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: gray 3px solid;
    BACKGROUND-COLOR: #ffffdd;
    height:30%;
    overflow:scroll;
    z-index:300;
}





.MyCalendar .ajax__calendar_container
{
    background-color: #e2e2e2;
    border:solid 1px #cccccc;
}

.MyCalendar .ajax__calendar_header  
{
    background-color: #ffffff;
    margin-bottom: 4px;
}
/* for header color blue*/
.MyCalendar .ajax__calendar_title,
.MyCalendar .ajax__calendar_next,
.MyCalendar .ajax__calendar_prev    
{
    color: #004080;
    padding-top: 3px;
}

.MyCalendar .ajax__calendar_body    
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.MyCalendar .ajax__calendar_dayname 
{
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.MyCalendar .ajax__calendar_day 
{
    text-align:center;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year,
.MyCalendar .ajax__calendar_active  
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.MyCalendar .ajax__calendar_today   
{
    font-weight:bold;
}

.MyCalendar .ajax__calendar_other,
.MyCalendar .ajax__calendar_hover .ajax__calendar_today,
.MyCalendar .ajax__calendar_hover .ajax__calendar_title 
{
    color: #bbbbbb;
}
