html
{
	font-size: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	font: 70% arial, helvetica, sans-serif; 
	text-align: center; 
	margin: 0px; 
	padding: 0px;
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#pagetitlediv
{
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}

h1.pagetitle, h1 
{
	font-size: 160%;
	color: #024C79;
	display: inline;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 4px solid #BBB;
	background-color: transparent;
}

h2, h3, h4, h5, h6 
{   
	color: #024C79; 
	font-weight: bold; 
	margin-bottom: 0px;
	background-color: transparent;
}

h2 
{   
	font-size: 140%;
}

h3 
{    
	font-size: 130%; 
}

h4 
{   
	font-size: 120%; 
}

h5 
{   
	font-size: 110%; 
}

h6 
{   
	font-size: 100%; 
}

p
{
	margin-top: 0px;
	margin-bottom: auto;
}

a
{
	color: #701139;
	text-decoration: underline;
}

a:visited
{
	color: #606;
}

a:hover
{
	color: #AC6F8E; 
}

ul 
{
	list-style: url(../images/bullet.gif) outside;
}

ul ul
{
	list-style: url(../images/bullet2.gif) outside;
}

ol 
{ 
	list-style: decimal outside;
}

li 
{ 
	margin: 0px;
}

img, img a, a img 
{
	border: none;
}

hr
{
	height: 1px;
	color: #CCC;
	background-color: #CCC; 
	border: solid #CCC 0px;
}

pre 
{
	font-family: "Courier New", Mono;
	color: #666;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

table
{
	font-size: 100%;
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}

form
{
	margin: 0px;
	padding: 0px;
}

legend
{
	color: #701139;
	background-color: #FFF;
	border: #DDD 1px solid;
	padding: 0px 6px 1px 6px;
}

fieldset
{
	color: #701139;
	border: #CCC 1px solid;
	padding: 10px;
	margin: 10px 0px;
}

th
{
	color: #FFF;
	padding: 0px 2px;
	font-weight: bold;
	background-color: #701139;
	border-bottom: 1px #000 solid;
	border-right: 1px #FFF solid;
}

caption
{
	color: #024C79;
	text-align: left;
	font-weight: bold;
}

optgroup
{
	font: 100% arial, helvetica, sans-serif; 
	color: #000;
	background-color: #ECECEC;
}

option
{
	font: 100% arial, helvetica, sans-serif; 
	color: #000;
	background-color: #FFF;
}

/* containers ----------------------------------------------------*/


#container_1
{
	position: relative; 
	top: 0px;
	margin: 0px;
	padding: 0px; 
	width: 100%; 
	height: 100%;
	overflow: auto; 
}

#container_2
{ 
	border-left: 19px #024C79 solid;
	border-right: 19px #024C79 solid;
	border-top: 1px #024C79 solid;
	border-bottom: 1px #024C79 solid;
	width: 90%;
	height: auto; 
	margin: 20px auto;
	background-image: url("../images/bg_right.gif"); 
	background-repeat: repeat-y;
	background-position: 100% 0%;
	background-color: #FFF;
}

#container_3
{
	border-left: 10px #FFF solid; 
	border-right: 10px #FFF solid; 
	border-bottom: 10px #FFF solid;
	text-align: left;
	width: auto;
	height: 100%;
	background-image: url("../images/bg_left.gif");
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

.hidden
{
	display: none;
}

/* header ----------------------------------------------------*/

#header
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100px;
	padding: 0px;   
	margin: 0px;
	clear: both;
	background-color: #FFF;
	overflow: hidden;
}

#header a
{
	padding: 0px;   
	margin: 0px;    
	border: none;
	text-decoration: none; 	
}

#headerleft 
{  
	position: relative;
	right: 0%; 
	top: 0px; 
	width: 175px;
	float: left;
	background-color: #FFF;
	z-index: 1;
}

#chcom_1 
{   
	position: absolute;
	top: 0%;
	left: 0%;
	margin-left: 185px;
	width: auto;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

#chcom_1 img
{  
	margin-right: 1px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}

#chcom_1 ul #chcom_1 li
{  
	margin: 0px;
	padding: 0px;
}

#headerright 
{ 
	position: absolute;
	right: 0%; 
	top: 0px;  
	width: 300px;
	float: right;
	background-color: #FFF;
	float: right;
	z-index: 2;
}

/* context menu1 --------------------------*/

#mainmenu
{     
	width: 100%;
	height: 100%;
	background-color: #701139;
	border-top: 10px solid #FFF;
	clear: both;
}

#container_3>#mainmenu
{     
	border-top: 10px solid #FFF;
}

#mainmenu ul
{
	width: 100%;
	height: auto;	
	margin: 0px;
	padding: 0px;
	background-color: #701139;
	float: left;
	position: relative;
	top: 0%;
	background-image: url("../images/cm.gif");
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#mainmenu li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #FFF;
	float: left;
	display: inline;
	text-align: center;
	white-space: nowrap;
}

#mainmenu a
{
	color: #FFF;
	text-decoration: none;	
	display: block;
	padding: 3px 9px;
	text-align: center;
	background-color: #701139;
	border-bottom: 1px solid #FFF;
	text-decoration: none; 
}

#mainmenu a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #AC6F8E;
}

#mainmenu a.active, #mainmenu a.actnochild
{
	color: #FFF;
	text-decoration: none;	
	display: block;
	padding: 3px 9px;
	text-align: center;
	font-weight: bold;
	background-color: #AC6F8E;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

#mainmenu span.nolink
{	
	color: #DDD;
	text-decoration: none;	
	display: block;
	padding: 3px 9px;
	text-align: center;
	background-color: #701139;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

/* spacer ----------------------------------------------*/

#spacer
{  
	width: 100%;
	height: 10px;
	background-color: #FFF;
	clear: both;
}

/* lefthand column ----------------------------------------------*/

#columnleft 
{   
	float: left;
	width: 175px;
	height: auto;
	line-height: 180%;
	text-align: right;
	color: #FFF;
	clear: both;
}

#columnleft label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	line-height: 140%;
	text-align: right;
	padding-right: 20px;
	background-color: #AC6F8E;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-bottom: 1px solid #FFF;
}

#columnleft ul
{
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-color: #AC6F8E;
}

#columnleft li 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#columnleft li a 
{
	color: #FFF;
	padding-right: 20px;
	width: 155px;
	display: block;
	text-decoration: none;
	background-color: #701139;
	background-image: url("../images/arrow_2.gif");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	border-bottom: 1px solid #AC6F8E;
}

#columnleft li a:hover, #columnleft li a.active:hover 
{
	background-color: #853457;
}

#columnleft li a.active 
{
	background-image: url("../images/arrow_2_ac.gif");	
	font-weight: bold;
}

#columnleft li a.actnochild 
{
	background-image: none;	
	font-weight: bold;
}

#columnleft li a.actnochild:hover 
{
	background-image: none;	
}

#columnleft li a.nochild 
{
	background-image: none;
}

#columnleft li a.nochild:hover 
{
	background-image: none;
}

#columnleft li span.nolink
{
	color: #AC6F8E;
	padding-right: 20px;
	width: 155px;
	display: block;
	background-image: none; 
	background-color: #701139;
	border-bottom: 1px solid #AC6F8E;
}

#columnleft li li a 
{
	color: #701139;
	background-color: #ECECEC;
	background-image: none;
	border-bottom: none;
}

#columnleft li li a:hover 
{
	background-color: #FFF; 
}

#columnleft li li a.active 
{

	background-image: none;
}

#columnleft li li a.active:hover 
{
	background-color: #FFF;
	background-image: none;
}

#columnleft li li a.nochild 
{
	background-image: none;
}

#columnleft li li a.nochild:hover 
{
	background-image: none;
	background-color: #FFF;
}

#columnleft li li span.nolink
{
	color: #AC6F8E;
	background-color: #ECECEC;
	padding-right: 20px;
	width: 155px;
	display: block;
	background-image: none;
	border-bottom: none;
}

/* center column ----------------------------------------------*/

#columncenter
{
	float: none;       
	width: auto;
	height: auto;
	padding: 0px;
	margin-left: 185px;
	margin-right: 185px;
	background-color: #ECECEC;
}

.home #container_3 
{
	background-image: none;
}

.home #columncenter 
{
	margin-left: 1px;
}

#content 
{
	width: 96%;
	height: auto;
	padding-bottom: 50px;
	margin: 0px;
	line-height: 140%;
	overflow: auto;
}

#columncenter>#content 
{
	width: 100%;
	margin: 0px;
}

span.accesskey
{
	text-decoration: underline;
}

span.error 
{
	color: #701139;
	font-weight: bold;
}

/* application menu ---------------------------------------------*/


#appmenu
{     
	width: 100%;
	background-color: #701139;
	border-bottom: 10px solid #ECECEC;
}

#appmenulevel
{     
	border-bottom: 1px solid #FFF;
	padding: 1px 0px;
	clear: both;
	width: 100%;
}

#appmenu ul
{
	width: 100%;
	display: inline;
	clear: both;
}

#appmenu li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #FFF;
	float: left;
	display: inline;
	white-space: nowrap;
}

#appmenu a
{
	padding: 0px 5px;
	color: #FFF;
	text-decoration: none;	
	display: block;
	text-align: center;
	background-color: #701139;
	border-bottom: none; 
	border-left: 1px solid #701139;
	border-right: 1px solid #701139;
}

#appmenu a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #AC6F8E;
}

#appmenu a.active
{
	color: #FFF;
	background-color: #AC6F8E;
	border-left: 1px solid #701139;
	border-right: 1px solid #701139;
}

#appmenu span
{
	padding: 0px 5px;
	color: #CCC;
	background-color: #701139;
	text-decoration: none;	
	display: block;
	text-align: center;
	border-bottom: none;
	border-left: 1px solid #701139;
	border-right: 1px solid #701139;
}

/* Wizard classes ---------------------*/

#wizard
{     
	width: 100%;
	height: 16px;
	background-color: #ECECEC;
	clear: both;
	font-size: 90%;
	margin-bottom: 10px;
}

#wizard ul
{
	width: 100%;
	height: auto;	
	margin: 0px;
	padding: 0px;
}

#wizard li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #CCC;
	float: left;
	display: inline;
	padding: 0px 6px;
	margin: 0px;
}

