/***************************************************************************/
/*     AUTHOR         :  PHP Dev Team, iFactor Solutions, India            */
/*	   CONTACT 		  :  support@ifactors.com www.ifactors.com			   */
/*     PROGRAMMER     :  DPT                                               */
/*     SCRIPT NAME    :  greek.css                                         */
/*     CREATED ON     :  27/JAN/2005                                       */
/*     LAST MODIFIED  :  10/FEB/2005                                       */
/*                                                                         */
/*     Styles For the Site                                                 */
/***************************************************************************/
body {
	background-color: #DBE4EB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.papershad_top {
	background-image: url(../../images/slice_05.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.papershad_bottom {
	background-image: url(../../images/slice_92.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.papershad_left {
	background-image: url(../../images/slice_89.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
.papershad_right {
	background-image: url(../../images/slice_90.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}
.header_bg {
	background-image: url(../../images/slice_17.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.black_sep_head {
	background-image: url(../../images/slice_19.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.whitesep {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
    background-color: #CACACA;
}
.table_content_bg {
	background-color: #FAFAFA;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDEDED;
	border-bottom-color: #EDEDED;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.continue_brdr {
	background-color: #EDEDED;
}
.paper_border {
	border: 1px solid #CCCCCC;
}
.text_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.blue_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B759E;
    font-weight: bold;
}
.white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
    color:#FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #5782AF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.sma:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sma:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sma:hover {
	text-decoration: none;
	color: #D3DFEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sma:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.top:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.top:visited {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.top:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.top:active {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header_bg{
	background-color:#CACACA;
}
.heading{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color:#5782AF;
font-weight:bold;
height:23px;
}
.paging{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
color:#FF9900;
font-weight:bold;
}
.tablerow1{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 10px; color:#000000;}
.tablerow2{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 10px; color:#000000;}
.errmsg{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 10px;color:#FF0000}
.textbox {font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 11px;	border:1px solid #5D89BF; height: 20px; background:#ffffff;color:#4A4A97;}
.textarea{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 11px;	border:1px solid #5D89BF; background:#ffffff; color:#4A4A97;}
select{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 11px;	border:1px solid #5D89BF; background:#ffffff;color:#4A4A97;}
.bluebg{background-color:#5782AF}