
body{
 margin :0;
 padding :0;
 line-height: 1.5em;
 background-color:#FFF;
 background-image:url(../Images/bg.jpg);
 background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #508781;
}

b
{
    font-size: 110%;
}
  
em
{
    color: red;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img
{
    border: 0;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    background-image: url('../Images/line.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 35px;
}

/*#rmenu {position:absolute; top:0; left:100%; margin-left:-48px; display:none;}*/
#rmenu 
{
    display:none; text-align:right
 }
#rmenu div.jqDock 
{
    cursor:pointer;
 }

#maincontainer{
 width  : 980px; /*Width of main container*/
 margin : 0 auto; /*Center container on page*/
 background-image :url(../Images/centergb.jpg);
 background-repeat :repeat-y;
}

#topsection{
	background: #EAEAEA;
	height: 240px; /*Height of top section*/
}

#topsection h1{
  margin: 0;
  padding-top: 15px;
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentcolumn{
	width: 590px;
	float: left;
}

#leftcolumn{
	width: 190px; /*Width of left column in pixel*/
	/*margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
	float: left;
}

#rightcolumn{
   float: right;
   width: 190px; /*Width of right column*/
}

.userform
{
    width: 180px;
    height: 120px;
    background-image: url('../Images/_tableheader.png');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 50px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
}

.inputuser
{
    background-image: url('../Images/USERLOGIN.png');
    background-repeat: no-repeat;
}

.inputpass
{
    background-image: url('../Images/USERPASSWORD.png');
    background-repeat: no-repeat;
}

.userform .itext
{
   background:none repeat scroll 0 0 transparent;
   border:0 none;
   display:inline;
   font-size:10px;
   height:12px;
   margin-top:1px;
   padding-top:0;
   width:90px;
}

.userform .itext1
{
   background:none repeat scroll 0 0 transparent;
   border:0 none;
   display:inline;
   font-size:10px;
   height:12px;
   margin-top:1px;
   padding-top:0;
   width:90px;
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
}

#upfooter{
   background-image:url(../Images/upfooter.png);
   background-position:bottom;
   background-repeat:no-repeat;
}

#adv
{
  text-align:right;   
}

#centerfooter{
  height:100px;
}

#downfooter{
   height:70px;
   background-image:url(../Images/downfooter.jpg);
}

#reflejo{
   height:100px;
   width:980px;
   background-image:url(../Images/reflejo.png);
   background-repeat: no-repeat;
   margin-left:auto;
   margin-right:auto;
}

#downfooter a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration:none;
	color: #508781;
}

#downfooter a:hover{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration:underline;
}


.innertube{
  margin : 8px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top : 0;
}

/*MENU STYLES*/


ul#sliding-navigation
{
	list-style: none;
	margin: 7px 0;
	padding: 0;
}

ul#sliding-navigation ul 
{
	list-style:none;
	margin-left:10px;
	padding:0px;
}

.DetailsTableReport
{
    border-style:solid;
    border-width:1px;
}

.tddetailstd
{
    border-style:solid;
    border-width:1px;
}


td
{
    vertical-align:top;
    padding:10px;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 120px;
	padding: 5px 20px;
	margin: 0;
	margin-bottom: 3px;
	text-decoration: none;
	color: #508781;
	background-position:bottom;
	background-image: url(../Images/menuline.png);
	background-repeat: no-repeat;
	text-align:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul#sliding-navigation li.sliding-elementin h3,
ul#sliding-navigation li.sliding-elementin a
{
	display: block;
	width: 120px;
	padding: 5px 20px;
	margin: 0;
	margin-bottom: 3px;
	text-decoration: none;
	color: #508781;
	background-position:bottom;
	background-image: url(../Images/menuline.png);
	background-repeat: no-repeat;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	font-style: italic;
}

/*ul#sliding-navigation li.sliding-element a.activePage { color: Green; }*/
ul#sliding-navigation li.sliding-element a:hover 
{
	color: #006666;
}


a {
   	text-decoration: none;
	color: #508781;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}

a:hover
{
    text-decoration: underline;
    color: #006666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}


.field-validation-error
{
    color:Red;
}

/*ul#sliding-navigation li.sliding-element a.selectedSlider { color: #ffff66; }*/

.datemask
{
  width:70px;    
}

.phonemask
{
    width:90px;    
}

.socialsecuritymask
{
    width:80px;    
}

.taxidmask
{
    width:80px;    
}

.zipcodemask
{
       width:40px;    
}

.currencymask
{
}

.small
{
    width:80px;
}
    
.medium
{
    width:250px;
}
 
 .mediumsmall
{
    width:200px;
}
    
.large
{
    width:400px;
}
    
.required
{
}

.ApplicationMessage
{
 color :Red;
 font-weight :bold
}


.attention{
position: relative;
margin-bottom: 18px;
background-repeat: no-repeat;
background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
border: 1px solid rgba(0, 0, 0, 0.2);
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
-ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.3);
padding: 11px 19px 12px 19px;
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
font-size: 13px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
padding:10px;
}

.attbgcolor-orange
{
    background-color:#FF8000;
    color: #ffffff;
}

.attbgcolor-yellow
{
    background-color: #FFFF7A;
    color: #000000;
}



.attention h1{
	font-size:2em;
	color:#000;
	}
.attention h2{
	line-height:1.2em;
	font-size:1.8em;
	}
.attention table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#000;
	border-color: gray;
}

.attention table th{
   background-color: #444;
   color:#FFF;
   text-align:left;
   margin:10px;
}

.attention td{
  padding:0;
}


/***********  table ****************/
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-shadow: 1px 1px 0px #fff;
	background:#F3F9F2;
	margin:4px;
	border:#ccc 1px solid;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:4px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #D9E8D7;

	background: #F3F9F2;
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F9F2), to(#ebebeb));
	background: -moz-linear-gradient(top,  #F3F9F2,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:2px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}
#ReferralForm > tbody > tr {
	text-align: left;
	padding-left:2px;
}

table td {
	padding:6px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #D9E8D7;
	border-left: 1px solid #D9E8D7;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #D9E8D7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#DBE5CC));
	background: -moz-linear-gradient(top,  #f2f2f2,  #DBE5CC);	
}

.userform td
{
    text-align:right;
}

.error{
 color:red !important;
 display: block !important;
 
}