/*********/
/* RESET */
/*********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********/
/* STYLES */
/**********/

body {
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: 12px;
	background: #ecf1f6;
	color: #000;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 62px;
	background: #004396 url(../img/header-bg.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#loginbar {
	float: right;
	text-align: right;
	padding: 10px;
}

#loginbar h2 {
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
}

#loginbar a:link, #loginbar a:active, #loginbar a:visited {
	display: block;
	color: #fff;
	font-size: 11px;
	margin-bottom: 2px;
}

#loginbar a:hover {

}

.optionLink {
	padding: 3px;
}

#content {
	background-color: #fff;
	margin : 10px 0 0 0;
	padding: 20px;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #8d8d8d;
	padding: 10px;
}

.left-column {
	float: left;
	width: 420px;
}

.right-column {
	float: right;
	width: 420px;
}
.left-column-q {
	float: left;
	width: 220px;
}

.right-column-q {
	float: right;
	width: 620px;
}

.block {
	display: block;
	padding-top: 10px;
	margin: 0;
}

.icon {
	float: left;
	width: 58px;
	height: 58px;
}

.srcbutton {
	padding-top: 0px;
}

.index-search {
	width:105px;
	padding-top: -30px;
	vertical-align: top;
}

#clear {
	clear: both; 
	margin: 0px;
}

h1 {
	font-size: 15px;
	color : #965100;
	margin : 0;
	padding : 0;
	margin-top : 20px;
	margin-bottom : 30px;
	font-weight:normal;
	background: url(../img/h1.gif) repeat-x  left top;
	background-position: -3px;
}

h1.blue {
	font-size: 15px;
	color : #004497;
	margin : 0;
	padding : 0;
	margin-top : 20px;
	margin-bottom : 30px;
	font-weight:normal;
	background: url(../img/h1b.gif) repeat-x  left top;
	background-position: -3px;
}

h1 span {
	background-color : #fff;
	padding : 0 10px 0 0;
	font-size : 14px;
	font-weight: 700;
}

h1.blue span {
	background-color : #fff;
	padding : -10px 10px 0 0;
	font-size : 12px;
	font-weight: 700;
}

ul {
	margin :0 0 0 10px;
	padding :0 0 0 65px;
	list-style-type:square;
	color: #014397;
}

ul.ui-autocomplete {
	margin :0 0 0 10px;
	padding :0 0 0 30px;
	list-style-type:none;
	color: #014397;
}

ul li {
	margin :0px;
	line-height:20px;
	padding :0;
	color: #014397;
	width: 100%;
}

ul li span {
	float: right;
	line-height: 20px;
}

a:link, a:active, a:visited {
	color: #014397;
	font-weight: bold;
}

a:hover {
	color: #ff8a00;
}

#loginbox {
	margin: 0 auto;
	display: block;
	width: 250px;
	padding: 20px;
	padding-top: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px #bfbcab solid;
	background: #fff url(../img/tab-bg.gif) repeat-x top left;
}

#loginbox label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #bfbcab;
	margin-bottom: 10px;
}

#loginbox input {
	display: block;
	width: 98%;
	margin-bottom: 20px;
}	

.rememberLink {
	display: block;
	padding: 2px 0px;
	font-weight: normal;
}

.loginbutton {
	display: block;
	background: #fff url(../img/login-button.gif) no-repeat top left;
	border: none;
	width: 100px;
	height: 25px;
	cursor: hand;
	margin-bottom: 50px;
}

.loginMessage {
	padding: 20px 0px;
}

/* tabs */

#tabs {
	width: 850px;
	float: right;
}

#tabdiv{ 
	padding:10px; 
	border: 1px solid #bfbcad;
	clear:both;
}

ul.tabbuttons, ul.tabbuttons li{
	padding:0; 
	border:0; 
	margin:0; 
	list-style:none;
}

ul.tabbuttons{
	clear:both;
	width: 800px;
}

ul.tabbuttons li a{
	float:left; 
	margin-right:1px; 
	margin-bottom: -1px;
	width:auto; 
	background: url(../img/tab-bg.gif) repeat-x  left top; 
	border: 1px solid #bfbcad;
	padding:8px; 
	color:#004296; 
	text-decoration:none; 
	font-weight:bold;
	text-align: center;
}

.selected a{
	background:#90b557; 
	color:#FFFFFF;
}

ul.tabbuttons li.selected a{
	color:#004296;
	background: url(../img/tab-bg.gif) repeat-x  left top; 
	border-bottom: 1px solid #fff;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #fff;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fff;
	border: 0px solid #fff; 
	font-size: 12px;
	color: #014397;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 5px;
	vertical-align: middle;
	line-height: 1.7em;
}
table.tablesorter tbody tr.odd td{
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #80a1cb;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px; /*--Set height of tabs--*/
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 36px; /*--Subtract 1px from the height of the unordered list--*/
	width: 150px;
	line-height: 42px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	margin-right: 1px;
	background: #ffffff url(../img/tab-bg.jpg) no-repeat top left;
	border-bottom: 1px solid #c0c0c0;

}
ul.tabs li a {
	text-decoration: none;
	color: #004495;
	display: block;
	font-size: 12px;
	text-align: center;
	outline: none;
}
ul.tabs li a:hover {

}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #c0c0c0;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}

ul.tabs li.addbutton {
	float: right;
	background: none;
	text-decoration: underline;
}

ul.tabs li.addbutton a {
	text-align: right;
}

.costumerlogo {
	max-width: 220px;
	margin-top: 30px;
}

#bread {
	margin: 30px 59px;
}

#bread span {
	margin: 0px 5px;
}

#bread a {
	font-weight: normal;
}

#bread strong {
	color: #004495;
}