#wizard a
{
	color: #024C79;
	text-decoration: none;	
	display: block;
	width: auto;
	border-bottom: 1px dotted #024C79;
	padding: 0px;
	text-align: center;
}

#wizard a:hover
{
	color: #024C79;
	text-decoration: none;
	border-bottom: 1px solid #024C79;
}

#wizard span.nolink
{
	color: #BBB;
	text-decoration: none;	
	display: block;
	width: auto;
	padding: 0px;
	text-align: center;
	border-bottom: none; 
	text-align: center;
}

/* righthand column ----------------------------------------------*/

#columnright
{
	float: right;
	width: 175px;
	line-height: 180%;
	color: #024C79;
	clear: right;
	margin-bottom: 20px;
}

#columnright label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	line-height: 140%;
	width: 155px;
	text-align: left;
	padding-left: 20px;
	background-color: #701139;
	background-image: url("../images/arrow_empty.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-bottom: 1px solid #FFF;
}

#columnright hr
{
	color: #FFF;
	background-color: #FFF;
	height: 1px;
}

#columnright img
{
	text-align: center;
	padding: 0px;
	margin: 5px;
}

#columnright ul
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

#columnright li
{
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	position: relative;
}

#columnright a
{
	color: #FFF;
	border: none;
	width: 155px;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-color: #AC6F8E;
	border-bottom: 1px solid #D5B7C6;
}

