.oktext {
color: #4E7B09;
font-weight:bold;
}

.errortext {
color:#CC0000;
font-weight:bold;
}

.textfielderror {
background-color:#E5E1FF;
}

.emphasis {
font-weight:bold;
}

.green_bold {
font-size:12px;
font-weight:bold;
color:#76AF2B;
}

.text_small {
	line-height: 13px;
	font-size: 11px;
}

.text_small_bld {
	line-height: 13px;
	font-size: 11px;
	font-weight: bold;
}
.text_small_grey {
	line-height: 13px;
	font-size: 11px;
	color: #999999;
}
.text_small td{
	line-height: 13px;
	font-size: 11px;
}
.text_small_red {
	line-height: 13px;
	font-size: 11px;
	color: #CC0000;
}

.fakefield {
margin: 0; 
padding: 3px 2px; 
border:1px solid #A5D663;
}

/* Admin result page */
#resulttable td {
border-top: 1px solid #c9dea3; 
color:#111111;
font-size: 11px; 
padding: 4px 2px 4px 11px;
}
#resulttable td.checkbox {
padding: 4px 2px 4px 4px;
}
#resulttable a {
color:#111111;
}
#resulttable .row_failed {
color:#CC0000;
}
#resulttable .row_incomplete {
color:#888;
}

#resultheading {
background-color: #CAF789;
font-size: 11px;
font-weight:bold;
border:none;
padding:4px 3px;
}
#resultheading td {
border-top:none;
}

#resulttable tr.resultrow_odd {
background-color:#FFFFFF;
}
#resulttable tr.resultrow_even {
background-color:#F1FDD2;
}
#resulttable .orderby_sel {
	background-image:url(../pics/order_asc.gif);
	background-repeat:no-repeat;
	background-position: 0px 12px;
}
#resulttable .orderby_sel_desc {
	background-image:url(../pics/order_desc.gif);
	background-repeat:no-repeat;
	background-position: 0px 11px;
}

.listrow { font-size: 11px;
padding-top: 4px;
padding-bottom: 4px;
border-color: #c9dea3 black black; 
border-style: solid; 
border-top-width: 1px;
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px}

.settingrow { font-size: 11px; padding-top: 8px; padding-bottom: 8px; border-color: #D6F79C; border-style: solid; border-width: 0px 0px 1px 0px}

.titleheading {
padding-bottom:6px;
    font-size: 20px;
}

.heading_main {
    font-size: 18px;
}

.heading_mid {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.heading_normal {
    font-size: 13px;
	font-weight: bold;
}

.heading_small {
    font-size: 11px;
	font-weight: bold;
}
.underline_green {
    border-bottom: 2px solid #D6F79C;
}

.button_link {
    display:block;
	font-size: 12px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #364F0F;
	font-weight:bold;
}
.button_link:hover {
	color: #364F0F;
	text-decoration: underline;
}
.button_link_small {
    display:block;
	font-size: 11px;
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #000000;
}
.button_link_small:hover {
	text-decoration: underline;
	color: #000000;
}
.border_green {
border:2px solid #CAF789;
}
.blueborder {
border:2px solid #D5DFFF;
}
.darkblueborder {
border:2px solid #3366FF;
}
.blueborder_thin {
border:1px solid #D5DFFF;
}


#headingnote {
	position:absolute;
	left: 362px;
	top:-106px;
	padding:6px;
	font-size:12px;
	border: 2px solid #CAF789;
	background-color: #F1FDD2;
}

/* General styles for all pages */
body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #afb5ff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-image: url(../pics/bg_colorslide.png);
    background-repeat: repeat-x;
}

td {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
}

th {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12px;
}
p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    line-height:16px;
}
h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
}
h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #404040;
}
h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    color: #404040;
}
ul {
    margin: 0 0 10px 0;
    padding: 0;
}
li {
    margin: 0 0 6px 10px;
    padding: 0;
}
a {
    color:#000099;
    text-decoration: underline;
}
a:hover {
    color:#5565F4;
}

form {  
    padding: 0px;
    margin: 0px;
}


/* Menu elements start here */

