@charset "utf-8";
/*
	StudentCity.com Sales Workstation
	Version: 10 Sep 2008
	Contributors: Ryan Zec, TJ Kelly (www.tjkwebdesign.com)
*/

/*//////////////////////////////]=  Imports  [//////////////////////////////*/
@import url("pages.css"); /* Individual page styles */


/*//////////////////////////////]=  Global  [//////////////////////////////*/
body {
	margin:0;
	padding:0;
	background:#FBF7EB;
	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
form {
	margin:0;
	padding:0
	}
img {
	border:none;
	}
a {
	color:#060606;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
input {
	vertical-align:middle;
	}


/*//////////////////////////////]=  Common Classes  [//////////////////////////////*/
/* Floats */
.floatleft {
	float:left !important;
	}
.floatright {
	float:right !important;
	}
.clear {
	clear:both !important;
	}

/* Text */
.bold {
	font-weight:bold !important;
	}
.normal {
	font-weight:normal !important;
	}

/* Display */
.block {
	display:block !important;
	}

/* text page header */
.top_bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}

/* orange button */
.top_bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(images/bg-orange-button.gif) no-repeat;
	}

/* bar with select */
.select_bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select_bar select {
	width:145px;
	margin:0 2px;
	}


/*//////////////////////////////]=  Layout  [//////////////////////////////*/
/* main container */
#main {
	width:992px;
	margin:0 auto;
	}

/* middle */
#middle {
	float:left;
	width:967px;
	background:url(images/bg-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
	}

/* left column */
#left_column {
	float:left;
	padding:1px 14px 0 12px;
	width:151px;
	}

/* center column */
#center_column {
	float:left;
	width:777px;
	min-height:584px;
	}
#center_column.no_left{
    width:933px;
    margin-left: 18px;
    }
* html #center_column {
	height:584px;
	}


/*//////////////////////////////]=  Header  [//////////////////////////////*/
#header, #header_scc, #header_gcc {
	position:relative;
	width:992px;
	height:106px;
	}
#header {
	background:url(images/bg-header.png) no-repeat left bottom;
	}
#header_scc {
	background:url(images/bg-header-scc.png) no-repeat left bottom;
	}
#header_gcc {
	background:url(images/bg-header-gcc.png) no-repeat left bottom;
	}

/* site logo */
a.logo {
	display: none;
	position:absolute;
	top:5px;
	left:20px;
	}


/*//////////////////////////////]=  Nav  [//////////////////////////////*/
#top_navigation {
	position:absolute;
	top:60px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#top_navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(images/tab.gif) repeat-x top;
	}
#top_navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top_navigation li.active a {
	padding: 0px;
	}
#top_navigation li span {
	float:left;
	background:url(images/tab-left.gif) no-repeat left top;
	}
#top_navigation li span span {
	background:url(images/tab-right.gif) no-repeat right top;
	padding:7px 10px 0 10px;
	}
#top_navigation li.active {
	padding:0;
	height:34px;
	background:url(images/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top_navigation li.active span {
	background:url(images/tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#top_navigation li.active span span {
	background:url(images/tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}


/*//////////////////////////////]=  Footer  [//////////////////////////////*/
#footer {
	float:left;
	width:100%;
	background:url(images/bg-footer.gif) no-repeat;
	height:15px;
	}


/*//////////////////////////////]=  Columns  [//////////////////////////////*/
/* left column */
#left_column a {
	color:#3e3e3e;
	}
#left_column h3 {
	font-size:11px;
	margin:0;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	color:#fff;
	background:url(images/bg-left-header.gif) no-repeat left top;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(images/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(images/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
ul.nav li.last {
	background:none;
	}
#left_column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(images/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}

/* center column */
#center_column h1 {
	font-size: 36px;
	padding: 10px;
	}
#center_column li {
	font-size: 12px;
	padding: 3px 0;
	}
#center_column a {
	color: blue;
	text-decoration: underline;
	}
.top_bar {
	float:left;
	width:603px;
	border-left:2px solid #f70;
	padding:0 0 0 9px;
	margin:0 0 4px 0;
	}

/* right column header */
#right_column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}

/* right column box */
#right_column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}

/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {
	margin:0 0 6px 0;
	}
#reward_structure {
	float: right;
	height: 180px;
	width: 323px;
	}
#commission_tabs {
	float: left;
	width: 450px;
	}


/*//////////////////////////////]=  Form Elements  [//////////////////////////////*/
input.text, select, textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}


/*//////////////////////////////]=  Tables  [//////////////////////////////*/
/* table container */
div.table {
	float:left;
	position:relative;
	width:614px;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:613px;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {
	border-left:0;
	border-right:0!important;
	text-align:left;
	text-transform:uppercase;
	}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}

/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}
table.listing .first {
	border-left:0px solid #9097A9;
	text-align:left;
	}
table.listing .last {
	border-right:0px solid #9097A9;
	}
table.listing th.first {
	background:#9097A9 url(images/bg-th-left.gif) no-repeat left top;
	border-left:0;
	}
table.listing th.last {
	background:#9097A9 url(images/bg-th-right.gif) no-repeat right top;
	border-right:0;
	}
table.listing .style1 {
	font-weight:bold;
	color:#FF7A00;
	}
table.listing .style2 {
	font-weight:bold;
	padding-left:16px;
	}
table.listing .style3 {
	padding-left:25px;
	}
table.listing .style4 {
	padding-left:35px;
	}
table.form .last {
	padding:1px 0 1px 5px;
	text-align:left;
	}
table.form th, table.form td {
	padding-left:10px;
	}
table.form input.text {
	width:262px;
	}

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(images/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;
	}
