﻿input.button
{
	background-color:#FFFFFF;
	color:Black;
}
body 
{
font-family: Verdana,Arial,sans-serif;
font-size:10px;
background-color:#ffffff;
margin:0px;
padding:0px;
}
textarea
{
	
}
input, select
{
/*font-family:Arial;
background-color:#ffffff;
font-size: 9pt;*/
}
.logout-bg {background:url(../../admin/images/green-bg.jpg) repeat-x left bottom;height:20px;font-size:12px;color:#000000;padding:0 16px 0 0}
td.menuheader
{
	/*letter-spacing: 0.03cm;*/
	text-align:left;
	/*border-bottom: solid 1px #FFFFCC;*/
	font-weight:600;
	color:#000000;
}
td.text
{
	color:Black;
}
.lefttable
{
	background-color:#ECE6AE;
	border:solid 1px #002EB8;
	vertical-align:top;
	text-align:left;
	
}
table
{
	/*color: #ECE6AE;*/
	margin-left:0;
}
a 
{
	color: Maroon;	
}
td.borderbottom
{
	border-bottom: solid 1px #FFFFCC;
}
td.errortext
{
	color:Red;
}
tr.trodd
{
	background-color:#F7F6F3;
}
tr.treven
{
	background-color:#FFFFFF;
}
.block_ui {
    position: fixed;/*!important;*/
    position: absolute;
    display:block;
    z-index: 1000;
    width:100%;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    top: 0;
    left: 0;
    bottom:0;
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.modal_show { 
    position:absolute;
    top:25%;
    width:600px;
    left:50%;
    margin-left:-300px;
    background:#fff;
    border:4px solid #ccc;
    font-size:1.2em;
    z-index:1001;
}


.text
{
	
	font-size: 9pt;
	color:Black;
}

.textHeader
{
	font-size: 11pt;
	color:Black;
}
.textHeaderSearch
{
	font-size: 10pt;
	color:Black;
}

td.box
{
	color: #ECE6AE;
	/*background-color:#DDECF1;*/
	background-color:#E5F1CD;
}


.top-header 
{
	background: url(../../admin/images/top-header.jpg) no-repeat right top;
	border-bottom:1px solid #90bf5f;
	height:80px;
}
.top-header img {float:left;margin:0 0 0 15px}
.tab-height{height:100%}
span.page-title 
{
	color:#000000;
	font-size:14px;
	font-weight:700;
}
h1{color:#7cae42;  font-size:21px; margin:0 0 0 25px; text-align:left;}
h2{color:#7cae42;  font-size:15px; margin:0 0 0 0px; text-align:left;}
.logout-bg {background:url(../../admin/images/green-bg.jpg) repeat-x left bottom;height:20px;font-size:12px;color:#000000;padding:0 16px 0 0}
.logout-bg a {color:#000000;text-decoration:none}
.mid-content {height:100%}
.menu-bg {background:url(../../admin/images/sidemenu-bg.gif) repeat-x bottom left #ffffff; width:174px; border-left:1px solid #c3e09f; border-right:1px solid #c3e09f;height:100%}

#left-links {width:175px;margin:0}
#left-links a {padding:15px 0 5px 25px;margin:0;color:#515151;font-size:12px;display:block;text-decoration:none; font-weight:100}
#left-links a:hover {color:#000000;background-color:#F2F9DB}
#left-links div {line-height:normal;height:47px;padding:15px 0 10px 52px;margin:0 0 20px 0;color:#515151;font-size:13px;font-weight:700}

rightborder {border-right: 1px solid #b2d569}
.leftborder {border-left: 1px solid #b2d569;}
.title{ background:url(../../admin/images/title-bg.gif) left bottom no-repeat; color:#31b1fa; font-size:14px; font-weight:bold; padding:10px 0 5px 15px; margin:5px 0 5px 0; }

.label
{
	font-size: 11pt;
	color:#515151;
}

.btn_bg { background:url(../../admin/images/btn_bg.jpg) left top no-repeat; height:21px; line-height:17px;  font-size:9px; color:#ffffff; width:105px;}
.gallarybox { background-color:#FFFFFF;}
.gallarybox h2{ color:#FF0000; padding:0px 0px 6px 0px; font-size:11px; }
.gallarybox p{ color:#000; padding:6px 0px 6px 0px; font-size:11px; }
.textvalue{ color:#000; padding:0px 0px 6px 0px; font-size:11px;  font-weight:normal;}
.highlight span{ color:#FF0000; padding:0px 0px 6px 0px; font-size:11px;  font-weight:bold;}



 .imageBox,.imageBoxHighlighted{
		width:110px;	/* Total width of each image box */
		height:140px;	/* Total height of each image box */
		float:left;
	}
	.imageBox_theImage{
		width:90px;	/* Width of image */
		height:100px;	/* Height of image */
		
		/* 
		Don't change these values *
		*/
		background-position: center center;
		background-repeat: no-repeat;		
		margin: 0 auto;
		margin-bottom:2px;
	}
	
	.imageBox .imageBox_theImage{
		border:1px solid #DDD;	/* Border color for not selected images */
		padding:2px;
	}
	.imageBoxHighlighted .imageBox_theImage{
		border:3px solid #316AC5;	/* Border color for selected image */
		padding:0px;

	}
	.imageBoxHighlighted span{	/* Title of selected image */
		background-color: #316AC5;
		color:#FFFFFF;
		padding:2px;
	}
	
	.imageBox_label{	/* Title of images - both selected and not selected */
		text-align:center;
		
		font-size:11px;		
		padding-top:2px;
		margin: 0 auto;
	}