/* reset some values */
/*
* {
	margin: 0;
	padding: 0;
	border: 0;	
}
*/

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, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

img {
	display: inline;

}

h1 {
	display: none;
}

/*
	General Formatting
*/
html,body {
	height: 100%;
}

body {
	background: #ffffff url('../img/site_bg.png') repeat-x;
	text-align: center;
	font-size: 85%;
	font-family: tahoma, helvetica, sans-serif;
	color: #666666;
	border: 0;
	margin: 0;
	padding: 0;
}

#contentcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: left;
	background: #ffffff;
}

#header {
	width: 775px;
	height: 78px;
	background: url('../img/header.png') no-repeat;
}

#contentholder {
	clear: both;
}

#topcontainer {
	width: 775px;
	height: 100%;
	background: url('../img/menu_bg.png') repeat-y;
	/*background: url('../img/promo.jpg') bottom right;*/
	overflow:hidden;
}

#topcontainernopromo {
	width: 775px;
	background: url('../img/menu_bg.png') repeat-y;
}

.menubg {
	background: url('../img/menu_bg.png') repeat-y;
}

#menuholder {
	float: left;
	width: 280px;	
	background: url('../img/menu_bg.png') repeat-y;
	height: 100%;

}

#promo {
	float: right;
	background: url('../img/promo.jpg') no-repeat;
	width: 495px;
	min-height: 193px;
	height: 218px;
}


#seperator {
	clear: both;
	background: url('../img/top_seperator.png') no-repeat;
	width: 775px;
	height: 8px;
}


#menuholder ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 0;
}

#menuholder ul li {
	background: url('../img/menu_bullet.png') left center no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

#menuholder ul li a {
	color: #ffffff;
	text-decoration: none;
	background: url('../img/menu_underline.png') left bottom no-repeat;
	width: 182px;
	display: block;
	padding-bottom: 2px;
}


#footer {
	background: url('../img/footer_bg.png') repeat-x;
	height: 65px;
	clear: both;
}

#leftfootercontent {
	float: left;
	margin-left: 10px;
	padding-top: 14px;
	font-size: .8em;
}

#leftfootercontent #footermenu {
	font-weight: bold;
	color: #333333;
}

#leftfootercontent #footermenu a {
	text-decoration: none;
	color: #333333;
}

#leftfootercontent #footermenu a:hover {
	border-bottom: 1px dotted #333333;
}

.footertext {
	font-size: .8em;
	padding-top: 10px;
	color: #666666;
}

.footertext a {
	text-decoration: none;
	color: #666666;
}

#rightfootercontent {
	float: right;
	padding-right: 75px;
	padding-top: 4px;
	font-size: .8em;
	text-align: right;
	background: url('../img/footer_logo.png') right center no-repeat;
}

#loggedinbar {
	clear: both;
	height: 36px;
	width: 775px;
	background: url('../img/loggedin_bg.png') repeat-x;
}

#loggedinbar #rightfunctions {
	float: right;
	width: 150px;
	height: 24px;
	padding-right: 10px;
	padding-top: 7px;
}


#loggedinbar #functions {
	float: right;
	width: 294px;
	height: 24px;
	padding-right: 10px;
	padding-top: 7px;
}

#loggedintext {
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}

#loginbox {
	clear: both;
	width: 775px;
	height: 155px;
	background: url('../img/front_promo_bg.png') repeat-x;

}

#registerfeaturebox {
	float: left;
	width: 360px;
	height: 155px;
	padding-right: 3px;
	padding-left: 30px;
	background: url('../img/divider.png') right center no-repeat;
	color: #ffffff;
}

#registerfeaturebox h2 {
	color: #ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 10px;
}

#registerfeaturebox .promo_button {
	padding-left: 200px;
	padding-top: 5px;
}

#loginfeaturebox {
	float: right;
	width: 360px;
	height: 155px;
	padding-right: 0px;
	padding-left: 20px;
}

#loginfeaturebox h2 {
	color: #ffffff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 10px;
}

#loginfeaturebox .promo_button {
	padding-left: 190px;
	padding-top: 5px;
}

