/*******************************
 Style Sheet - RXinsider.com (public) 
********************************/

/********** DEFAULT STYLES ************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(/images/client_admin/bg_top.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
}

/* Provides the black border around main content */
#page {
	margin:auto;
	margin-top:7px;
	width:1000px;
	background-color:#000000;
	border:1px solid #666666;
}

/* Main section of content - White Background */
#body {
	margin:auto;
	width:980px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#666666;
}



/* Showcase PROFILE IMAGES for RXShowcase */
#company_info {
	width:970px;
	position:absolute;
	font-size:9px;
	top:-40px;
}


/* Footer Region at bottom of page */
#footer {
	margin:auto;
	border-top:1px solid #333333;
	width:982px;
	height:30px;
}


/* Table Headers - Provides special color for table header background, font, size etc. */
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background:#818181;

}

/* Used for all page heading - IMPORTANT FOR SEO. */
h1 {
	font-family: "Lucida Sans";
	font-size: 20px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:5px;
}

h3 {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight:bold;
	color:#666666;
	margin-top:10px;
	margin-bottom:10px;
}

/* Adjust font sizes in line. */
.t9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.t10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.t12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.t14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.t16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#company_name {
	font-family: "Lucida Sans", "Arial";
	font-size: 20px;
	line-height:26px;
	font-weight:bold;
	color:#333333;
}


/* Adjust font colors in line. */
.red {
	color:#ff0000;
}

.blue {
	color:#3f6cff;
}

.green {
	color:#b7b833;
}

.orange {
	color:#ff8411;
}

.gray {
	color:#666666;
}

.light_gray {
	color:#dbdbdb;
}
.dark_gray {
	color:#333333;
}

.white {
	color:#ffffff;
}

.black {
	color:#000000;
}

/* Any messages sent back to the user should use this class. */



/********** LINKS *************/

a:link {
		color:#3a75d5; 
		text-decoration:none;
		font-weight:bold;
}
a:hover {
		color:#cccccc; 
		text-decoration:none;
		font-weight:bold;
}
a:visited {
		color:#3a75d5; 
		text-decoration:none;
		font-weight:bold;
}
a:hover {
		color:#cccccc; 
		text-decoration:none;
		font-weight:bold;
}

a.left_nav:link {
		color:#b7b833; 
		text-decoration:none;
		font-size:11px;
		font-weight:normal;
}
a.left_nav:hover {
		color:#ffffff; 
		text-decoration:none;
		font-size:11px;
		font-weight:normal;
}
a.left_nav:visited {
		color:#b7b833; 
		text-decoration:none;
		font-size:11px;
		font-weight:normal;
}
a.left_nav:hover {
		color:#ffffff; 
		text-decoration:none;
		font-size:11px;
		font-weight:normal;
}


#leftTD { 
	background-color: #333333;
	width: 225px;
}
#mainTD { 
	background-color: #fff;
}
#mainTable { 
	width: 980px;
}
#logocontainer { 
	background-color: #fff;
	border-bottom: 15px solid #333333;
	display:block;
}
/***********************************
	Navigation Styles for left nav
***********************************/
 
#nav { 
 	background-color: #000;
	width: 225px;
	border:none;
	margin-bottom:20px;
}
#nav a { 
	display: block;
	padding: 7px;
	border-left: 15px solid #000000;
	border-right: 15px solid #000000;
	border-bottom:none;
	backgound-color: #fff;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	width: 150px;
}
#nav a:hover { 
	border-left: 15px solid #333333;
	backgound-color: #333333;

}
#nav br { 
	clear: both;
}
 
/******************************/
#content { 
	padding: 10px;
	border:0px;
	
}
#content h1 { 
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #333333;
	padding: 5px;
}
.job { 
	border: 1px solid #333333;
	padding: 10px 25px;
	margin-top:20px;
	margin-bottom:20px;
}
.jobAlt { 
	border: 1px solid #333333;
	padding: 10px 25px;
	background-color: #efefef;
}

.job h2 { 
	font-size: 13px;
	color: #160967;
}
.jobAlt h2 { 
	font-size: 13px;
	color: #160967;
}

.jobList {
        border-bottom: 1px dashed #333333;
        padding: 5px 5px;
}
.jobListAlt {
        border-bottom: 1px dashed #333333;
        padding: 5px 5px;
        background-color: #efefef;
}

.sortLink { 
	font-size: 13px;
	color: #0000FF;
}


/********** FORM ELEMENTS *************/

/* Formats drop down menus in header. */
select.header {
		background:#525252;
		border:1px solid #cccccc;
		font-size:11px;
		color:#FFFFFF;
}

.btn {
	border: 1px solid #999;
	cursor: pointer;
	font-size:11px;
	font-weight: normal;
	margin: 3px;
	padding: 2px;
	color:#525262;
	background-color:#efefef;
	/*background-image: url(/2008/images/button2.gif);*/
	background-repeat: repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*width:50px;*/
}