#columnright a:hover
{
	background-color: #B8849F;
	border-bottom: 1px solid #D5B7C6;
}

#columnright a.active
{
	font-weight: bold;
}

#columnright li span.nolink
{
	color: #DDD;
	background-color: #AC6F8E;
	width: 155px;
	display: block;
	text-indent: 20px;
	border-bottom: 1px solid #D5B7C6;
}


/* chcom_2 ------------------*/

#chcom_2
{
	border-bottom: 10px solid #FFF;
	text-align: center;
	padding: 10px 0px;
}

#chcom_2 label
{
	display: none;
}

#chcom_2 img, #chcom_2 a img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

#chcom_2 a
{
	width: auto;
	display: block;
	padding-left: 0px;
	background-image: none;
	background-color: transparent;
	border-bottom: none;
}

#chcom_2 a:hover
{
	background-color: transparent;
	border-bottom: none;
}

/* hotlinks ------------------*/

#hotlinks
{
	border-bottom: 10px solid #FFF;
}

#hotlinks ul
{
	padding: 0px;
	margin: 0px;
}	

/* tickertape ------------------*/

#tickertape
{
	border-bottom: 10px solid #FFF;
}

#tickertape ul
{
	padding: 0px;
	margin: 0px;
}

/* toolbar ------------------*/

