html, body {
	height: 100%;
}

#logo {

}

div.warningBox {
	border: 4px solid #ff840d;
	color:#ff840d;
	font-size: bold;
	width: 650px;
	text-align: justify;
	padding: 5px;
}

hr {
	color: #444;
	background: #444;
	border: none;
	height: 2px;
	font-height: 0px;
}

tr.rolloverTR {
	background: #ff840d;
	color: #fff;
	cursor: default;
}

tr.rolloverTR a {
	color: #fff;
}

a.subNavButton {
	color: #ff840d;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 16px 2px 16px;
	
	
	text-decoration: none;
	margin: 10px 20px 10px 0;
}

a.navButton {
	color: #ff840d;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px 16px 2px 16px;
	
	
	text-decoration: none;
	margin: 10px 20px 10px 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: tahoma, arial;
	font-size: 12px;
	color: #444;
}

div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

div.alphaList {
	margin: 16px 0 16px 0;
	
}

div.alphaList a.selected {
	color: #ff840d;
}

div.alphaList a {
	color: #444;
	text-decoration: none;
	margin: 0 8px 0 0;
	font-weight: bold;
}

div#container { 
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -463px;
	width: 926px;
	background: url(../../resources/images/background.gif) repeat-y;
	min-height: 100%;
	_height: 100%;
}

div#container div#header {
	text-align: center;
	margin: 10px 0 10px 0;
	height: 120px;
}




div#container div#barSmall {
	width: 500px;
	height: 22px;
	background: url(../../resources/images/bar_small.gif) no-repeat;
	margin: 0 0 10px 25px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 10px;
	
}

div#container img#logout {
	position: absolute;
	right: 25px;
	top: 140px;
	border: none;
}

div#container div#barSmall span#time {
	position: absolute;
	right: 410px;
	top: 140px;
	background: #4b4b4b;
	padding: 0 0 0 10px;
}

div#container ul#barFull {
	width: 875px;
	height: 22px;
	background: url(../../resources/images/bar_full.gif) no-repeat;
	margin: 0 0 10px 25px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 10px;
	list-style: none;
}

div#container ul#barFull li {
	float: left;
	padding: 0 6px 0 4px;
	background: url(../../resources/images/menu_separator.gif) no-repeat center right;
}

div#container ul#barFull li.last {
	padding: 0 0 0 4px;
	background: none;
}



div#container ul#mainMenu {
	margin: 0 0 45px 25px;
	padding: 0;
	list-style: none;
	
}

div#container ul#mainMenu li {
	float: left;
	padding: 0 4px 0 0;
}

div#container ul#mainMenu li img {
	border: none;
}

div#container div#content {
	margin: 0 20px 0 25px;
	_margin: 0 20px 0 13px;
	
	padding: 0 0 30px 0;
	
	float: left;
}


div#container div#content.login {
	width: 260px;
	margin: 170px 0 0 336px;
	_margin: 170px 0 0 168px;
}

div#container div#content.centerText {
	width: 350px;
	margin: 170px 0 0 276px;
}

div#container div#content.login h2.error {
	margin: 5px 0 5px 0;
}

div#container div#content.login h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	
}
div#container div#content.login h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

div#container div#content.login input.text {
	width: 240px;
	padding: 2px;
	margin: 0 0 4px 0;
}
div#container div#content.login button {
	float: left;
}
div#container div#content.login a {
	color: #ff840d;
	text-decoration: none;
	float: left;
	margin: 0 0 0 34px;
}

div#container div#content.centerText a {
	color: #ff840d;
	text-decoration: none;
	cursor: pointer;
}

/*
div#container a {
	color: #ff840d;
	text-decoration: none;
	cursor: pointer;
}*/


div#container div#content h1, div#container div#content h1 a {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #ff840d;
	text-decoration: none;
}

div#container div#content h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 12px;
	
}

div#container div#content .error {
	/*color: red;*/
}

div#container div#content form {
	margin: 0;
	padding: 0;
}


div#container div#content form br {
	clear: both;
}


div#container div#content form input.text {
	border: 1px solid #333;
	margin: 0 10px 2px 0;
	float: left;
	width: 180px;
}

div#container div#content form input.error {
	border: 1px solid red;
}
div#container div#content form textarea.error {
	border: 1px solid red;
}

div#container div#content form select {
	border: 1px solid #333;
	margin: 0 10px 2px 0;
	float: left;
	width: 180px;
} 
div#container div#content form textarea {
	border: 1px solid #333;
	margin: 0 10px 2px 0;
	float: left;
	width: 180px;
	height: 120px;
	font-family: tahoma, arial;
	font-size: 12px;
} 

/*div#container div#content form*/ label {
	float: left;
	font-weight: bold;
	vertical-align: middle;
	margin: 4px 0 0 0;
}

label.forCheckbox {
	
	margin: 1px 0 0 6px;
}




div#container div#content div#linkList {
	
}
div#container div#content div#linkList label {
	width: 350px;
	float: left;
	font-weight: bold;

}

