/*
 * File:   styles.css 
 * Author: iDesign Team - 3i-Infotech
 * Date:   26-February-2007
 * Desc:   Stylesheet that contains color scheme and basic layout of the user interface application for PREMIA BROKER
 */

/* styles define the body text and margins*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	background-color: #F1F0FF ;
}

/* style for 'welcome' information appears below masthead */
.topinfo {
	height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	font-weight: bolder;
	color: #990000;
	background-image: url(topinfo01.jpg);
}

/* style to display javascript menu */
.menubar {
	background-color: #999999;
	height: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

/* style for breadcrumbs - default and active breadcrumb */
.breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	height: 12px;
}
.breadcrumbactive{
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bcarrow { /* style for divider arrow */
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana;
}

/* style for  errror message */
.errmessage {
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
}

/* style for ASTERIX - mandatory form field */
.asterix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}

/* style for  global navigation */
a:link{
	font-size:11px;
	font-weight:normal;
	color: #365EA7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited{
	font-size:11px;
	font-weight:normal;
	color: #365EA7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#4B76C5;
	text-decoration: none;
}

/* styles for TAB starts here. This class should get incorporated in <a href > tag */
a.tab:link{
	font-size: 11px;
	font-weight: bolder;
	background-image: url(tab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 110px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	margin: 0px;
	padding-top: 4px;
}
a.tab:visited{
	font-size: 11px;
	font-weight: bolder;
	background-image: url(tab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
a.tab:hover /* style to change TAB color on mouse over */
{ 
	font-size: 11px;
	font-weight: bolder;
	background-image: url(tabactive.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.activetab /* style for active tab. Needs to get incorporated in <SPAN > tag */
{ 
	font-size: 11px;
	font-weight: bolder;
	background-image: url(tabactive.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.TabBorder {
	border: 1px solid #B3C9E1;
	background-color: #FFFFFF;
	padding: 10px;
}

/* style for section TITLES */
.title
{
	color:#006699;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	cursor:default;
	font-weight: bold;
}
.titleblue
{
	color:#CC6600;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	cursor:default;
	font-weight: bold;
}
.subtitle  /* style displays arrow along with the TITLE   */
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	background-image: url(arrow.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	}

.subtitledown  /* style displays arrow along with the TITLE   */
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	background-image: url(arrowdown.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	}
/* styles for FORM elements like   LABELS, TEXTFIELD, BUTTONS */
.label {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}
.textfield {
	height: 15px;
	border: 1px solid #CADBEC;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	margin: 1px;
}
.combo { /* drop down menu */
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
.textarea {
	font-family: Arial, Verdana, Tahoma;
	border: 1px solid #CADBEC;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.button
{
	cursor:	hand;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
	background-image: url(btnbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.hruler {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(hruler.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 15px;
}

/* style for  masthead  image*/
.masthead {
	/*background-image: url(bgmasthead.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color: #2ED88E;
	
	
}

/*  styles for DARAGRID. This style should be applied to TR */
tr.heading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-left: 6px;
	background-color: #85AECD;
	color: #FFFFFF;
	background-image: url(spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	height: 12px;
}	
tr.tabledatalite /* style for alternate row color */
{ 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-left: 6px;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.tabledatadark /* style for alternate row color */
{
	background-color: #F5FBFD;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-left: 6px;
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}
tr.datafooter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding-left: 6px;
	background-color: #E0EAF1;
	color: #666666;
	background-image: url(spacer_gray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
}

.bgloginpanel {
	background-image: url(bglogin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 430px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D2CB;
	
}
/*Added By SAI */
.bgloginpanel1 {
	background-image: url(loginbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 320px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D2CB; */
}
/* style for small fonts links */
a.tiny:link{
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
}
a.tiny:visited{
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
}
a.tiny:hover{
	color: #006699;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	padding-right: 2px;
	padding-left: 2px;
}

.bolddata
{
	font-size:12px;
	cursor:default;
	font-weight: bold;
}

.smallbolddata
{
	font-size:11px;
	cursor:default;
	font-weight: bold;
}
.shorttextfield {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #AECAE1;
/*	margin: 0px;
	padding: 2px;*/
	width:97%;
	
}
.textfieldPED{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #AECAE1;
/*	margin: 0px;
	padding: 2px;*/
	width:97%;
	height: 20px;
}
.colheadingCenter {
	background-color: #B8D5E4;
	font-family:Arial, Verdana, "Times New Roman";
	font-size: 11px;
	font-weight: bolder;
	color: #006699;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 20px;
	text-align: center;
}
/* style for footer*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D7D8;
	text-align: center;
	height: 18px;
	background-color: #F5F5F5;
}