/*html tags*/

body {
	background: #232323 url(../img/body-bg.gif) center repeat-y;
	margin: 0; padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #292929;
	text-align: center;
}

.error { color: red; }
a { color: #666666; text-decoration: none; }
a:hover { color: #73bd38; text-decoration: underline; }
.current { color: #73bd38; }
form { margin: 0; padding: 0; }
caption { text-align: left; padding: 4px; border: 1px solid #dadada; margin-bottom: 5px; }
input, select, textarea { font-size: 11px; }
h2 { font-size: 13px; }
img { border: none; margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
fieldset {
	font-size: 10px; margin-bottom: 7px; border: 1px solid #dedede; padding: 10px;
}
legend {
	 border: 1px solid #dedede;
	 font-weight: bold;
	 font-size: 11px;
	 padding: 3px 6px 3px 6px;
	 background: #fff;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 0; padding: 0;
	height: 1px;
}

dl {
	margin: 0;
	padding: 0;
}
dt, dd {
	display: block;
	padding: 2px;
}
dt {
	 font-weight: bold; font-size: 11px; color: #333;
}
dd {
	margin-left: 0; font-size: 10px;
}



/*ids*/
#canvas {
	width: 100%;
	margin: 0; padding: 0;
	text-align: center;
}
#page {
	display: block;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	text-align: left;
	/*only ie gets this style*/
}
#page {
	background: #fff url(../img/page-bg.gif) repeat-y;
}

#location {
	display: block;
	height: 23px;
	width: 775px;
	background: #232323 url(../img/location-bg.gif);
	margin: 0;
}
#location div {
	padding: 4px 7px 0px 7px;
	color: #fff;
	font-size: 10px;
	margin: 0;
}
#location div a {
	color: #E80176;
}

#secondarynav {
	float: left;
	width: 185px;
	height:200px;
	border-right: 1px solid #CCCCCC;
	font-size: 10px;
	/*only ie gets this style*/
	\width:186px;/* for ie5 */
	w\idth:185px;/* for ie6 */
}
#secondarynav ul li  { 
	display:inline;
}
#secondarynav ul {
	list-style-type: none;
	margin:0; padding:0;
}
#secondarynav ul li a {
	font-weight: bold;
	display: block;
	width: auto;
	padding: 4px 3px 3px 25px;
	background: url(../img/navigation-bullet.gif) no-repeat left;
	border-bottom: 1px solid #cccccc;
}
#secondarynav ul li ul {
	list-style-type: none;
	margin:0; padding:0;
}
#secondarynav ul li ul li a {
	display: block;
	width: auto;
	background: url(../img/navigation-sub-bullet.gif) no-repeat left;
	padding: 4px 3px 3px 30px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}
#secondarynav ul li ul li ul li a {
	display: block;
	width: auto;
	background: #EEEEEE;
	padding: 4px 3px 3px 40px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}

#secondarynav ul li a.red {
	background: url(../img/navigation-red.gif) no-repeat left;
}
#secondarynav ul li a.amber {
	background: url(../img/navigation-amber.gif) no-repeat left;
}
#secondarynav ul li a.green {
	background: url(../img/navigation-green.gif) no-repeat left;
}

#content strong {
	color: #000;
	font-weight: normal;
}

#content {
	float: left;
	margin: 0;
	width: 395px;
	border-right: 1px solid #CCCCCC;
	/*only ie gets this style*/
	\width:396px;/* for ie5 */
	w\idth:395px;/* for ie6 */
	min-height: 425px; 
}


#contenttwo {
	float: left;
	margin: 0; padding: 0;
	width: 589px;
	min-height: 425px; 
	background: #fff;
	overflow: hidden;
}

* html #content {
	height: 425px;
}


#contenttwo div.contentinner, #content.contentinner {
	font-size: 12px;
	line-height: 120%;
	background: #fff;
	padding: 20px;
}

#contenttwo h1, #content h1 {
	display: block;
	margin: 0;
	width: auto;
	padding: 20px 20px 0px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
#componentcolumn {
	/*position: relative;*/
	float: left;
	width: 193px;
	overflow: hidden;
	margin: 0; padding:0;
	/*only ie gets this style*/
	\width:189px;/* for ie5 */
	w\idth:193px;/* for ie6 */
}
#componentcolumn div {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	
}
#componentcolumn div h3 {
	font-size: 12px;
	color: #717171;
	margin:  4px 0 0 0;
}

/*
#componentcolumn div# {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
}
*/