#toolbar
{
	background-color: #FFF; 
	width: 175px;
	height: 23px;
}

#toolbar img
{
	padding: 0px;
	margin: 0px 3px;
}

#toolbar ul 
{
	margin: 0px; 
	padding: 0px;
	border: none;
	width: auto;
	padding-left: 27px;
}

#toolbar li
{
	border-bottom: none;
	margin: 0px; 
	padding: 0px; 	
	float: left;
	border: none;
}

#toolbar a
{
	border-bottom: none; 	
	display: inline;
	background-color: transparent;
	background-image: none;
	text-indent: 0px;
	margin: 0px; 
	padding: 0px;
	width: auto;  
}

#toolbar a:hover
{
	border-bottom: none;
	background-color: transparent;
	background-image: none;
	margin: 0px; 
	padding: 0px; 
}


/* search ------------------*/

#search
{
	width: auto;
	color: #FFF;
	padding: 0px;
	border-top: 2px solid #FFF;
	border-bottom: 10px solid #FFF;
	text-align: center;
}

#search form
{
	padding: 0px;
}

#search label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	line-height: 140%;
	text-align: left;
	padding-left: 20px;
	background-color: #701139;
	background-image: url("../images/arrow_empty.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	clear: both;
}

input.searchfield
{	  
	color: #000;
	padding-left: 5px;
	background-color: #ECECEC; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 5px 0px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
	width: 70%;
	text-align: left;	 
}

input.searchfieldfocus
{	  
	color: #000;
	padding-left: 5px;
	background-color: #FFF; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 5px 0px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
	width: 70%;
	text-align: left;	 
}

input.searchbutton
{	  
	color: #FFF;
	padding: 0px;
	margin: 0px 2px;
	vertical-align: middle;
	font-weight: bold;
	border: none; 
	font-size: 100%;
	background-color: transparent;
	cursor: pointer;
}

#search ul
{
	text-align: left;
}

#search a
{
	border-top: 1px solid #D5B7C6;
	border-bottom: none;
}

#search a:hover
{
	border-top: 1px solid #D5B7C6;
	border-bottom: none;
}

