button, code, h1, h2, h3, h4, h5, h6, body,
input, pre, select, table, td, textarea, th
{ font-size: 14px; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0; padding: 0; }

body {
     margin: 0;
     padding: 0;
     background:  #000 url("http://www.swypeinc.com/i/bg-splash.png") 0 0 repeat-x;
     text-align: center;
     font: 12px  "Trebuchet MS", Arial, sans-serif; 
     color: #ccc;
     line-height: 16px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px; 
	text-align: left;
}
/*
------------------------------------------------------------------------------
ADDED FROM SHARVIN
*/

#header,  #content {
	float: left;
	position: relative;
	width: 900px;
}

#header {
	height: 80px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2f3942;	
}

#myswype-logo h1 {
	background: url("http://www.swypeinc.com/i/logo.png") 0 0 no-repeat;
}


#myswype-logo h1, #swype-logo h1 {
	display: block;
	float: left;
	position: relative;
	left: 0;
	top: 35px;
	width: 155px;
	height: 55px;
	margin-right: 25px;
	background: url("http://www.swypeinc.com/i/logo.png") 0 0 no-repeat;
	text-indent: -99999px;
}
#myswype-logo a, #swype-logo a  {
	display: block;
	width: 155px;
	height: 55px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

#myswype-logo h1 {
	background: url("http://www.swypeinc.com/i/myswype_logo.png") 0 0 no-repeat;
}

.tagline {
	position: absolute;
	top: 40px;
	left: 185px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 19px;
	margin: 5px 0;
	color: #fff;
}
.tagline span {font-weight: bold; color: #fff;}

 /*
------------------------------------------------------------------------------
- Top & Bottom Navigation -
*/

ul.navigation { margin-top: 20px;}

ul.navigation {
	float: left;
	position: relative;
	display: block;
	z-index: 10;
	margin-top: 40px;
	left: 270px;
	list-style: none;
	}

.last {margin: 0 !important;}

ul.footer-nav {
	list-style: none;
	height: 12px !important;
	float: right;
}

ul.navigation  li, ul.footer-nav li {
	float: left;
	}
	
ul.footer-nav li {
	background: url('http://www.swypeinc.com/i/footer-border.png') center right no-repeat;
	line-height: 12px;
	padding-left: 20px;
	font-size: 10px;
}

ul.footer-nav li a, ul.footer-nav li a:visited {
	background: transparent !important;
	margin-right: 25px;
}	

ul.footer-nav li a:hover {
	text-decoration: underline;
}

.copyright {
	padding-right: 15px;
	background: transparent !important;
}
ul.navigation  li, ul.navigation li a, ul.navigation li a:visited {
	display: block;
	color: #65829b;
	font-size: 10px;
	font-weight: bold;
	width: 90px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 0 0 0;
	text-decoration: none;
	}

ul.navigation li a, ul.navigation li a:visited {
	background: url("http://www.swypeinc.com/i/nav-inactive.png") top center no-repeat;
}
ul.navigation li a:hover, .you-are-here {
	color: #fff !important;
	display: block;
	text-decoration: none;
	background: url("http://www.swypeinc.com/i/nav-active.png") top center no-repeat !important;
}


/*
------------------------------------------------------------------------------
- Left Navigation -
*/

ul.left-navigation {
	float: left;
	position: relative;
	display: block;
	margin-top: 55px;
	z-index: 10;
	width: 100%;
	height: 300px;
	list-style: none !important;
	}
	
ul.left-navigation li  {
	width: 110px;
	height: 50px;
	padding-bottom: 5px;
	font-size: 15px;
	vertical-align: middle;
}

ul.left-navigation li a { display: block;}
/*
------------------------------------------------------------------------------
END ADDED FROM SHARVIN
*/

.required {
	color: #FF0000;
	font-weight:bold
}
h1{ 
	font-size: 16px; 
	color: #fff; 
	padding: 4px 0; 
	margin-bottom: 10px;}
	
h2 {
	margin: 5px 12px 5px 12px;
	padding-bottom: 10px;
	font-weight : bold;
	font-size: 20px;
	line-height:22px;
}
p { 
	margin: 5px 12px 12px 0px;
}

a:link, a:visited  {
	color: #73b2e3;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

#footer{
	text-align:center;
	font-size:12px;
	padding: 20px 20px 20px 20px;
}
#sbutt_image {
	padding: 1px; 
	top: 0.5em;
}
#sbutt {
	padding: 1px; 
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	top: 0.5em;
}
#sbutt_frame {
	padding: 1px; 
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	top: -2em;
	left: 20em;
}
#message {
	color:#0000FF;
}
/* end forms */
/* underline table */
#underline_table table {
	margin: 0px auto;
	width: 100%;
	padding: 0;
	margin: 0;
}
#underline_table th {
	color: #fff;
	background-color:#7c9da5;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	text-transform:uppercase;
	vertical-align:text-top;
}
#underline_table td {
	border-bottom: #999 1px solid; 
	margin: 0; 
	padding: 2px;
	font-size: 10px;
	vertical-align:top;
}
#underline_table th a:link {
	text-decoration : none;
	border-bottom-style : none;
	color:#FFFFFF;
}
#underline_table th a:visited {
	text-decoration : none;
	border-bottom-style : none;
	color:#FFFFFF;
}
#underline_table th a:hover {
	border-bottom: 1px solid;
	text-decoration : none;
	color:#FFFFFF;
}
/* end underline table */
/* MANAGER */
#man_nav{
	text-align:center;
	font-size:11px;
	padding: 15px 0px 6px 0px; 
	border-bottom: 0px solid #2f3942;
	color:#FFFFFF;
	line-height: 20px;
}