.promocontent label {
	float: left;
	color: #ffffff;
	margin-top: 5px;
	font-size: 1.2em;
}

.logininput {
	width: 230px;
	border: 1px solid #cccccc;
	margin-top: 2px;
	font-size: 1.2em;
	color: #333333;
	background: #ffffff;
	float: right;
	margin-right: 40px;
}

.bigger {
	font-size: 1.2em;
	font-weight: bold;
}

.username {
	background: #ffffff url('../img/username_bg.png') no-repeat;
	background-position: 2px 2px;
}

.password {
	background: #ffffff url('../img/password_bg.png') no-repeat;
	background-position: 2px 2px;
}

.email {
	background: #ffffff url('../img/email_bg.png') no-repeat;
	background-position: 2px 2px;
}

.passwordreminder {
	text-align: right; 
	font-size: 65%; 
	width: 330px; 
	padding-top: 4px; 
	color: #cc9933;
}

.passwordreminder a {
	color: #cc9933;
	text-decoration: none;
}

.promocontent {
	height: 60px;
	overflow: hidden;
}

#selectsearches {
	float: right;
	background: #ffffff;
	width: 495px;
	min-height: 193px;
}

.searchtablelayout {
	width: 475px;
	font-size: .85em;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
}

.searchtablelayout h4 {
	font-size: 1.1em;
	color: #6E0A0A;
}

.jobreference {
	border: 1px solid #666666;
	padding: 1px;
}

.searchchoicetitle {
	background: #EDEDDC;
	width: 200px;
	display: block;
	font-size: 1em;
}

.searchselector {
	width: 15px;
	padding: 0px;
	margin: 0px;
}

a.tsandcs {
	color: #666666;
	text-decoration: underline;

}

.disabled {
	background: #EDDCDC;
}

.transactionhistory{
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 5px;
}

#contentbody {
	font-size: .9em;
	padding: 20px;
}

#contentbody h2 {
	color: #6E0A0A;
	padding-bottom: 10px;
	font-size: 1.3em;
}

#contentbody h3 {
	color: #6E0A0A;
	padding-bottom: 10px;
	font-size: 1.2em;
}

h5 {
	color: #6E0A0A;
	padding-bottom: 10px
}

h3 {
	color: #6E0A0A;
	padding-bottom: 10px;
	font-size: 1.2em;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
}

#contentbody ul {
	padding: 20px;
}

.formelement {
	display: none;
}

.registertable {
	font-size: 1em;
}

.registertextfield {
	border: 1px solid #666666;
	padding: 1px;
	width: 130px;
}

.lrgr {
	width: 134px;
}

.hidden {
	display: none;
}

TD.status {
	background: url('../img/accept_grey.png') no-repeat;
	background-position: 0px 2px;
}

TD.nobg {
	background: #ffffff;
}

label.error {
	padding-left: 18px;
	background: url('../img/delete.png') no-repeat;
	font-size: .9em;
	line-height: 16px;
	height: 16px;
	color: #6E0A0A;
	font-style:italic;
}

label.blank {
	padding-left: 18px;
	background: url('../img/accept_grey.png') no-repeat;
	font-size: .9em;
	line-height: 20px;
	height: 20px;
	color: #6E0A0A;
	font-style:italic;
}

label.checked {
	background: url('../img/accept.png') no-repeat;
	line-height: 16px;
	height: 16px;
	font-size: .9em;
}

label.error, label.checked {
	background-position: 0px -3px;
}

/* ie hack - for ff - ignored by ie */
*:lang(en) label.error {
	background-position: 0px -1px;
}
*:lang(en) label.checked {
	background-position: 0px -1px;
}

fieldset {
	border: 1px solid #cccccc;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

legend {
	color: #6E0A0A;
	font-weight: bold;
}

#clientsalpha {
	text-align: left;
	padding-top: 10px;
	color: #6E0A0A;
}

#usersalpha {
	text-align: left;
	padding-top: 10px;
	color: #6E0A0A;
}

#dashboard {
	 height: 165px;
	 width: 100%;
	 border: 1px solid #666666;
}

