/*  CSS Document 
 
	Project : Staff Bull Online
	Created date : 12 August 2008.
	Description : CSS Document defines the property of all predefine tags and also define tags.
	Copyright: This Document is the property of Staff Bull Online.
*/


html,body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	height:100%; 
	background-color:#101010;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

/* Link Style */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #036;
}

/* Form Style */


select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
}
input, textarea { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
}
input:focus,textarea:focus {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#f5f5f5;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
}
select:focus {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#f5f5f5;
	border: 1px solid #666666;
	margin: 1px;
	padding: 1px;
}

.noborder {
	border:1px;
	background-color:transparent;
}


/* ---------- Define tag style sheet ---------- */

/* Font Style */

p, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}
.greytext {
	color:#bbb;
}
.bluetext {
	color:#000F6C;
	font-weight:bold;
}
.message {
	color:#FF0000;
}

.copytext, .copytext a:link, .copytext a:visited, .copytext a:active {
	color:#CCC;
}
.copytext a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Table/Div Style */

#main {
	margin:0 auto;
	width:780px;
	height:100%;
}

.bluetd {
	background-color:#00597A;
	color:#FFF;
	font-weight:bold;
	height:24px;
	padding-left:10px;
}
.greytd {
	background-color: #F5F0ED;
}
.greenTitle {
	background-image:url(title_green.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	height:29px;
}
.yellowTitle {
	background-image:url(title_yellow.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	height:29px;
}
.greyTitle {
	background-image:url(title_grey.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	height:29px;
}
.sideLinks{
	color:#666;
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-color:#F5F0ED;
	padding-left:38px;
	border-bottom:1px solid #FFFFFF;
	height:20px;
}
.sideLinks a:link, .sideLinks a:visited, .sideLinks a:active {
	color:#666;
	cursor:pointer;
	height:20px;
}
.sideLinks a:hover {
	color:#000;
	cursor:pointer;
	height:20px;
}
.rightLinks{
	color:#000;
	background-image:url(bullet1.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	height:20px;
}
.rightLinks a:link, .rightLinks a:visited, .rightLinks a:active {
	color:#000;
	cursor:pointer;
	height:20px;
}
.rightLinks a:hover {
	color:#f30;
	cursor:pointer;
	height:20px;
}
.bgbtngrey {
	background-image:url(bg_btn_grey.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:9px;
}
.bgbtngrey a:link, .bgbtngrey a:visited, .bgbtngrey a:active {
	color:#000;
}
.bgbtngrey a:hover {
	color:#000F6C;
	text-decoration:underline;
}
.list {
	height: 18px;
	width: 130px;
	border: 1px solid #CCCCCC;
	font-family: Arial,Tahoma, Verdana;
	font-size: 12px;
	color: #0D273E;
	text-decoration: none;
}
.list2 {
	height: 18px;
	width: 175px;
	border: 1px solid #CCCCCC;
	font-family: Arial,Tahoma, Verdana;
	font-size: 11px;
	color: #0D273E;
	text-decoration: none;
}
.campo {
	height: 18px;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-family: Arial,Tahoma, Verdana;
	font-size: 12px;
	color: #0D273E;
	text-decoration: none;
}