/* 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
{
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	white-space: nowrap;
	margin: 1px;
	background-color: #701139;
	border-right: 1px #000 solid; 
	border-bottom: 1px #000 solid;
	text-decoration: none; 
}

a.actionbutton:hover, a.cabutton:hover, a.button:hover
{    
	color: #FFF; 
	text-decoration: none;
	background-color: #AC6F8E;
	border-right: 1px #900 solid; 
	border-bottom: 1px #900 solid;
}

a.actionbuttondis, a.actionbuttondis:visited, a.actionbuttondis:hover, a.cabuttondis, a.cabuttondis:visited, a.buttondis, a.buttondis:visited, a.cabuttondis:hover, a.buttondis:hover
{
	color: #999;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	white-space: nowrap;
	margin: 1px;
	background-color: #DDD;
	border-right: 1px #BBB solid; 
	border-bottom: 1px #BBB solid;
	cursor: text;
}

/* calendar --------------------------------------------------*/

.calendar 
{
	font-size: 100%;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-collapse: separate;
}

.calendar a:visited
{
	color: #FFF;
}

.calendar img
{
	border: none;
}

.calendar td, .calendar th
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

.calendar th
{
	line-height: 70%;
	font-weight: normal;
}

td.CalendarHeader
{
	color: #FFF;
	background-color: #701139;
	font-weight: bold;
	border-bottom: 1px #000 solid;
	line-height: 100%;
	padding-top: 2px;
}

.CalendarHeaderWeekend
{
	background-color: #CCC;
	color: #701139;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #999;
}

.CalendarHeaderWorkDay
{
	background-color: #CCC;
	color: #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #999;
}

.CalendarDay
{
	color: #000;
	background-color: #FFF;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;		
}

.CalendarDayDisabled
{
	color: #999;
	background-color: #ECECEC;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
}

td.CalendarHint
{
	color: #FFF;
	background-color: #AC6F8E;
	text-align: center;
}

td.CalendarDayBusy 
{
	color: #FFF;
	font-weight: bold;
	background-color: #AC6F8E;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
}

.CalendarDayBusy a
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;
}

.CalendarDayBusy a:hover
{
	color: #FFF;
	border: none;
	background-color: #701139;
}

td.CalendarDayCurrent
{
	color: #FFF;
	background-color: #701139;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;		
}

.CalendarDayCurrent a
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;	
}

.CalendarDayCurrent a:hover
{
	color: #FFF;
	border: none;
	background-color: #AC6F8E;
}

td.CalendarDayCurrentBusy
{
	color: #FFF;
	font-weight: bold;
	background-color: #701139;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;		
}

.CalendarDayCurrentBusy a
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;		
}

.CalendarDayCurrentBusy a:hover
{
	color: #FFF;
	border: none;
	background-color: #AC6F8E;
}

td.CalendarDaySelected
{
	color: #000;
	background-color: #FFF;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;
}

.CalendarDaySelected a, .CalendarDaySelected a:visited
{
	color: #000;
	border: none;
	display: block;
	width: 100%;	
}

.CalendarDaySelected a:hover
{
	color: #000;
	border: none;
	background-color: #ECECEC;
}

td.CalendarDayCurrentSelected
{
	color: #FFF;
	font-weight: bold;
	background-color: #AC6F8E;
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;
}

.CalendarDayCurrentSelected a
{
	color: #FFF;
	border: none;
	display: block;
	width: 100%;	
}

.CalendarDayCurrentSelected a:hover
{
	color: #FFF;
	border: none;
	background-color: #701139;
}


/* form elements ----------------------------------*/


.formcomment 
{
	color: #701139;
	font-size: 80%;
}

.formcaption 
{
	color: #000;
	padding-right: 3px;
}

.dropdown 
{
	color: #000;
	background-color: #FFF;
	font: 100% arial, helvetica, sans-serif; 
	padding-left: 3px;
}

.checkbox
{
	color: #000;
	font-size: 100%;
	background-color: transparent;
}

.textarea
{
	font: 100% arial, helvetica, sans-serif; 
	color: #000;
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	overflow: auto;
	padding-left: 3px;
}

