html
{
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../images7/watermark.jpg");
	background-repeat: no-repeat;
	background-position: 60% 100px;
	background-attachment: fixed;
	background-color: #FFF;
	overflow: hidden;
}

body
{
	font: 75% Verdana, sans-serif;
	text-align: center; 
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #036;
	background-image: url("../images7/bg_left_ie.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
	background-attachment: fixed;
	overflow: hidden;
}

html>body
{
	overflow: hidden;
	background-image: url("../images7/bg_left.gif");
}

h1
{
	font-size: 150%;
	color: #800000; 
	background-color: transparent;
	margin: 0px 0px 10px 0px;
	line-height: 120%;
}

h2, h3, h4, h5, h6 
{   
	color: #0080C0; 
	font-weight: bold; 
	margin-bottom: 0px;
	background-color: transparent;
}

h2 
{   
	font-size: 140%;
}

h3 
{    
	font-size: 120%; 
}

h4 
{   
	font-size: 110%; 
}

h5 
{   
	font-size: 100%; 
}

h6 
{   
	font-size: 90%; 
}

p
{
	margin-top: 0px;
	margin-bottom: auto;
}

a
{
	color: #0080C0;
	text-decoration: underline;
}

a:visited
{
	color: #636;
}

a:hover
{
	color: #036;
}

ul 
{
	list-style: url(../images7/bullet.gif) outside;
}

ul ul
{
	list-style: url(../images7/bullet2.gif) outside;
}

ol 
{ 
	list-style: decimal outside;
}

ol ol 
{ 
	list-style: lower-alpha outside;
}

ol ol ol
{ 
	list-style: lower-roman outside;
}

img
{
	margin: 4px;
}

img a, a img
{
	border: none;
}

hr
{
	height: 1px;
	color: #800000;
	background-color: #800000; 
	border: solid #800000 0px;
}

pre 
{
	font-family: "Courier New", Mono;
	color: #666;
}

big
{
	font-weight: bold;
	font-size: 110%;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

table
{
	font-size: 100%;
	border-collapse: collapse;
}

td
{
	font-size: 100%;
	vertical-align: top;
}

form
{
	margin: 0px;
	padding: 0px;
}

legend
{
	color: #7FBFDF;
	padding: 1px 2px;
}

fieldset
{
	border: 1px solid #D1E0E8;
	padding: 10px;
	margin: 10px 0px;
}

th
{
	text-align: left;
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-bottom: 1px #FFF solid;
	padding-left: 2px;
}

textarea
{
	font: 100% Verdana, sans-serif; 
	color: #036;
	background-color: #F2F9FC; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	overflow: auto;
	padding-left: 3px;
}

select
{
	color: #036;
	background-color: transparent;
	font-size: 100%;
}

input
{
	color: #036;
	background-color: transparent;
	font-size: 100%;
}

caption
{
	color: #0080C0;
	text-align: left;
	font-weight: bold;
}

optgroup
{
	color: #036;
	background-color: #D9ECF6;
}

option
{
	color: #036;
	background-color: #F2F9FC;
}

/* containers ----------------------------------------------------*/

#container_1
{
	position: relative;
	height: 100%;
	width: 100%; 
	background-image: url("../images7/bg_right_ie.gif"); 
	background-repeat: repeat-y;
	background-position: 100% 0%;
	background-attachment: fixed;
	overflow: auto;
}

body>#container_1
{
	background-image: url("../images7/bg_right.gif");

}

#container_2
{  
	height: 100%;
	width: auto;
	margin: 0px 50px;
	border-top: 1px solid #0080C0;
}

#container_3
{
	text-align: left;
	height: 100%;
	width: 100%;
}

.hidden
{
	display: none;
}

/* toolbar ----------------------------------------------------*/

#toolbar
{ 
	background-color: #0080C0; 
	position: absolute;
	top: 5px;
	right: 60px;
	margin-right: 15px;
	z-index: 3;
}

#container_3>#toolbar
{ 
	right: 60px;
	margin-right: 0px;
}

#toolbar ul
{
	margin: 0px; 
	padding: 0px;
	border-left: #FFF solid 1px;
}

#toolbar li
{
	display: inline;
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: #FFF solid 1px;
}

#toolbar a
{
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px;
}

#toolbar a:hover
{
	color: #FFF;
	text-decoration: underline;
	border: none;
}

/* header ----------------------------------------------------*/

#header
{
	position: relative;
	left: 0px; 
	top: 0px; 
	width: auto;
	padding: 0px;   
	margin: 0px;
	white-space: nowrap;
	clear: both;
	background-color: #0080C0;
	clear: both;
	background-image: url("../images7/header_bg.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 115px;
}

#header a
{
	padding: 0px;   
	margin: 0px;    
	border: none;	
}

#headerleft 
{  
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 220px;
	float: left;
	z-index: 2;
	background-color: #0080C0;
	height: 115px;
	background-image: url("../images7/header_line.gif");
	background-repeat: repeat;
	background-position: 0% 100%;
}

#headerleft img
{  
	margin: 0px;
	padding: 0px;
	border: none;
}

#headercenter 
{  
	position: relative;
	width: auto;
	width: 100%;
	text-align: center;
	overflow: hidden; 
	white-space: nowrap;
	height: 115px;
}

#chcom_1 
{   
	position: relative;
	left: 230px;
	top: 35px;
	white-space: nowrap;
	float: left;
	text-align: center;
}

#chcom_1 img
{  
	border: none;
	width: 120px;
	height: 80px;
	margin: 0px;
}

#chcom_2 
{   
	position: relative;
	left: 245px;
	top: 35px;
	float: left;
	white-space: nowrap;
	text-align: center;
}

#chcom_2 img
{  
	border: none;
	width: 120px;
	height: 80px;
	margin: 0px;
}

#chcom_3 
{   
	position: relative;
	left: 260px;
	top: 35px;
	float: left;
	white-space: nowrap;
	text-align: center;
}

#chcom_3 img
{  
	border: none;
	width: 120px;
	height: 80px;
	margin: 0px;
}

#chcom_4 
{   
	position: relative;
	left: 275px;
	top: 35px;
	float: left;
	white-space: nowrap;
	text-align: center;
}

#chcom_4 img
{  
	border: none;
	width: 120px;
	height: 80px;
	margin: 0px;
}

#headerright 
{  
	position: absolute;
	right: 0px; 
	top: 0px; 
	float: right;
	width: 129px;
	background-color: #0080C0;
	text-align: right;
	font-size: 90%;
	z-index: 2;
	height: 115px;
	background-image: url("../images7/header_line_right.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#header>#headerright 
{  
	width: 130px; 
}

#headerright form
{
	padding: 32px 10px 0px 10px;
	margin: 0px;
}

#headerright label
{
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
	vertical-align: top;
	width: 115px;
	clear: both;
	float: right;
}

input.searchfield
{	  
	color: #036;
	background-color: #D9ECF6; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	font-size: 100%;
	vertical-align: top;
	width: 110px;
	text-align: left;
	float: right;	 
}

input.searchfieldfocus
{	  
	color: #036;
	background-color: #FFF; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	font-size: 100%;
	vertical-align: top;
	width: 110px;
	text-align: left;
	float: right;	 
}

input.searchbutton
{
	color: #FFF;
	padding: 0px 1px 0px 2px;
	margin-top: 3px;
	vertical-align: top;
	text-align: center;
	font-weight: bold; 
	background-color: #800000;
	border: #FFF solid 1px;
	float: right;
	position: relative;
	right: 0px; 
	top: 0px; 
	cursor: pointer;
}

#headerright div>input.searchbutton
{
	right: 0px; 
}

#headerright div>input.searchfield
{
	margin: 0px;
	padding-left: 0px; 
}

/* spacer -------------------------------------------------------*/

#spacer
{
	display: none;
	clear: both;
	float: none;
	background-color: #0080C0;
	height: 10px;
	border-bottom: 1px solid #FFF;
}

/* lefthand column ----------------------------------------------*/

#columnleft
{
	float: left;
	width: 200px;
	height: auto;
	text-align: left;
	clear: both;
	padding: 0px 10px 30px 10px;
}

#columnleft div
{
	background-color: #0080C0;
}

#columnleft ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#columnleft li
{
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-color: #800000;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#columnleft li a
{
	color: #FFF;
	width: 198px;
	display: block;
	text-decoration: none;
	background-color: #800000;
	border: 1px solid #FFF;
}

#columnleft li a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
}

#columnleft li span.nolink
{
	color: #FFF;
	font-weight: bold;
	width: 198px;
	display: block;
	text-indent: 2px;
	text-decoration: none;
	background-color: #800000;
	border: 1px solid #FFF;
}

#columnleft ul ul
{
	background-color: #D9ECF6;
}

#columnleft li li
{
	padding: 0px;
	margin: 0px;
	background-color: #D9ECF6;
	border: none;
	text-transform: none;
	font-weight: normal;
}

#columnleft li li a
{
	color: #036;
	font-weight: normal;
	width: 198px;
	display: block;
	background-image: url("../images7/arrow_2.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	background-color: #D9ECF6;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#columnleft li li a:hover
{
	color: #036;
	text-decoration: none;
	background-color: #FFF;
	background-image: url("../images7/arrow_2.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#columnleft li li a.active
{
	background-image: url("../images7/arrow_2_ac.gif");
	font-weight: bold;
}

#columnleft li li a.active:hover
{
	text-decoration: none;
	background-image: url("../images7/arrow_2_ac.gif");
}

#columnleft li li a.actnochild
{
	background-image: none;
	font-weight: bold;
}

#columnleft li li a.actnochild:hover
{
	text-decoration: none;
}

#columnleft li li a.nochild
{
	background-image: none;
}

#columnleft li li a.nochild:hover
{
	background-image: none;
}

#columnleft li li span.nolink
{
	color: #0080C0;
	width: 198px;
	display: block;
	background-color: #D9ECF6;
	background-image: none;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-weight: normal;
}

#columnleft ul ul ul
{
	background-color: #B2D9EC;
}

#columnleft li li li
{
	padding: 0px;
	margin: 0px;
	background-color: #7FBFDF;
	border: none;
	text-transform: none;
}

#columnleft li li li a
{
	color: #036;
	font-weight: normal;
	width: 188px;
	display: block;
	background-image: none;
	background-color: #B2D9EC;
	padding: 0px 0px 0px 10px;
}

#columnleft li li li a:hover
{
}

#columnleft li li li a.active
{
	background-image: none;
}

#columnleft li li li a.active:hover
{
	background-image: none;
}

#columnleft li li li a.nochild
{
	background-image: none;
}

#columnleft li li li a.nochild:hover
{
	background-image: none;
}

#columnleft li li li span.nolink
{
	color: #0080C0;
	width: 198px;
	display: block;
	background-color: #B2D9EC;
	background-image: none;
}

#chcom_0
{
	width: 200px;
	background-color: #0080C0;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
  
#chcom_0 *
{
	border: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: 100%;
	display: inline;
	background-image: none;
	height: auto;
}

#chcom_0 label
{
	color: #FFF;
	width: 198px;
	display: block;
	text-indent: 2px;
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase;
	background-color: #800000;
	border: 1px solid #FFF;
	text-align: left;
}

#chcom_0 img  
{
	border: 0px;
	margin: 0px;
}

#chcom_0 ul, #chcom_0 li, #chcom_0 ul ul, #chcom_0 li li, #chcom_0 ul ul ul, #chcom_0 li li li
{
	background-color: #0080C0;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	text-indent: 0px;
}

/* center column ----------------------------------------------*/

#columncenter
{
	float: none;      
	width: auto;
	height: auto;
	margin-left: 250px;
	margin-right: 150px;
	padding: 0px 0px;
}

#container_3>#columncenter
{
	padding-bottom: 30px;
}

.home #container_1 
{
	background-image: none;
}

.home #columncenter 
{
	margin-left: 1px;
}

#content 
{
	padding: 10px 0px;
	margin: 0px;
	width: 98%;
	height: auto;
	line-height: 140%;
	overflow: auto;
}

#columncenter>#content 
{
	width: 100%;
}

#pagetitlediv
{
	clear: both;
	float: none;
}

span.accesskey 
{
	text-decoration: underline;
}

span.error 
{
	color: #800000;
	font-weight: bold;
}

/* application menu ---------------------------------------------*/

#appmenu
{    
	margin-bottom: 5px;
	text-align: left;
	clear: both;
	width: 100%;
	float: none;
}

#appmenulevel
{    
	margin-bottom: 3px;
	width: 100%;
	clear: both;
}

#appmenulevel ul
{ 
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #7FBFDF;
}

#appmenulevel li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #7FBFDF;
	float: left;
	display: inline;
	white-space: nowrap;
	width: auto;
}

#appmenulevel a
{
	padding: 0px 6px;
	color: #036;
	text-decoration: none;	
}

#appmenulevel a:hover
{
	color: #036;
	text-decoration: underline;
}

#appmenulevel a.active, #appmenulevel a.active:hover
{
	color: #036;
	font-weight: bold;
	text-decoration: none;
}

#appmenulevel span
{
	padding: 0px 6px;
	color: #7FBFDF;
	text-decoration: none;	
	display: block;
	text-align: center; 
}

/* appsubmenu --------------------------*/

div.amsub
{   
	visibility: hidden;
	z-index: 1;
	text-align: left; 
	background-color: #D9ECF6;
	border-top: 1px solid #7FBFDF;
	border-left: 1px solid #7FBFDF;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	background-image: url("../images/sub_bg.gif");
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

div.amsub ul
{
	padding: 0px;
	margin: 0px;
	float: left;
	clear: right;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

div.amsub ul li
{
	padding-left: 5px;
	font-weight: normal;
	color: #036;
}

div.amsub ul ul li
{
	background-color: transparent;
	font-weight: normal;
}

div.amsub ul ul
{
	padding: 0px;
	margin: 3px 6px 3px 3px;
	float: left;
	clear: right;
	width: auto;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	line-height: 130%;
}

div.amsub ul ul ul
{
	font-size: 95%;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 12px;
	list-style: url(../images7/bullet3.gif) outside;
}

div.amsub li a, div.amsub li a.active  
{
	color: #036;
	text-decoration: none;
}

div.amsub li a.active
{
	font-weight: bold;
}

div.amsub li a:hover
{
	color: #036;
	text-decoration: underline;
}

div.amsub li span.nolink
{
	color: #0080C0;
	list-style: url(../images7/bullet4.gif) outside;
}

/* Wizard classes -----------------------------------------------*/

#wizard
{     
	background-color: transparent;
	clear: both;
	font-size: 90%;
	margin-bottom: 5px;
	font-size: 80%;
	width: 100%;
	float: none;
}

#wizard ul
{
	height: auto;	
	margin: 0px;
	padding: 0px;
}

#wizard li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	display: inline;
	padding: 0px 3px 0px 12px;
	background-image: url("../images7/wizard.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: auto;
}

#wizard a
{
	color: #800000;
	text-decoration: none;	
	width: auto;
	border-bottom: 1px solid #800000; 
	text-align: center;

}

#wizard a:hover
{
	color: #0080C0;
	text-decoration: none;
	border-bottom: 1px solid #0080C0; 
}

#wizard span.nolink
{
	color: #7FBFDF;
	text-decoration: none;	
	width: auto;
	border-bottom: none; 
	text-align: center;
}

/* righthand column ----------------------------------------------*/

#columnright
{
	float: right;
	width: 110px;
	color: #0080C0;
	clear: right;
	font-size: 90%;
	padding: 0px 10px 30px 10px;
}

#columnright div label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 104px;
	padding: 0px 2px 1px 2px;
	background-color: #036;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

/* chcom_5678------------------*/

#columnright div
{
	border: 1px solid #FFF;
	background-color: #0080C0;
	text-align: center;
	width: 108px;
	margin-bottom: 3px;
}

#columnright div img, #columnright div a img
{
	padding: 0px;
	margin: 0px;
}

#columnright div a img
{
	display: block;
}

#columnright div ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-align: left;
	padding-left: 2px;
	width: 106px;
	background-color: #D9ECF6;
}

#columnright div li
{
	padding: 0px;
	margin: 0px;
}

#columnright div li a
{

	color: #036;
	display: block;
	width: 100%;
	text-decoration: none;	
}

#columnright div li a:hover
{
	color: #0080C0;
	text-decoration: underline;
}

/* W4A ---------------------------------------------------------------*/


/* buttons ---------*/

#actionbuttondiv 
{  
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#actionbuttondiv ul
{
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}

#actionbuttondiv li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

a.actionbutton, a.actionbutton:visited, a.cabutton, a.button, a.cabutton:visited, a.button:visited
{
	font-weight: bold;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px 1px 5px;
	white-space: nowrap;
	margin: 1px;
	background-color: #800000;
	border: 1px outset;
}

a.cabutton:hover, a.button:hover, a.actionbutton:hover
{    
	color: #FFF; 
	text-decoration: none;
	background-color: #C00;
}

a.actionbuttondis, a.actionbuttondis:visited, a.actionbuttondis:hover, a.cabuttondis, a.cabuttondis:visited, a.buttondis, a.buttondis:visited, a.cabuttondis:hover, a.buttondis:hover 
{
	font-weight: bold;
	font-size: 90%;
	color: #AAA;
	text-decoration: none;
	padding: 0px 5px 1px 5px;
	white-space: nowrap;
	margin: 1px;
	background-color: #EEE;
	border: 1px outset;
	cursor: text;
}

/* calendar --------------------------------------------------*/


.calendar 
{
	font-size: 100%;
	border: 1px #A6B8CA solid;
	background-color: #FFF;
	border-collapse: separate;
}

.calendar img
{
	margin: 0px;
}

.calendar a:visited
{
	color: #036;
}

.calendar td
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

td.CalendarHeader
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	padding-left: 2px;
}

.CalendarHeaderWeekend
{
	font-size: 90%;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px #FFF solid;
	border-top: 1px solid #FFF;
	background-color: #036;
	color: #FFF;
}

.CalendarHeaderWorkDay
{
	font-size: 90%;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px #FFF solid;
	border-top: 1px solid #FFF;
	background-color: #036;
	color: #FFF;
}

.CalendarDay
{
	color: #036;
	background-color: #D9ECF6;
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;		
}

.CalendarDayDisabled
{
	color: #7FBFDF;
	background-color: #F2F9FC;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
}

td.CalendarHint
{
	text-align: left;
	text-indent: 3px;
	color: #800000;
	font-size: 80%;
	background-color: #FFF;
}

td.CalendarDayBusy 
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;
}

.CalendarDayBusy a, .CalendarDayBusy a:visited
{
	color: #036;
	border: none;
	display: block;
	width: 100%;
	text-decoration: none;
}

.CalendarDayBusy a:hover
{
	color: #036;
	border: none;
	background-color: #F2F9FC;
}

td.CalendarDayCurrent
{
	color: #FFF;
	background-color: #0080C0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;		
}

.CalendarDayCurrent a, .CalendarDayCurrent a:visited
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;
	text-decoration: none;	
}

.CalendarDayCurrent a:hover
{
	color: #FFF;
	border: none;
	background-color: #036;
}

td.CalendarDayCurrentBusy
{
	font-weight: bold;
	color: #FFF;
	background-color: #0080C0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;		
}

.CalendarDayCurrentBusy a, .CalendarDayCurrentBusy a:visited
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;
	text-decoration: none;		
}

.CalendarDayCurrentBusy a:hover
{
	color: #FFF;
	border: none;
	background-color: #036;
}

td.CalendarDaySelected
{
	color: #036;
	background-color: #D9ECF6;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}

.CalendarDaySelected a, .CalendarDaySelected a:visited
{
	color: #036;
	border: none;
	display: block;
	width: 100%;
	text-decoration: none;	
}

.CalendarDaySelected a:hover
{
	color: #036;
	border: none;
	background-color: #F2F9FC;
}

td.CalendarDayCurrentSelected
{
	font-weight: bold;
	color: #FFF;
	background-color: #0080C0;	
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}

.CalendarDayCurrentSelected a, .CalendarDayCurrentSelected a:visited
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;
	text-decoration: none;	
}

.CalendarDayCurrentSelected a:hover
{
	color: #FFF;
	border: none;
	background-color: #036;
}

/* form elements ---------*/

.formcomment 
{
	color: #800000;
	font-size: 75%;
}

.formcaption 
{
	color: #036;
	padding-right: 3px;
}

.dropdown 
{
	color: #036;
	background-color: #F2F9FC;
	font-size: 100%;
	padding-left: 3px;
}

.textarea
{
	font: 100% Verdana, sans-serif; 
	color: #036;
	background-color: #F2F9FC; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	overflow: auto;
	padding-left: 3px;
}

.textbox 
{
	color: #036;
	background-color: #F2F9FC; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	font-size: 100%;
	padding-left: 3px;
}

.radio
{
	color: #036;
	font-size: 100%;
	background-color: transparent;
	border: none;
}

.checkbox
{
	color: #036;
	font-size: 100%;
	background-color: transparent;
	border: none;
}

.fileselect
{
	color: #036;
	background-color: #F2F9FC; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	font-size: 100%;
	padding-left: 3px;
}

.inputdisabled 
{
	color: #7FBFDF;
	font-size: 100%;
	border-top: 1px solid #7FBFDF;
	border-left: 1px solid #7FBFDF;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	background-color: #F2F9FC;
	padding-left: 3px;
}

/* pagegrid ---------*/


.twingridtable
{
	padding: 1px;
	vertical-align: top;
}

.twingridheader 
{
	color: #036;
	font-weight: bold;
}

.twingridgridatd
{
	vertical-align: top;
}

.twingridbuttonstd
{
	vertical-align: top;
}

.twingridGridBTd
{
	vertical-align: top;
}

.twingridButtonsTable
{
	vertical-align: top;
}

.grid
{
	border-top: 1px #A6B8CA solid;
	border-left: 1px #A6B8CA solid;
	border-bottom: 1px #A6B8CA solid;
	font-size: 100%;
	border-collapse: separate;	
}

.grid img
{
	margin: 0px;
}

.grid td
{
	padding: 1px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #A6B8CA solid;	
}

.grid a, .grid a:visited
{
	border-bottom: none;
	color: #0080C0;	
	width: 100%;
	display: block;
}

.grid a:hover
{
	border-bottom: none;
	color: #036;
	background-color: #D9ECF6;	
}

.gridComment 
{
	color: #800000;
}

.gridHeaderSortimages
{
	text-decoration: none;
	border: 0px;
}

.gridheader, .gridHeader 
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-right: 1px #A6B8CA solid;
	padding-left: 2px;
	border-bottom: 1px #FFF solid;
}

.gridheadersorted, .gridHeaderSorted 
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-right: 1px #A6B8CA solid;
	padding-left: 2px;
	border-bottom: 1px #FFF solid;
}

.gridheadersortable, .gridHeaderSortable 
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-right: 1px #A6B8CA solid;
	padding-left: 2px;
	border-bottom: 1px #FFF solid;
}

.gridheadersorted:hover, .gridHeaderSortable:hover
{
	color: #FFF;
	text-decoration: none;
}

tr.rowodd a
{
	text-decoration: none;	
}

tr.roweven a
{
	text-decoration: none;	
}

.row
{
	text-decoration: none;	
}

.rowhover
{
	text-decoration: none;
}

.rowodd 
{
	background-color: #FFF;
	text-decoration: none;
}

.roweven 
{
	background-color: #F2F9FC;
	text-decoration: none;
}

.rowoddselectable
{
	background-color: #FFF;
	text-decoration: none;
}

.rowevenselectable
{
	background-color: #F2F9FC;
	text-decoration: none;
}

.gridRowSelected
{
	color: #036;
	text-decoration: none;
	background-color: #BFCCD9;
	text-decoration: none;
}

.gridPaging
{
	text-align: right;
	padding: 0px 2px;
	vertical-align: top;
	white-space: nowrap;
}

.gridPaging img
{
	margin: 0px;
}

input.filterbutton
{
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	padding: 0px 2px 2px 2px;
	white-space: nowrap;
	height: 17px;
	background-color: #800000;
	border: 1px outset;
}

input.gridfilter 
{
	width: 90%;
	color: #036;
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	background-color: #F2F9FC;
	font-size: 100%;
	padding-left: 2px;
}

tr.gridfilter, td.gridfilter  
{
	background-color: #FFF;	
}


/* treeview ---------*/

/* 2.6 lowercase 
tv
tvcurrent
tvdisabled
tvselectable
tvselected
*/

.tvTable, .tvtable
{
	border: 1px #A6B8CA solid;
	font-size: 100%;
	background-color: #F2F9FC;
}

.tvHeader, .tvheader 
{
	color: #036;
	font-weight: bold;
	background-color: #D9ECF6;
	border-bottom: 1px #FFF solid;
	padding-left: 2px;
}

.tvImg, .tvimg
{
	cursor: default;
	margin: 0px;
	border: none;
}

.tvTable img, .tvtable img
{
	cursor: default;
	margin: 0px;
	border: none;
}

.tv, .tv:visited 
{
	color: #036;
	background-color: #F2F9FC;
	text-decoration: none;
	cursor: default;
}

.tv:hover
{
	color: #036;
	background-color: #F2F9FC;
	text-decoration: none;
}

a.tv, a.tv:visited
{
	color: #0080C0;
	background-color: #F2F9FC;
	text-decoration: none;
	cursor: default;
}

.tvCurrent, .tvcurrent 
{
	color: #036;
	background-color: #BFCCD9;
	text-decoration: none;
	cursor: default;
}

.tvCurrent:Hover, .tvcurrent:Hover
{
	color: #036;
	background-color: #D9ECF6;
	text-decoration: none;
}

.tvSelectable, .tvselectable, .tvSelectable:visited, .tvselectable:visited
{ 
	color: #0080C0;
	background-color: #F2F9FC;
	text-decoration: none;
	cursor: default;
}

.tvSelectable:Hover, .tvselectable:hover 
{ 
	color: #036;
	background-color: #F2F9FC;
	text-decoration: none;
}

.tvSelected, .tvselected, .tvSelected:visited, .tvselected:visited
{
	color: #036;
	background-color: #BFCCD9;
	text-decoration: none;
	cursor: default;
}

.tvDisabled, .tvdisabled 
{
	color: #7FBFDF;
	background-color: #F2F9FC;
	text-decoration: none;
	cursor: text;
}

.tvDis, .tvdis 
{
	color: #7FBFDF;
	background-color: #F2F9FC;
	text-decoration: none;
	cursor: text;
}

.tvDishover, .tvdishover
{
	color: #7FBFDF;
	background-color: #F2F9FC;
	text-decoration: none;
}

.tvNew, .tvnew 
{ 
	color: #036;
	background-color: #F2F9FC;
	text-decoration: none;
}

.tvComment, .tvcomment
{
	color: #800000;
	padding: 0px 2px;
	background-color: #D9ECF6;
	font-size: 80%;
	border-top: 1px #FFF solid;
}

.tvActions, .tvactions 
{
	color: #800000;
	background-color: #F2F9FC;
	text-decoration: none;
}

/* footer ----------------------------------------------*/

#footer
{
	position: relative; 
	bottom: 0px;
	left: 0px;
	height: 25px;
	color: #FFF;
	background-color: #0080C0; 
	width: 100%;
	clear: both;	
}

#container_3>#footer
{
	width: auto;
	bottom: 0px;
	left: 0%;
	right: 0px;
	position: fixed;
	margin: 0px 67px 0px 50px;
	z-index: 5;
}

#disclaimer
{ 
	position: absolute;
	top: 5px;
	right: 10px;
	width: auto;
	background-color: #0080C0; 
}

#disclaimer ul
{
	padding: 0px; 
	margin: 0px;
	border-left: #FFF solid 1px;
}

#disclaimer li
{
	display: inline; 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: #FFF solid 1px;
}

#disclaimer a
{
	padding: 0px 5px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

#disclaimer a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* modal layout ------------------------------- */

body.modal
{
	background-image: none;	
	margin: 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body.modal p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* cms onder body.modal zetten ----------------------------------------------------*/

.cmscontainer
{
	color: #036;
	background-color: #F2F9FC; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerselected 
{
	color: #036;
	background-color: #FFF; 
	border-top: 1px solid #036;
	border-left: 1px solid #036;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerdisabled
{
	color: #7F99B2;
	background-color: #F2F9FC; 
	border-top: 1px solid #7FBFDF;
	border-left: 1px solid #7FBFDF;
	border-right: 1px solid #D9ECF6;
	border-bottom: 1px solid #D9ECF6;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerdisabled *
{
	color: #7F99B2;
}

div.cmscontainer p, div.cmscontainerselected p, div.cmscontainerdisabled p
{
	margin-top: 0px;
	margin-bottom: auto;
}

/* editor ---------------------*/

#htmleditortoolbar
{
	margin-bottom: 0px;
	font-size: 11px;
}

/* feed ------------------------*/

span.feed
{
	color: #036;
	padding-bottom: 10px;
	margin: 10px 0px;
	border: 1px solid #FFF;
	background-color: #D9ECF6;
	display: block;
}

span.date
{
	color: #036;
	background-color: transparent;
	font-size: 90%;
	font-style: italic;
}

span.feed h2
{
	color: #FFF;
	background-color: #036;
	border-bottom: 1px solid #FFF;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
}

span.feed ul li h3
{
	color: #0080C0;
	background-color: transparent;
	font-size: 100%;
	border-bottom: 1px solid #A8D4EA;
} 

span.feed ul li h3 a
{
	color: #0080C0;
	background-color: transparent;
	text-decoration: none;
}

span.feed ul li h3 a:visited
{
	color: #40A0D0;
	background-color: transparent;
	text-decoration: none;
}

span.feed ul li h3 a:hover
{
	color: #036;
	background-color: transparent;
	text-decoration: none;
}