#componentcolumn img.prof {
	float: left;
	border: #646E76;
	margin: 0 10px 13px 0;
	clear: both;
	border: 1px #646E76 solid;
}
#componentcolumn p {
	clear: both;
	display: block;
	width: auto;
}
#footer {
	display: block;
	width: 775px;
	background: url(../img/footer-bg.gif) repeat-x top;
	margin-left: auto;
	margin-right: auto;	
}
#footer div {
	width: auto;
	padding: 5px 8px 6px 8px;
	font-size: 10px;
	color: #B6B6B6;
	border-top: 1px solid #333333;
}
#footer div a { color: #fff; text-decoration: none; }
#footer div a:hover { color: #E80176; text-decoration: underline; }

/*classes*/

.logo {
	display: block;
	height: 172px;
	width: 50px;
	background: #000 url(../img/header-logo.gif) no-repeat;	
}

.clear {
	clear: both;
	font-size: 1%;
	display :block;
	width: 775px;
	height: 1px;
}
.black {
	background-color: #000;
	color: #fff;
}

.formtable { border-collapse: collapse; width: 100%; }
.formtable td, .formtable th {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	padding: 8px;
}
.highlight {
	color: red;
}
.pink {
	color: #E80176;
}
.profile-image {
	float: right;
	border: 1px #646E76 solid;
	clear: both;
	margin: 0 0 5px 5px;
}
.tandc  {
	display: block;
	font-size: 10px;
	padding: 10px;
	border: 1px solid #dedede;
}

a.reclogo img  {
	float: left;
	margin: 0 5px 5px 0;
}


#homeheader h1, .access,.hide {
	position: absolute;
	left: -9999px;
}

/*home page specific */

#column {
	display: block;
	float: left;
	width: 325px;
}
#column div {
	padding: 10px 10px 0px 10px;
	font-size: 11px;
}
#column div p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}
#advcolumn h4 {
	font-weight: bold;
	font-size: 12px;
	color: #E9007B;
	margin: 3px 0px 3px 8px; padding: 0;
}
#advcolumn {
	display: block;
	float: left;
	width: 225px;
}

.smallcolumn h4, .smallcolumnwhite h4 {
	font-weight: bold;
	font-size: 12px;
	color: #E9007B;
}
.smallcolumn, .smallcolumnwhite {
	display: block;
	float: left;
	width: 225px;
	margin: 0; padding: 0;
}
.smallcolumnwhite {
	background: #fff;
}
.smallcolumn img, .smallcolumnwhite img {
	margin: 0; padding: 0;
	
}

div.inner {
	padding: 10px;
	font-size: 10px;
	width: auto;
}

table.companies
{
	border-collapse: collapse
}
table.companies td
{
	vertical-align: top;
}
.twocolumn {
	float: right; margin: 0; padding: 0;
}

p.top {
	margin-top: 0;
}
#search {
	width:auto;
	padding: 10px;
}

.selectspink {
	color: #E60084;
}

.listdata {
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
.listdata th, .listdata td {
	padding: 3px;
	 border-right: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
	 vertical-align: top;
}
.listdata th {
	color: #E60084;
}

div.sugestion {
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	width: 403px;
	display: none;
	overflow: auto;
	padding: 0;
	margin: 0;
}

div.sugestion ul {
	list-style-type: none;
	margin: 0;
	padding: 4px;
	background-color: #fff;
}

div.sugestion ul li a span{
	background-color: #FFF97F;
}

div.sugestion ul li a{
	color: #333;
}

.mandatory {
	color: #f00;
}


/* ================================================= */

body.application {
	background: url(../img/bg-body.jpg) repeat-y center;
}
body.dash {
	background: url(../img/bg-dashbody.jpg) repeat-y center;
}

#header {
	height: 134px;
	background: url(../img/bg-header-inside.gif);
}
#header h1, #header h2 {
	position: absolute; left: -9999px;
}

#homeheader {
	background: #01004E;
	height: 270px;
	overflow: hidden;
}
#dash {
	clear: both;
	border-top: 5px #cafd00 solid;
}
.dash_introduction, .dash_navigation {
	width: 388px;
	overflow: hidden;
}
.dash_introduction {
	float: left;
}
.dash_intro_inner {
	margin: 10px 10px 10px 0;
	border: 1px solid #4f68a8;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	line-height: 150%;
}
.dash_intro_inner h1 {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold;
}
.dash_intro_inner h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.dash_navigation {
	float: right;
}
.dash_nav_inner {
	margin: 10px;
	font-size: 11px;
	color: #333;
	line-height: 150%;
}

.nav {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 5px #cafd00 solid;
}
.nav li {
	display: inline;
}
.nav li a {
	display: block;
	padding: 8px;
	border-top: 1px solid #ccc;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
}

.copy {
	padding: 8px 8px 8px 20px;
	font-size: 11px;
	color: #666666;

}

#homepage {
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height: 30px;
	text-align: left;
}