.textbox 
{
	color: #000;
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	font: 100% arial, helvetica, sans-serif; 
	padding-left: 3px;
}

.radio
{
	color: #000;
	font-size: 100%;
	background-color: transparent;
}

.fileselect
{
	color: #000;
	font: 100% arial, helvetica, sans-serif; 
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

.inputdisabled 
{
	color: #666;
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	background-color: #ECECEC;
	font: 100% arial, helvetica, sans-serif; 
	padding-left: 3px;
}


/* pagegrid ----------------------------------*/


.twingridtable
{
	padding: 1px;
	vertical-align: top;
}

.twingridheader 
{
	color: #701139;
	font-weight: bold;
}

.twingridgridatd
{
	vertical-align: top;
}

.twingridbuttonstd
{
	vertical-align: top;
}

.twingridGridBTd
{
	vertical-align: top;
}

.twingridButtonsTable
{
	vertical-align: top;
}

.grid
{
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	font-size: 100%;
	border-collapse: separate;	
}

.grid a, .grid a:visited
{
	text-decoration: none;
	color: #000;	
	width: 100%;
	display: block;
}

.grid a:hover
{
	color: #000;
	background-color: #DDD;
	text-decoration: none;
}

.grid td
{
	padding: 1px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #CCC solid;	
}

.gridComment 
{
	color: #701139;
}

gridHeaderSortimages
{
	text-decoration: none;
	border: 0px;
}

.gridheader, .gridHeaderSorted, .gridHeaderSortable  
{
	color: #FFF;
	font-weight: bold;
	background-color: #701139;
	border-bottom: 1px #000 solid;
	border-right: 1px #FFF solid;
}

.gridHeaderSortable 
{
	color: #FFF;
	text-decoration: underline;

}

.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;	
	background-color: #FFF;
}

.rowhover
{
	text-decoration: none;
	background-color: #FFF;
}

.rowodd 
{
	background-color: #ECECEC;
	text-decoration: none;
}

.roweven 
{
	background-color: #FFF;
	text-decoration: none;
}

.rowoddselectable
{
	background-color: #ECECEC;
	text-decoration: none;
}

.rowevenselectable
{
	background-color: #FFF;
	text-decoration: none;
}

.rowodd:hover, .rowoddselectable:hover, .roweven:hover, .rowevenselectable:hover
{
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000;
	background-color: #DDD;
}

.gridRowSelected
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #AC6F8E;
}

.gridPaging
{
	text-align: right;
	padding: 0px 2px;
	vertical-align: middle;
}

input.filterbutton
{
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px;
	white-space: nowrap;
	margin: 1px;
	height: 18px;
	border: none;
	font-size: 100%;
	background-color: #701139;
	border-top: 1px #701139 solid; 
	border-left: 1px #701139 solid;
	border-right: 1px #000 solid; 
	border-bottom: 1px #000 solid;
}

input.gridfilter 
{
	width: 90%;
	color: #701139;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #ECECEC;
	font-size: 100%;
	padding-left: 3px;
}

tr.gridfilter, td.gridfilter  
{
	background-color: #ECECEC;	
}


/* treeview --------------------------------*/

/* 2.6 lowercase 
tv
tvcurrent
tvdisabled
tvselectable
tvselected
*/

.tvTable 
{
	padding: 2px;
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	border-right: 1px #BBB solid;
	border-bottom: 1px #BBB solid;
	font-size: 100%;
	background-color: #ECECEC;
	border-collapse: separate;
}

.tvTable a:visited
{
	color: #701139;
}

.tvHeader 
{
	color: #FFF;
	padding: 0px 2px;
	font-weight: bold;
	background-color: #701139;
	border-bottom: 1px #000 solid;
}

.tvImg
{
	cursor: default;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: default;
}

.tv 
{
	color: #701139;
	background-color: #ECECEC;
	text-decoration: none;
}

