@CHARSET "UTF-8";

/* General Structure */
    td, th, input, select, textarea { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
			 	font-size: 11px; 
    }

img {
	border: 0px;
	}


	.linksmenu { color:#000000; text-decoration: underline}
.linksmenu:hover { color:#000000; text-decoration: underline}
/* Navigation */

        :link { color: #000000; font-size: 11px; font-weight: normal;  }
        :visited { color: #000000; font-size: 11px; font-weight: normal; }
        :link:hover, :visited:hover { color: #000000; font-size: 11px; font-weight: normal; }
        :link:active, :link:active { color: #000; font-size: 11px; font-weight: normal; }

/* Quotations */


/* Comments and other Asides */

	.note {
		color: #666;
		font-style: normal;
	}
	
	.remark {
		color: #666;
	}
	
	.sidenote {
		border: #666;
	}


	.key-point {
		background: #0D5D90;
		padding: 5px;
		margin-bottom: 14em;
		margin-top: 2.5em;
	}

	
body { 
	font-family: verdana, sans-serif; 
	background: #C3D6E5 url(../Images/nav-bg.gif) 0px -60px repeat-x; }
		img, input, select, button {
    vertical-align: middle;
    margin: 0px;
}

	
	
/*    LOGIN    */	

.login{
	position:absolute;
	top:39px;
	left: 10px;
	display: block;
	width:96%; 		
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 0px 0px; 
	font-size: 11px; 
	font-weight: normal;
	border:double #cccccc 2px;
	border-style: double solid;

	}
	
#login .text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 11px; 
 	width: 100px; 
 	margin-right: 6px; 
	}

#login .loginform,  .loginform { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}



/* 1ST LEVEL NAVIGATION */

#nav {
	position: absolute;
	top: 5px;
	left: 10px;
	float: left;
	margin: 0;
	margin-left: 0px;
	padding: 0px 0 2px 0;
	list-style: none;
	font-size: 11px;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #4F86B4;
	}

#nav a {
	float: left;
	padding: 6px 4px 4px 4px;
	text-decoration: none;
	color: #fff;
	}

#nav a:hover {
	color: #fff;
	padding: 6px 4px 4px 4px;
	background: #4F86B4;
	}
	
#nav a.active {
	background: #C3D6E5 ;
	color: #000000;
	font-weight: bold;
	}

#nav a.active:hover {
	background: #C3D6E5 ;
	color: #000000;
	font-weight: bold;
	}

/* 2ND LEVEL NAVIGATION */

#navsub {
	position: absolute;
	top: 25px;
	left: 10px;
	float: left;
	margin: 0;
	margin-left: 0px;
	padding: 0 0 2px 0;
	list-style: none;
	font-size: 11px;
	}
	
#navsub li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navsub a {
	float: left;
	padding: 8px 4px 8px 4px;
	text-decoration: underline;
	color: #000000;
	}
	
#navsub a:hover {
	color: #000000;
	padding: 8px 4px 8px 4px;
	text-decoration: underline;

	}
#navsub a.active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
	}

/* Language selector */
#langsel {
	position: absolute;
	top: 30px;
	right: 15px;
	float: right;
	margin: 0;
/*	margin-right: 0px;*/
	padding: 0;
	list-style: none;
	font-size: 11px;
	}
	
#langsel li {
	float: right;
	margin: 2px;
	padding: 0;
	list-style: none;
	}
	
#langsel a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#langsel img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #CCCCCC;
}

/* EditPage NAVIGATION */

#editpagenav {	
	float: left;
	margin: 5px 0px 0px 5px;
	padding: 0 0 2px 0;
	list-style: none;
	font-size: 11px;
	}
	
#editpagenav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#editpagenav a {
	float: left;
	padding: 8px 4px 8px 4px;
	text-decoration: underline;
	color: #000000;
	}
	
#editpagenav a:hover {
	color: #000000;
	padding: 8px 4px 8px 4px;
	text-decoration: underline;

	}
#editpagenav a.active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
	}

	
/* BREAD CRUMB NAVIGATION */
		
	

.navbread, .navbread:visited, .navbread:active {
	position:absolute;
	top:53px;  
	left:10px;
	width:96%; 	
	height: 30px;
	vertical-align: middle;
	background: #F3F4F6;
	color: #999;
	text-decoration: none;
	padding: 5px 10px 10px 10px; 
	font-size: 10px; 
	font-weight: normal;
	margin-top: 0%;
	border:double #cccccc 2px;
	border-style: double solid;
	border-bottom-width: 0px;
	}
	
.navbreadlink, .navbreadlink:visited, .navbreadlink:active {
		text-decoration: underline;
		color: #999;
		}

		
