/*************************************************************************************************************************************
 * General Styles
 *************************************************************************************************************************************/
body {
	behavior: url( '/js/csshover.htc');
	background-color: #333333;
	text-align: center;
	color: #383838;
	font-family: Arial,Helvetica,sans-serif;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/*font-family: "Bitstream Vera Sans",Verdana,Helvetica;*/
	font-size: 12px;
}

div#pageWrapper {
	width:728px;

	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	
	text-align: left;
	background: url('/img/pc_tl.gif') no-repeat top left;
	background-color: white;
}

div#pageHeader {
	
}

div#header {
	background: url('/img/mockup/header.gif') no-repeat top left;
	height: 97px;
}

div#header.home {
	background: url('/img/mockup/header_home.gif') no-repeat top left;
}

div#headerNav {
	width: 220px;
	height: 30px;
	float: right;
}

div#headerNav div {
	float: left;
	padding-left: 7px;
	padding-right: 10px;
	background: url('/img/li_arrow_filled_dark.gif') no-repeat center left;
}

div#headerNav a {
	line-height: 30px;
}

div#mainNav {
	padding-left: 15px;
	height: 90px;
	height: 35px;
	/*border-top: 1px solid white;*/
	background: url('/img/mockup/main_nav_bg.gif') repeat-x;
}

div#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

div#mainNav li {
	list-style: none;
	float: left;
	cursor: pointer;
}

div#myAccount {
	padding-left: 15px;
	padding-right: 0;
	text-align: right;
	float: right;
	height: 35px;
	background: url('/img/mockup/account.gif') no-repeat;
}


div#mainNav li:hover {
	background: url('/img/mockup/main_nav_hover.gif') repeat-x;
}

div#mainNav a {
	line-height: 35px;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
}

div#mainNav a:hover {
	
}

div#mainNavHome {
	height: 164px;
	border-top: 1px solid white;
	background: url('/img/mockup/connecting.jpg') no-repeat top left;
}

div#pageContent {
	padding: 15px;
}

div#contentBottom {
	background-color: #82c005;
	margin: -15px;
	margin-top: 0;
	padding: 15px;
}

div#content {

}

div#pageFooter {
	background: #333333 url('/img/mockup/footer_top.gif') no-repeat top left;
	height: 70px;
	color: white;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}

div#pageFooter.home {
	background: #333333 url('/img/mockup/footer_top_home.gif') no-repeat top left;
}

a {
	color: #82c005;
	text-decoration: none;
}

a:hover {
	color: #32629F;
	text-decoration: underline;
}

h1 {
	margin: 0;
	/*padding-bottom: 20px;*/
	font-size: 1.4em;
}

h2 {
	/*margin: 0;*/
	padding-bottom: 3px;
	font-size: 1.2em;
}

fieldset {
	border: none;
}

fieldset label {
	float: left;
	width: 120px;
}

img {
	border: none;
}

/*************************************************************************************************************************************
 * Form Specific styles
 *************************************************************************************************************************************/
 form {
	margin: 0;
	padding: 0;
	/*background-color: #eaeaea;*/
}

input.text {
	/*border: 1px solid #82c005;*/
	border: 1px solid #32629F;
	height: 20px;
	vertical-align: middle;
	padding-top: 2px;
	width: 200px;
	background-color: white !important;
	/*width: 100%;*/
}

.form_error {
	border: 1px solid #FF0000 !important;
	background-color: white !important;
	/*background: white url('/img/no.gif') no-repeat right;*/
}

textarea {
	border: 1px solid #32629F;
	overflow: auto;
	height: 100px;
	width: 98%;
}

input.text:hover, input.text:focus, textarea:hover, textarea:focus {
	background-color: #c2e2f4;
}

input.button, a.button {
	color: white;
	height: 30px;
	cursor: pointer;
	background: #32629F url('/img/mockup/button_bg.gif') repeat-x top;
	border: 1px solid #32629F;
}

a.bigbutton img {
	border: none;
}

input.imageButton:hover, input.imageButton:hover {
	background-color: white;
}

form div {
	/*padding: 5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding: 5px 10px 5px 10px;*/
	/*clear: both;*/
}

form span.error {
	color: red;
}

form div label {
	width: 150px;
	float: left;
}

form div.selectTag {
	position:absolute;
	background-color: white;
	border: 1px solid #32629F;
	padding: 0;
	z-index: 100;
	height: 150px;
	
	overflow: auto;
}
form div.selectTag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form div.selectTag li {
	cursor: pointer;
	list-style-image: none;
	padding-left: 5px;
}

form div.selectTag li:hover {
	background-color: #c2e2f4;
}

form input.selectTag {
	cursor: pointer;
	background: url('/img/select_arrow.gif') no-repeat right;
}

form input.selectTag:hover {
	/*background-color: #c2e2f4;*/
	background: url('/img/select_arrow_hover.gif') no-repeat right;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
}

table thead {
	background-color:#32629F;
}

table thead tr {
	height: 25px;
	background-color: #32629F;
	color: white;
	font-weight: bold;
}

table tbody tr:hover {
	background-color: #699ddd;
}

table td,th {
	padding: 5px;
	border: 1px solid #333333;
}

table th {
	margin: 0;
	text-align: left;
}

table td {
}

span#progressIndicator, span#progressIndicator.normal {
	background: none;
	width: 20px;
	height: 20px;
}

span#progressIndicator.busy {
	background: url('/img/spinner.gif') no-repeat;
}

ul {
	list-style-image: url('/img/li_arrow.gif');
}

ul.alpha {
	list-style-image: none;
	list-style-type: lower-alpha;
}

ul.numeric {
	list-style-image: none;
	list-style-type: decimal;
}

div#accountWelcomeBox {
	padding-right: 20px;
	position:absolute;
	float: right;
	width: 198px;
	margin-top: 23px;
	margin-left: 530px;
	color: white;
	text-align: right;
	padding: 0;
	background: url('/img/mockup/account_tab.gif') no-repeat top left;
	
}

div#accountWelcome {
	height: 52px;
	padding-right: 10px;
	margin-top: 10px;
	/*border: 1px solid green;*/
}

div#accountWelcomeBox a {
	color: white;
	text-decoration: underline;
}

div#accountMenu {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	background-color: #32629f;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-left: 1px solid white;
	/*background-color: #99CCCC;*/
	
}
div#accountMenu ul {
	margin: 0;
	padding: 0;
}

div#accountMenu a {
	color: white;
}

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

div.actionItem {
	height: 80px;
	padding-left: 90px;
	background: url('/img/mockup/sms.gif') no-repeat top left;
}


br.clear {
	clear: both;
}

div#sendContent {
	width: 500px;
}


.blue {
	color: blue;
}

.red {
	color: red;
}

.orange {
	color: orange;
}

.busy {
	cursor: wait;
}

.normal {
	cursor: default;
}

.error {
	border: 1px solid red !important;
}

.errorBox {
	padding: 5px;
	border: 1px solid red;
}

/**************** Autocomplete */
input.auto_complete {
	border: 1px solid #32629F;
}

div.auto_complete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.auto_complete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.auto_complete ul li.selected { 
	background-color: #ffb;
}

div.auto_complete ul li:hover {
	background-color: #C5EA7B;
}

div.auto_complete img {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

div.auto_complete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding: 2px;
	cursor:pointer;
}

div#recipient_choices {
	width: 300px;
}


ul.tab {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tab li {
	float: left;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

ul.tab li:hover {
	background-color: #CC99CC;
}

ul.tab a {
	line-height: 25px;
}

ul.tab li.selected {
	background-color: cyan;
}