#adminmenu {
	text-align: right;
	padding-top: 5px;
	color: #6E0A0A;
}

a.backlink, 
a.clientviewusers, 
a.useredit, 
a.bundleedit, 
a.userstats, 
a.clientedit,
a.clientdelete,
a.clientstats, 
#usersalpha a, 
#clientsalpha a, 
#userstabs a, 
#productstabs a, 
#adminmenu a {
	color: #6E0A0A;
	text-decoration: none;
}

a.backlink:hover, 
a.clientviewusers:hover,
a.useredit:hover, 
a.bundleedit:hover, 
a.userstats:hover, 
a.clientedit:hover, 
a.clientstats:hover, 
#userstabs a:hover, 
#productstabs a:hover, 
#adminmenu a:hover {
	border-bottom: 1px dotted #6E0A0A;
}

#clientsalpha a {
	padding-left: 3px;
	padding-right: 3px;
	font-size: .9em;
}
#clientsalpha a:hover {
	background: #cccccc;
}

#usersalpha a {
	padding-left: 3px;
	padding-right: 3px;
	font-size: .9em;
}
#usersalpha a:hover {
	background: #cccccc;
}


#userstabs,#productstabs {
	text-align: right;
	color: #6E0A0A;
	padding-bottom: 10px;
}

.breadcrumbs {
	font-size: .9em;
}

.pendingcount {
	font-size: .8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.active {
	border-bottom: 1px dotted #6E0A0A;
}

label.searchlabel {
	width: 75px;
	color: #6E0A0A;
	font-weight: bold;
	padding-right: 10px;
	font-size: .9em;
	display: block;
	vertical-align: middle;
	float: left;
	padding-top: 3px;
}

.searchlabel a {
	color: #6E0A0A;
	font-weight: bold;
	text-decoration: none;
}

textarea {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	overflow: auto;
}

label.long {
	width: 100px;
}

label.shrt {
	width: 46px;
}


.searchpaneltable {
	width: 100%;
}

label.radiolabel {
	color: #6E0A0A;
	font-weight: bold;
	padding-right: 10px;
	font-size: .9em;
	vertical-align: middle;
}

.searchinput {
	border: 1px #cccccc solid;
	padding: 1px;
}

.searchpanel {
	padding: 10px;
	border: 1px #cccccc solid;
	margin-bottom: 10px;
}



.selectresult,.selectedresult {
	border: 1px #cccccc solid;
	width: 375px;
	height: 126px;
	overflow: auto;
}

.selectresultcro,.selectedresultcro {
	border: 1px #cccccc solid;
	width: 700px;
	height: 126px;
	overflow: auto;
}

.selectresultcro div {
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: .95em;
	padding-right: 18px;
	background: url('../img/add.png') right top no-repeat;
}


.selectedresultcro div {
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: .95em;
	width: 660px;
	padding-right: 20px;
	background: url('../img/delete.png') right bottom no-repeat;

}

.short {
	height: 75px;
}

.selectresult div {
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: .95em;
	padding-right: 20px;
	background: url('../img/add.png') right bottom no-repeat;
}


.selectedresult div {
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: .95em;
	width: 350px;
	padding-right: 20px;
	background: url('../img/delete.png') right bottom no-repeat;

}

.longdiv {
	width: 594px;
}

.shortdiv {
	width: 578px;
}

.borderbottom {
	border-bottom: 1px #cccccc solid;
}

.searchlabel {
	color: #6E0A0A;
	font-weight: bold;
	padding-right: 10px;
	font-size: .9em;
	display: block;
	vertical-align: middle;
}

.buttoncursor {
	cursor: pointer;
}


a.moredetails, a.download {
	font-size: 90%;
	color: #6E0A0A;
	text-decoration: none;
}

.bold {
	font-size: .9em;
	color: #6E0A0A;
}

#notices {
	font-size: 70%;
	color: #ffffff;
	padding: 0 20px 20px;
}

.noticearea{
	border: 1px #cccccc solid; 
	width: 400px; 
	height: 75px;
}

.newhidden {
	display: none;
}
