﻿
html,
body
{
    margin: 0 auto;
    background-image:url('../images/bg.gif');
    background-repeat:repeat-x;
    background-position: top left;
    font: 12px/17px Arial, Helvetica; 
    color: #848686;
}

body a
{
    font-family: Arial, Helvetica; 
    text-decoration:none;
}

body a:hover
{
    text-decoration:underline;
}

#container
{
	margin: 0 auto;
	width: 1050px;
	min-height: 400px; 
	background: url('../images/bg_container_large.gif') no-repeat top center;
    text-align: left;
}

#header
{
	padding: 20px 0px 25px 30px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 610px;
    height: 100px;
    background-image:url('../images/rcs_logo2.png');
    background-repeat:no-repeat;
    background-position:top left;
}

#header h1 { margin: 0; }

/* Main menu
------------------------------------------*/
#navigation
{
	float: left;
	margin-left: 25px;
	background-color: #f3f2ee;
	width: 997px;
	height: 32px; 
	border: 1px solid #e1e2e3;
	z-index: 50;
	font-weight:normal;
	/*text-shadow:0px 1px 0px #a3a3a3;*/
	margin-top:10px;
}

#jsddm
{	margin: 0;
	padding: 0;
}	

#jsddm li
{	float: left;
	list-style: none;
	font-size: 12px;
	margin-top:0px;
	z-index:1;
}

#jsddm li a
{	display: block;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;
	color: #848686;
	white-space: nowrap;
	text-align:center;
	line-height: 33px;
}

#jsddm li a:hover
{	
    color: #035ba9;
}
		
#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:1;
}
		
#jsddm li ul li
{	float: none;
	display: inline;
	z-index:1;
}
		
#jsddm li ul li a
{	width: 100px;
	background: #FFFFFF;
	border-bottom: 1px solid #e1e2e3;
	border-left: 1px solid #e1e2e3;
	border-right: 1px solid #e1e2e3;
	font-size:11px;
	color:#8a8c8c;
	text-align:left;
	line-height: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	z-index:1;
}
		
#jsddm li ul li a:hover
{	
    background: #FFFFFF;
    z-index:1;
}

#content
{
	clear: left;
	padding-top: 20px;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.space-top
{
    margin: 0 auto;
    padding-top:30px;
    padding-bottom:30px;
    min-height:325px;
    direction: ltr;
}

.frontpagedesc
{
    /*text-shadow:0px 1px 0px #a3a3a3;*/
    color:#035ba9;
}

#footer
{
    margin:0 auto;
	border-top: 1px solid #e1e2e3;
	width:923px;
	padding-top:10px;
	font-size:11px;
	/*text-shadow:0px 1px 0px #a3a3a3;*/
}

#footer a
{
    color: #848686;
    font-size:11px;
}

#footer a:hover
{
    color: #035ba9;
    font-size:11px;
}
   
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding: 7px 3px 3px 7px;
	width:500px;
	font-size:16px;
	text-align:center;
}

.modalPopup p {
    padding: 5px;
    background-color:#FFFFFF;
}


.clear
{
    clear: both;
}


/** control styles **/

.textbox
{
    padding-left:2px;
    font-size:14px;
    direction: ltr;
    width:210px;
}
input[readonly]
{
    background-color:#e1e1e0 !important; 
    color:#3a4f63 !important;
}
.textboxstockquantity
{
    padding-left:2px;
    width:40px;
    font-size:14px;
}
.textboxsmalltext
{
    font-size:12px;
    direction: ltr;
}
.checkbox
{
    padding-left:0px;
    margin-left:0px;
    font-size:14px;
}
.dropdownlist
{
    width:216px;
    font-size:14px;
    height:20px;
}

.dropdownliststock
{
    width:546px;
    font-size:14px;
    height:20px;
}

/** table style */
.table
{
    width:997px;
	border:solid 1px #e1e2e3;
	background-color:#fff;
	margin: 0 auto;
	font-size:11pt;
}
.table th
{
	border-bottom:solid 1px #e1e2e3;
	/*font-weight:bold;*/
	background-color:#f3f2ee;
	text-align:left;
	padding:6px 8px;
	color: #035ba9;
}
.table th A
{
	display:block;
	text-decoration:none;
	color:#DDDDDF;
}
.table tr  
{
    line-height: 24px; 
}   
.table td
{
	border-top:solid 1px #e0e0e0;
	color:#111;
	text-align:left;
	padding:2px 8px;
	font-size:11pt;
}


/* table search style */
.tablesearch
{
    width:997px;
	margin: 0 auto;
	padding-bottom:15px;
	font-size:11pt;
}

.tablesearch td
{
    border-bottom:solid 1px #e1e2e3;
	padding:3px 8px;
	background-color:#f3f2ee;
	font-size:11pt;
    font-weight: 700;
}

.mainsidebyside { 
    width: 923px;
    min-height: 325px;
    margin: 0 auto;
}
.leftside    {
    width: 450px;
    min-height: 325px;
    float: left;    
}

.rightside  {
    width: 450px;
    min-height: 325px;
    float: left;
    border-left:solid 1px #e1e2e3;
}
	
.submitbutton {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);

	color:rgba(0,0,0,0.9);
	/*text-shadow:1px 1px 0px rgba(255,255,255,0.8);*/
	border:1px solid rgba(0,0,0,0.5);
	
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));
	
	text-decoration:none;
	min-width:70px;

	padding:2px 5px 2px 5px;
}

.submitbutton:hover {
	background:rgba(240,240,240,1);
	color: #035ba9;
}

.submitbutton:active, button:focus {
	background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

.submitbutton:disabled {
	color:rgba(0,0,0,0.4);
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	background:rgba(220,220,220,1);
}

.nextdiv
{
    width:100;
    padding: 5px;
    background-color:#f3f2ee;
}

.payrollDAyEntryButton{
    border:none;
    width:100%;
    height:100%;
}