
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
}
