/* @override 
	http://sales.team-beam-media.com/style-sheet.css
	http://backoffice.teamwinmark.com/style-sheet.css
*/

@charset "UTF-8";
/* CSS Document */

.null {
}

body {
	
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 0 5px 5px;
}

#top_menu {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #0000FF;
	padding: 2px;
}

#top_menu a {
	margin-right: 10px;
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

.link {
	color: #0000FF;
}

.link:hover {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}

#top_menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	color: #AAAAAA;
}

#footer a {
	color: #AAAAAA;
}

#footer a:hover {
	color: #0000FF;
}

table {	
	border-collapse: collapse;
}

.orange {
	background-color: #FFCC99;
}

.yellow {
	background-color: #FFFF99;
}

.green {
	background-color: #CCFFCC;
}

.border {
	border: 1px solid #000000;
}

.small {
	font-size: small;
}

.total_box {
	border-collapse: collapse;
	border: 1px solid #999999;
}

span.main_info {
	font-weight: bold;
}

span.extra_info {
	display: inline;
}

.highlight {
	background-color: #F2F7FF;
}

.faded {
	color: #999999;
	border-color: #999999;
}

.red {
	color: #FF0000;
}

#main_menu_options {
	float: right;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 100px;
}

.box1_blue {
	background: #e4e9fc url(images/box_top_left.gif) no-repeat left top;
}
.box1_blue .box2 {
	background: url(images/box_top_right.gif) no-repeat right top;
}
.box1_blue .box3 {
	background: url(images/box_bottom_right.gif) no-repeat right bottom;
}
.box1_blue .box4 {
	background: url(images/box_bottom_left.gif) no-repeat left bottom;
	padding: 5px;
	padding-top: 5px;
}

.homepage_sections .box4 {
	width: 225px;
	height: 100px;
}

.homepage_sections {
	margin: 5px;
	float: left;
}

.homepage_sections h2 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.message_green {
	color: #009900;
	border: 1px solid #009900;
	padding: 5px;
	background-color: #e5ffe5;
}

.message_red {
	color: #990000;
	border: 1px solid #990000;
	padding: 5px;
	background-color: #ffe5e5;
}

.red_hover:hover {
	color: #F00;
}

#floater {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #F2F7FF;
	border: 3px solid #FAA;
}

tr.nopadding td {
	padding-left: 1px;
	padding-right: 1px;
}