div#container div#content dl dt {
	float: left;
	width: 350px;
	margin: 0 0 20px 0;
}

div#container div#content dl dd {
	float: left;
	margin: 0 0 20px 0;
	width: 500px;
}


div#container div#content dl dd a:hover {
	color:#404040;
}
div#container div#content dl dd a {
	color: #ff840d;
	font-weight: bold;
	text-decoration: none;
}





div#container img#helpButton {
	cursor: pointer;
	position: absolute;
	left: 732px;
	top: 240px;
}



div#container ul#footer {
	left: 0;
	position: absolute;
	bottom: 0;
	margin: 0 0 10px 25px;
	padding: 0;
	list-style: none;
	width: 100%;
}

div#container ul#footer li {
	float: left;
	padding: 0 10px 0 0;
}

div#container ul#footer li a {
	text-decoration: none;
	color: #000;
}

div#container ul#footer li a:hover {
	color: #404040;
}

div#container ul#footer li.last {
	text-align: right;
	width: 640px;
}

div#overlayBackground {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0.70;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
}

div#helpOverlay {
	position: absolute;
	border: 3px solid #ff840d;
	background: #fff;
	width: 500px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin: -230px 0 0 -250px;
	z-index: 110;
	overflow: auto;
	padding: 20px;
}

div#helpOverlay p {
	margin: 0 0 10px 0;
}

div#helpOverlay h1 {
	margin: 0;
	padding: 0;
	font-size: 18px; 
	color: #333;
}

div#helpOverlay b, div#helpOverlay a {
	color: #ff840d;
}

div#helpOverlay a:hover {
	color: #404040;
}


div#helpOverlay img#closeButton {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

img.button {
	cursor: pointer;
	border: 0;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

div.step1 {
	background: url(../../resources/images/steps/icoon_stap1.gif) no-repeat;
	padding: 0 0 0 60px;
}

div.step2 {
	background: url(../../resources/images/steps/icoon_stap2.gif) no-repeat;
	padding: 0 0 0 60px;
}

div.step3 {
	background: url(../../resources/images/steps/icoon_stap3.gif) no-repeat;
	padding: 0 0 0 60px;
}

div.step4 {
	background: url(../../resources/images/steps/icoon_stap4.gif) no-repeat;
	padding: 0 0 0 60px;
}
div.step5 {
	background: url(../../resources/images/steps/icoon_stap5.gif) no-repeat;
	padding: 0 0 0 60px;
}
div.step6 {
	background: url(../../resources/images/steps/icoon_stap6.gif) no-repeat;
	padding: 0 0 0 60px;
}

div#container div#content ul.templates {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#container div#content ul.templates li {
	float: left;
	text-align: center;
	margin: 0 80px 20px 0;
	cursor: pointer;
}
div#container div#content ul.templates li input {
}

a.link {
	color: #ff840d;
	cursor: pointer;
	text-decoration: none;
}

div.content a {
	color: #ff840d;
	cursor: pointer;
	text-decoration: none;
}

iframe#mce_editor_0 {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 408px;
}


table.mceEditor td {

	
	
}



table.mceEditor {
	width: 750px;
	height: 500px;
	margin: 0;
	padding: 0;
}

div.editorContainer {
	width: 750px; 
	height: 500px;
	overflow: hidden;
}
/*------------------------------------------------------------------------
	GRID
------------------------------------------------------------------------*/

table.grid {
	width: 790px;
}

table.grid tr.header {
	font-weight: bold;
}
table.grid tr.odd td {
	background: #ddd;
}

table.grid td.selectColumn {
	text-align: center;
	width: 60px;
	
}

table.grid td.linkThrough {
	width: 120px;
	
}

div#container div#content form table.grid tr td.selectColumn input {	
	float: none;
	margin: 0;	
	/*width: 14px;*/
}

a.selectAll {
	color: #ff840d;
	text-decoration: none;
	font-weight: bold;
}

table.order a {
	color: #ff840d;
	text-decoration: none;
}


table.order a:hover {
	color: #404040;
}

table.grid a:hover {
	color: #404040;
}

table.grid a {
	color: #ff840d;
	text-decoration: none;
}

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

ul.pageNav li {
	float: left;
	margin: 0 8px 0 8px;
}

ul.pageNav li a:hover {
	color:#404040;
}

ul.pageNav li a {
	color: #ff840d;
	text-decoration: none;
}

ul.pageNav li.current a:hover {
	color: #404040;
}
ul.pageNav li.current a {
	color: #ff840d;
	text-decoration: none;
	font-weight: bold;
}

ul.pageNav li.disabled a, ul.pageNav li.disabled {
	color: #ccc;
	text-decoration: none;
	cursor: default;
}


/*--- Custom column widths -- */

td.fullname {width: 140px;}
td.br_company_name {width: 200px;}
td.br_email {width: 200px;}
td.br_gsm {width: 110px;}