/* MAIN */
#main .mainactionnavi, .mainactionnavi:active, .mainactionnavi:visited {
	font-size: 11px; 
	background: #EAEFF4;
	color: #000000;
	font-weight: bold;
    white-space: nowrap;

}
#mainactionnavi a {		
	width: 100%;
	font-size: 11px; 
	height: 20px;
	color: #000000;
	background: #EAEFF4;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
    padding: 0px 0px 0px 0px;}
	
	
#mainactionnavi .actionicon, a.actionicon {
  vertical-align:-5px;
  	background: #EAEFF4;}
  
.mainactiontable {
	background: #EAEFF4;
}

.maindate 
{
	display: block; position: absolute; right: 10px; top: 3px; color: white;
	text-align: right;
	line-height: 110%;
	font-size: 11px;
}

.main, .main:active, .main:visited {
	position:absolute;
	top:78px;
	left:10px;
	display: block;
	width:96%; 	
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 10px 10px 10px 10px; 
	font-size: 11px; 
	font-weight: normal;
	border:double #cccccc 2px;
	border-style: double solid;
	border-top-width: 0px;

	}


 .maintableheader, .maintableheader:active, .maintableheader:visited {

	background: #cccccc;
	color: #000000;
	text-decoration: none;
	height: 20px;


	}
	
 .maintablenavi, .maintablenavi:active, .maintablenavi:visited {
	width: 100%;
	background: #EAEFF4;
	height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

	}

.troublemaker {
	position:absolute;
	top:128px;
	left:10px;
	display: block;
	width:96%; 	
	height: 650px;
	overflow: auto;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 10px 10px 10px 10px; 
	font-size: 11px; 
	font-weight: normal;
	border:double #cccccc 2px;
	border-style: double solid;
	border-top-width: 0px;

	}

/* Search*/

.search_popup  {
	position:absolute;
	top:35px;
	left:10px;
	width:550px; 	
	background: #ffffff;
	color: #000000;
	font-size: 11px; 
	border:double #cccccc 2px;
	padding: 5px 15px 5px 0px;
	}
	
.search_popup .changedField
{
color:#000; 
background: #F3F4F6; 
}
.search_popup .currentField
{
color:#000; 
background:#C3D6E5; 
}

/* Pop up */

popup
{
	background: #C3D6E5 ;
	font-size: 11px; 
}

#popup .header {
	padding: 5px 5px 5px 0px;
	font-weight: bold;
	background: #C3D6E5 ;
	color: #000;
	margin: 0px 10px;
	border-style: solid;
	padding-left: 5px;
	border-color: #4F86B4 #88ADCC;
	border-bottom: 0px;
	width: 250px;
	font-size: 11px; 
	}

#popup .text {
	padding: 5px 5px 5px 0px;
	background: #F3F4F6 ;
	color: #000;
	margin: 0px 10px;
	padding-left: 5px;
	border-style: solid;
	border-top: 0px;
	border-color: #4F86B4 #88ADCC;
	width: 250px;
	font-size: 11px; 
	}

/* Edit Page Fields */
.tbx
{
	width: 132px;
}

.tbxSmall
{
	width: 42px;
}

.tbxFill
{
	width: 100%;
}

.tbxLink
{
	width: 114px;
}

.txaHigh
{
	width: 100%;
	height: 250px;
}

.txa
{
	width: 100%;
	height: 50px;
}

.txaLow
{
	width: 100%;
	height: 20px;
}


.txaFixed
{
	width: 132px;
	height: 50px;
}

.ddl
{
	width: 132px;
}

.ddlMedium
{
	width: 90px;
}
	
	
.error {
	color: #000000;
	font-weight: bold;
}

/* Edit Page */
.edit_table
{
	margin-top: 15px;
}

/* User Messages */

.messages {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	display: block;
	background: #fff;
/*	height: 24px;*/
	color: #000000;
	text-decoration: none;
	list-style: none;
	}

.messages li
{
	padding: 5px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.messages li img
{
	margin-top: -2px;
	margin-right: 4px;
}

.messages .Error, .messages .SystemError
{
	border:solid #F40000 1px;
	font-weight: bold;
}	
	
.messages .Info
{
	border: solid #EEEEEE 1px;
}
		
.messages .Warning
{
	border:solid #F9EF56 1px;
	font-weight: bold;
}
	
.messages .Success
{
	border:solid #00F400 1px;
	font-weight: bold;
}	
	
/* Language selector */
ul.data_editor_language_selector
{
	
/*	border: 1px solid #cccccc;*/
	padding: 0px;
	width: auto;
}

.data_editor_language_selector li
{
	background: #EAEFF4;
	list-style: none;
    display: inline;
	padding: 1px;
}

.data_editor_language_selector a
{
	color: #999999;
}

.data_editor_language_selector li.active a
{
	font-weight: bold;
	color: black;
}