#man_content table {
	margin-left: 20px;
}
#man_footer {
	margin: 0px auto;
	margin-top: 20px;
	padding: 8px 0px 8px 0px;
	clear: both;
	text-align: center; 
	color:#fff;
	font-size: 10px;
	border-top: 2px solid #2f3942;
}
.logged-in {font-size: 10px;}

#logo {margin-top: 15px;}
.confirm {
 	color: #0000FF; 
 	cursor: pointer;
}
/* END MANAGER */

/* set millions of background images */

.rbcontent { margin: 0px; padding: 5px 0px 5px 0px; font-size:12px;}
.rbroundbox { width: 100%; margin: 0; text-align: right; }

.rbcontent a {font-size: 14px; padding-right: 5px;}
#dateselect th {   
	font-size: 10px;
	text-align:left;
}

#dateselect input,  #dateselect select, #dateselect textarea {     
	display: block;     
	position: relative;     
	left: 0em;     
	top: 0em;
}

#dateselect #sbutt {
	font-size:10px;
	padding: 1px; 
	margin-left: 5px;
	margin-bottom: 20px;
	border: #333333 1px solid; 
	background: #878787;
	color: #ffffff;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#report_table th {
	color: #fff;

	border: #ccc 1px solid; 
	margin: 5px; 
	padding: 5px; 
	font-size: 10px;
	text-transform:uppercase;
	vertical-align:text-top;
	background-image:url(images/th_bg.gif);
	background-repeat: repeat-x;
}
#report_table td {
	border: #ccc 1px solid; 
	margin: 3px; 
	padding: 3px; 
	font-size: 10px;
	vertical-align:text-top;
}
#report_table2 table {

	width: 100%;
}
#report_table2 tr a, #report_table2 tr a:visited {
	font-weight: bold;
	color: #2f3942;
}

#report_table2 tr a:hover {
	color: #73b2e3;
}
#report_table2 td {
	background-color:#fff;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 3px;
	color:#666;
	font-size:10px
}
#report_table2 th {
	background-color:#2f3942;
	
	border-bottom: #ccc 1px solid;
	color:#fff;
	padding: 3px;
	font-size:10px
}
.table_input {     
	display: block;     
	position: relative;     
	left: 0em;     
	top: 0em;
	width: 50px;
	border: #ccc 1px solid;

	padding-left: 15px;
}
.highlight1 {     
	background-color: red; 
	padding: 0px 3px 0px 3px;
}

