/**********************************/
/* HTML Styles */
/**********************************/

/* HTML Tags */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-text-size-adjust: none;
}

html {
	height: 100%;
	background-color: #F7F7F7;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	text-align: center;
	padding-bottom: 20px;
	color: #333333;
}
:focus, :active { outline: none; }
a {
	outline: none;
	text-decoration: underline;
	color: #DD0000;
	cursor: pointer;
}

a:hover { text-decoration: none; }

a.button {
	color: #FFFFFF;
	background-color: #DD0000;
	border-top: 2px solid #EE7F7F;
	border-left: 2px solid #EE7F7F;
	border-bottom: 2px solid #9A5252;
	border-right: 2px solid #9A5252;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 18px;
	cursor: pointer;
	text-decoration: none;
}

a.button:focus { boder: none; outline: none; }

a.button:hover {
	background-color: #EE0000;
	border: 2px outset #F19999;
}

img { border: 0px; }

p { margin-bottom: 1.3em; line-height: 1.3em; }

p.last { margin-bottom: 0px; }

h1, h2, h3 { font-weight: normal; font-size: 100%; }

h1 {
	color: #0093D0;
	font-size: 24px;
	margin: 0px 0px 10px;
}

h2 {
	color: #003F72;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px;
}

h3.blue { color: #003F72; }

ol { margin-bottom: 1em; }

ol li {
	margin-left: 2em;
	line-height: 1.3em;
	padding: 5px 0px;
}

/**********************************/
/* Layout Styles */
/**********************************/

div#center {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

div#header { margin: 20px 0px; }

div#logo { float: left; width: 410px; }

div#user1 {
	float: right;
	text-align: right;
	height: 25px;
	line-height: 25px;
}

div#topmenu ul {
	list-style-type: none;
	padding: 0px 20px;
	border-bottom: 1px solid #CCCCCC;
	height: 24px;
}

div#topmenu ul li { display: inline; }

div#topmenu ul li.last a { margin-right: 0px; }

div#topmenu ul li a {
	display: block;
	float: left;
	background: transparent url(../img/layout/tmenu-left-bg.png) top left no-repeat;
	padding: 0px 0px 0px 10px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	margin-right: 10px;
}

div#topmenu ul li a:hover, div#topmenu ul li.selected a { text-decoration: underline; }

div#topmenu ul li.client_login a { color: #003F72; }

div#topmenu ul li a span {
	display: block;
	background: transparent url(../img/layout/tmenu-bg.png) top right no-repeat;
	padding: 0px 10px 0px 0px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

div#user1_info { text-align: center; padding: 5px; }

div#user1_info ul { list-style-type: none; }

div#user1_info ul li {
	display: inline;
	font-size: 12px;
	background: transparent url(../img/layout/blue_bullet.png) left center no-repeat;
	padding-left: 10px;
	color: #494949;
}

/* Top (Main) Menu */
div#mainmenu {
	background: url(../img/layout/mmenu-bg.png) top left no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
	width: 960px;
	margin-bottom: 10px;
}

div#mainmenu ul { list-style-type: none; height: 40px; }

div#mainmenu ul li{ display: inline; }

div#mainmenu ul li a {
	display: block;
	float: left;
	color: #6DCFF6;
	height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 0px 20px;
}

div#mainmenu ul li a:hover, div#mainmenu ul li.selected a { color: #FFFFFF; }

div#mainmenu ul li.order { text-transform: uppercase; }

div#mainmenu ul li.order a { display: block; float: right; color: #FFFFFF; margin-right: 23px; }

div#mainmenu ul li.order a:hover { color: #FBDFDF; }

/* Page Body Including Body and Content Footer */
div#mainholder-top {
	background: transparent url(../img/layout/maincontent-top.png) top center no-repeat;
	padding-top: 20px;
	height: 100%;
}

div#mainholder-bottom {
	background: transparent url(../img/layout/maincontent-bottom.png) bottom center no-repeat;
	padding-bottom: 20px;
	height: 100%;
}

div#mainholder {
	float: right;
	width: 960px;
	background: transparent url(../img/layout/maincontent-middle.png) top center repeat-y;
	text-align: left;
}

table#main {
	font-size: 100%;
	text-align: left;
	width: 100%;
}

div#content { padding: 0px 20px; }

div#bottommenu {
	margin-top: 10px;
	color: #AAAAAA;
	text-align: center;
}

div#bottommenu a { color: #333333; }

div#copyright {
	margin: 5px 20px;
	padding: 5px;
	color: #494949;
	text-align: center;
}

div#copyright a { text-decoration: underline; color: #333333; }

div#copyright a:hover { text-decoration: none; }

/* Blocks */

td#right-column {
	border-left: 1px solid #DDDDDD;
	padding: 0px 20px;
	width: 220px;
}

div#right ul.rmenu {
	list-style: none;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	margin-bottom: 1em;
}

div#right ul.rmenu li {
	border-bottom: 1px solid #CCCCCC;
}

div#right ul.rmenu li a {
	display: block;
	padding: 7px 9px;
	font-size: 13px;
	background: #EEEEEE;
	border-left: 5px solid #EEEEEE;
	color: #003F72;
	text-decoration: none;
}

div#right ul.rmenu li a:hover, div#right ul.rmenu li.selected a {
	border-left: 5px solid #0093D0;
	background-color: #003F72;
	color: #FFFFFF;
}

/**********************************/
/* Form Styles */
/**********************************/

.button {
	color: #333333;
	background-color: #DDDDDD;
	border: 2px outset #CCCCCC;
	padding: 2px 5px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

.button:hover {
	background-color: #EEEEEE;
	border: 2px outset #DDDDDD;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus {
	border: 1px solid #3A9AE8;
}

input, textarea, select {
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 2px 5px;
}

select { padding: 1px; }

input[type=image], input[type=checkbox], input[type=radio] {
	border: none;
	background-color: transparent;
	padding:0px;
}

/**********************************/
/* General Styles */
/**********************************/

ul.list {
	list-style: none;
	margin-bottom: 1em;
	font-size: 13px;
}

ul.list li {
	background: transparent url(../img/layout/blue_bullet.png) 0px 8px no-repeat;
	padding: 2px 0px;
	padding-left: 13px;
	color: #333333;
	line-height: 18px;
}

ul.checkmark { list-style: none; padding: 0px 10px; }

ul.checkmark li {
	background: transparent url(../img/layout/checkmark.png) 0px 2px no-repeat;
	font-size: 16px;
	padding: 0px 0px 15px 30px;
	line-height: 1.2em;
}

ul.checkmark li.last { padding-bottom: 0px; }

.hlast { margin-right: 0px; }

.vlast { margin-bottom: 0px; }

.blue-box {
	background-color: #ECF4FA;
	border: 1px solid #B2D5EA;
	padding: 10px;
}

.green-box {
	background: #DFFFCF;
	padding: 10px;
}

.grey-box {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.grey-table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.grey-table td, .grey-table th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}

.grey-table th {
	background-color: #EEEEEE;
	color: #0073BA;
	font-weight: bold;
}

/**********************************/
/* Useful Styles */
/**********************************/

.red { color: #DD0000; }

.blue { color: #003F72; }

.blue-border { border: 1px solid #B2D5EA; }

.bold { font-weight: bold; }

.small { font-size: 90%; }

.big { font-size: 150%; }

.margintop { margin-top: 1em; }

.marginbottom { margin-bottom: 1em; }

.marginleft { margin-left: 1em; }

.marginright { margin-right: 1em; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.floatleft { float: left; }

.floatright { float: right; }

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear: left;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: right;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}