.tv:hover
{
	color: #000;
	background-color: #ECECEC;
	text-decoration: none;
}

a.tv
{
	color: #701139;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: default;
}

.tvCurrent, .tvcurrent 
{
	color: #701139;
	font-weight: bold;
	text-decoration: none;
	background-color: #ECECEC;
	cursor: default;
}

.tvCurrent:Hover, .tvcurrent:hover
{
	color: #000;
	text-decoration: none;
	background-color: #ECECEC;
}

.tvSelectable, .tvselectable 
{ 
	color: #701139;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: default;
}

.tvSelectable:Hover, .tvselectable:hover 
{ 
	color: #000;
	background-color: #ECECEC;
	text-decoration: none;
}

.tvSelected, .tvselected
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #AC6F8E;
	cursor: default;
}

.tvDisabled, .tvdisabled 
{
	color: #999;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: text;
}

.tvDis 
{
	color: #999;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: text;
}

.tvDishover
{
	color: #999;
	background-color: #ECECEC;
	text-decoration: none;
}

.tvNew 
{ 
	color: #701139;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: default;
}

.tvComment 
{
	color: #701139;
	padding: 0px 2px;
	background-color: #FFF;
	border-top: 1px #CCC solid;
}

.tvActions 
{
	color: #AC6F8E;
	text-decoration: none;
	background-color: #ECECEC;
	text-decoration: none;
	cursor: default;
}

/* footer ----------------------------------------------*/

#footer
{
	height: 27px; 
	clear: both; 
	text-align: center;
	background-color: #024C79; 
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #FFF;
}

#disclaimer
{
	width: auto;
}

#disclaimer ul
{
	margin: 0px; 
	padding: 4px 0px 0px 0px;
}

#disclaimer li
{
	color: #DDD;
	display: inline; 
	padding: 0px 5px 0px 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #BBB;
}

#disclaimer a
{
	color: #DDD;
	text-decoration: none;
	border-bottom: #BBB solid 1px;
}

#disclaimer a:hover
{
	color: #FFF;
	text-decoration: none;
	border-bottom: #FFF solid 1px;
}

#lang
{
	position: absolute;
	top: 5px; 
	left: 10px;
	float: left;
}

#lang a, #lang a:hover
{
	border-bottom: none;
}

#lang ul
{
	margin: 0px; 
	padding: 0px;
	width: auto;
}

#lang li
{
	margin: 0px; 
	padding: 0px;
	display: inline;
}

/* skipclasses ----------------------------------------------------*/

#skipdiv
{
	padding: 0px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-top: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}

body>#skipdiv
{
	position: fixed;
}

.skiplink
{
	width: 15px; 
	height: 15px;
	display: block; 
	background-color: #701139;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none; 
}

a.skiplink:hover
{  
	background-color: #AC6F8E;
	background-image: url(../images/top_dn.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
}

/* modal layout ------------------------------- */

body.modal
{
	background-color: #ECECEC;
	background-image: none;
	margin: 0px;	  
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body.modal p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* cms ----------------------------------------------*/

.cmscontainer
{
	color: #000;
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	padding: 1px 3px;
	background-color: #ECECEC;
	overflow: auto;
}

.cmscontainerselected 
{
	color: #000;
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	padding: 1px 3px;
	background-color: #FFF;
	overflow: auto;
}

.cmscontainerdisabled
{
	color: #666; 
	border-left: 1px solid #000;	
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
	padding: 1px 3px;
	background-color: #ECECEC;
	overflow: auto;
}

.cmscontainerdisabled *
{
	color: #666;
}

div.cmscontainer p, div.cmscontainerselected p, div.cmscontainerdisabled p
{
	margin-top: 0px;
	margin-bottom: auto;
}

/* editor ------------------------*/

#htmleditortoolbar
{
	margin-bottom: 0px;
	font-size: 11px;
}