/* The top div with logo and tabs */
#wrapper {
	width:766px;
    padding: 0px;
    margin: 0px auto;
	text-align:left;
}
#adminwrapper {
    padding: 0px;
/*    margin: 0px 20px; */
    margin: 0px auto;
	text-align:left;
	width:766px;
}
#widthtest {
/*    margin: 0px 20px; */
    margin: 0px auto;
	text-align:left;
	background-color:#FFFFFF;
	width:10px;
	overflow:visible;
display: table-cell;
}
#innertest {
background-color:#0099FF;
}
#topnav {
    height:72px;
    background-image: url(../pics/topimage.png);
    background-color: #6C42DC;
	background-repeat:repeat-x;
    text-align:left;
    position: relative;
	margin-bottom:10px;
}
#toplogo {
    font-size:16px;
    position: absolute; 
    top: 20px;
    left: 20px;
    padding: 0;
    margin:0;
}
#toplogo img {
    padding: 0;
	border: 0;
    float:left;
}
#toprightlogo {
    position: absolute; 
    top: 18px;
    right: 12px;
    padding: 0;
    margin:0;
	
    font-size:10px;
	font-weight:bold;
	color: #FAF8FC;
}
#toprightlogo img {
border:0;
}
#toprightlogo div {
position:absolute;
top:-2px;
left: 70px;
}

#toprightlogo a {
text-decoration:none;
color:#FFFFFF;
border:0;
}
#topmessage {
position:absolute; 
left:290px; 
top:13px; 
width:260px; 
padding:4px;

border: solid 2px #BFA73B;
background-color:#FFE56F;
color:#000000;
font-size:11px;
}
/* tabs for adminpages */
.admintab {
position:absolute; top:7px; 
height: 34px; 
width:170px; 
background-image:url(../pics/topmenu_tab2.gif); 
background-repeat:no-repeat; 
text-align:center; 
}
.admintab_sel {
position:absolute; top:7px; 
height: 34px; 
width:170px; 
background-image:url(../pics/topmenu_tab.gif); 
background-repeat:no-repeat; 
text-align:center; 
}
.admintab a, .admintab_sel a {
display:block;
height:34px;
	color:#000000;
	text-decoration:none;
}
.admintab a:hover {
text-decoration:underline;
}
.admintab p, .admintab_sel p {
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	margin:0;
}


/* Content area styles */

.x_contentmenu_bg {
    background-image:url(../pics/contmenu_bg.gif);
    background-repeat:repeat-y;
	background-position:left;
}
.x_homepage_bg {
    background-image:url(../pics/homepage/rightmenu_bg.gif);
    background-repeat:repeat-y;
	background-position:right;
}
#contentwrapper {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
    background-color:#FFF;
}
#contentpadding {
	min-height:300px;
	padding:12px 12px 6px 12px;
}
#x_topleftcorner {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
	z-index: 1;
}
#x_toprightcorner {
    position: absolute;
    margin: 0px;
	padding: 0px;
    top: 0px;
    right: 0px;
	z-index: 1;
}
#x_bottomrightcorner {
    display:block;
    float:right;
    width: 14px;
    height: 14px;
    margin:0;
	z-index: 1;
}

/* Titlemenu styles */
#titlemenu {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	text-align:left;
    background-image:url(../pics/titlemenu_bg.gif);
    background-repeat: repeat-x;
	height:70px;
}
#topmenu_admin {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	text-align:left;
/*    background-image:url(../pics/titlemenu_bg.gif);
    background-repeat: repeat-x;
*/
	height:40px;
}
#admin_tabs{
position:relative;
left:0px;
width:auto;
}
#titlemenu_line {
	margin: 0 20px 0 20px;
    border-top:1px solid #b6de7c;
	padding: 0;
	line-height:1px;
	font-size:1px;
}
#titlemenu_line_admin {
	margin: 0 10px 0 10px;
    border-top:1px solid #b6de7c;
	padding: 0;
	line-height:1px;
	font-size:1px;
}

/* Copyright notice at the bottom */
#copyright {
text-align:left;
    padding: 8px 5px 0px 8px;
}
#copyright p {
	font-size: 9px;
	color:#514A80;
	margin:0;
	padding: 0;
}
#copyright a {
	color:#514A80;
}
