
/* Global reset for browser compatibility */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #eee;
}

a {	text-decoration: none; color: #2175d9; }
ul { list-style: none; }

table 				{ border: none; }
a img, fieldset 	{ border: none; }
input { border: 1px solid #ccc; }


/* Typography, h1 = T1, h2 = T2, h3 = T3, p = T4   */

h1 { 
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #333333;
	font-weight: bold;	
	margin: 10px 0 0;
}

p {
	font-size: 11px;
	color: #666666;
	margin: 0 0 14px;
}
.bold	{ font-weight: bold; }

.t5			{ color: #666666; font-size: 10px; }
.dark 		{ color: #333333; }
.light	{ color: #999999; }


/* Link typography, .primary-link = L3, .secondary-link = L5, .tertiary-link = L6 */ 
.l1, .l1:visited {
	text-decoration: none;
	color: #2175d9;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding: 0 5px 0 10px;
}

.l1:hover 	{ text-decoration: underline; }

.l2, l2:visited {
	text-decoration: underline;
	color: #2175d9;
	font-size: 11px;
	font-weight: bold;
}

.l2:hover 	{  }

.l3, l3:visited {
	text-decoration: none;
	color: #2175D9;
	font-size: 11px;
	font-weight: bold;
}

.l3:hover 	{ text-decoration: underline; }

.l4, l4:visited {
	text-decoration: none;
	color: #2175d9;
	font-size: 11px;
}

.l4:hover	{ text-decoration: underline; }

.l5, l5:visited {
	text-decoration: none;
	color: #2175D9;
	font-size: 10px;
}

.l5:hover 	{ text-decoration: underline; }

.l6, l6:visited {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}

.l6:hover 	{ color: #333333; }

.l7, l7:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px; font-weight: bold; 
	background-image: url(../images/arrow-collapsed.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.l7-expanded 	{ text-decoration: none; color :#333333; font-size: 11px; font-weight: bold;
				  background-image: url(../images/arrow-expanded.gif); background-position: 0px 7px; background-repeat: no-repeat; }

.l8, l8:visited {
	text-decoration: none;
	color :#333333;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/arrow-collapsed.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.l8-expanded	{ text-decoration: none; color :#333333; font-size: 14px; font-weight: bold;
				  background-image: url(../images/arrow-expanded.gif); background-position: 0px 7px; background-repeat: no-repeat; }

/* Buttons, .primary-button = B1, positive action = B2, negative action = B3, neutral action = B4 */

.button, .submit {
	line-height: 22px;
	padding: 0 18px 1px 8px;
	background-image: url('../images/button-arrow.gif');
	background-position: right 9px;
	background-repeat: no-repeat;
	color: white;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	margin-top:10px;
}
.b1 { background-color: #2175D9; }
.b2 { background-color: #009900; }
.b3 { background-color: #e41f1f; }
.b4 {background-color: #666666; }
.button-back{
	background-position: left 9px;
	padding: 0px 8px 1px 18px;
	background-image: url('../images/buttonback-arrow.gif');
}
input.button, div.field input.button
{
	width: auto;
	height: 23px;
	overflow: visible;
	padding: 0px 20px 4px 8px;
	border: 0;
	cursor: pointer;
}
input.button-back
{
	padding: 0px 8px 4px 20px;
	background-position: left 9px;
	background-image: url('../images/buttonback-arrow.gif');	
}

.b5 {
	width: 19px;
	height: 19px;
	background-image: url(../images/button-submit.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #2175d9;
	cursor: pointer;
}

.b5:hover { background-color: #ff8a00; }

/* Template containers and modules */

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.clear{
	clear: both;
	margin: 0 0 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.header {
	height: 213px;
	width: 960px;
	background-color: #fff;
	margin: 16px 0 0;
	position: relative;
}

.module {
	background-color: #F9F9F9;
	overflow: hidden;
	padding: 0 16px;
}

.module .module-header {
	background-color: #E0E0e0;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding: 7px 16px 3px;
	margin: 0 -16px 15px;
	color: #666666;
}

.template-page {
	float: left;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	width: 960px;
	overflow: hidden;
}
.right-column{
	background-image: url(../images/right-column.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.two-column
{
	background-image: url(../images/two-column.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.template-homepage {
	float: left;
	background-color: #eee;
	margin: 10px 0 15px 0;
	padding: 0;
}
.template-marketingcontentpage{
	float: left;
	background-color: #eee;
	margin: 10px 0 15px 0;
	padding: 0;
}
.buttons {
	float: left;
	margin: 15px 0;
}
.buttons a {
	margin: 0 5px 0 0;
}

.ui-tabs-hide {
	display: none;
}
