@charset "utf-8";
/******************* GENERAL STYLES **********************/
body{
	background-color: #000000;
	background-image:url(/Images/background.gif);
	background-repeat: repeat-x;
}
.headingStandard{
	color:#00ADEF !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display:block !important;
	width:625px !important;
	padding-bottom: 5px;
	border-bottom:solid 1px #00ADEF !important;
	font-size:22px !important;
	font-weight:normal !important;
}
.headingSmall{
	color:#00ADEF !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	font-weight:bold !important;
	font-style:italic !important;
}
body,p,table,div,.plainTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:white;
}
.regularTekst{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	line-height:17px !important;
	color:white !important;	
}
a{
	color:#00adef;
}
a.noborder{
	text-decoration:none;
}
a.white{
	color:white !important;
}
li.bullet{
	margin-left:0px;
	list-style:none;
	list-style-image:url(/Images/bullet.png);
	list-style-position:outside;
}
li.bullet2{
	margin-left:0px;
	list-style:none;
	list-style-image:url(/Images/bullet2.png);
	list-style-position:outside;
}
li.bulletHeader{
	margin-left:0px;
	list-style:none;
	list-style-image:none;
	color:#00ADEF;
	padding-top:10px;
}
p{
	margin-top: 0px;
	margin-bottom: 15px;
}
input.formfieldRed{
	background-color:#FF9191  !important;
	border: solid 1px #900 !important;
}
/******************** LAYER STYLES **********************/
#divRememberMe{
	background-color:#333;
	border:solid 1px #00adef;
	padding:10px;
}
#divAutologin{
	background-color:#333;
	border:solid 1px #00adef;
	padding:10px;
}
#divCopyright{
	width: 645px;
	text-align:center;
	font-size:9px;
	margin:0px;
	padding:0px;
}
#divContent{
	background-color: #3b3b3b;
	border-top: solid 1px #00adef;
	padding: 27px 17px 17px 17px;
}
#divBreadcrumbs{
	text-align:right;
	padding-top: 30px;
}
#divTopleft{
	padding-top: 20px;
}
#divTopRight{
	padding-top:10px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #3b3b3b;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #3b3b3b;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;	
}
.txtBody{
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 1px #666666;
}
.menuBlock{
	border-top: solid 1px #858585;
	margin-bottom:10px;
	padding:15px;
	background-color:#1c1c1c;
}
h3,h2{
	margin:0px;
}
#companyInfo{
	margin-top:0px;
	padding:0;
}
#SearchFormLayer{
	border: solid 1px #00adef;
	background-color:#444;
	padding:5Px;
}
#SearchFormToggle{
	border: solid 1px #00adef;
	background-color: #007EAE; 
	padding-left:10px;
	padding-top:2px;
	height:20px;
	display:block; 
	width:50%;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00adef',endColorstr='#007EAE', gradientType='0');		
}
#SearchFormToggle a{
	color:white;
	text-decoration:none;
}
#spanRememberMe, #spanAutologin{
	cursor:pointer;	
}
/******************** OTHER STYLES **************************/
.redText{
	color:#ff0000;
}
.arc{
	background-color:#000 !important;
	padding-left:3px;
	padding-right:3px;
}
.tblRegistration .lightgray{
	background-color: #444;
}
.tblRegistration .label{
	width:150px;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.tblRegistration .container{
	width: 304px;
}
.tblRegistration .check{

}
.tblRegistration{
	width:600px;
	margin-bottom:0;
}
.tblRegistration td{
	padding:3px;
}
.blueBottom{
	border-bottom:solid 1px #00ADEF;
}
.blueTop{
	border-top:solid 1px #00ADEF;
}
.tblRegular{
	margin-top:5px;	
	width:600px;
}
.tblRegular th{
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	border-bottom:dotted 1px silver;	
}
.tblRegular td{
	border-bottom:dotted 1px silver;	
	vertical-align:top;
	text-align:left;
}
.tblRegular td a{
	text-decoration:none;	
}
.tblRegular td.smallTitle{
	font-size:16px;
	font-weight:bold;
	height: 32px;
	vertical-align:bottom;
}
.inputbox{
	border: solid 1px #666666;
	color:#ffffff;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	background-color:#333333 !important;
}
.textareabox{
	border: solid 1px #666666;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	background-color:#333333;
	overflow-y:auto;
}
.selectbox{
	border: solid 1px #666666;
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#333333;
}
.inputsubmit{
	border: solid 1px #666666;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#555555',endColorstr='#333333', gradientType='0');		
	color:white;
	height:19px;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
.tblSearchbox{
	border: none;		
}
.tblSearchbox td{
	padding:0;
}
.tblLogin{
	font-size:10px;
}
.inputSearchbox{
	width: 130px;
}
.inputLoginbox{
	width: 130px;
}
.alignTop{
	vertical-align:top;
}
.ulMenu{
	width:170px;
	padding:0px;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
}
.ulSubMenu{
	width:160px;
	padding:8px 0 8px 20px;
	margin-left:-10px;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:0px;
	border-bottom: solid 1px #00adef;
	border-top: solid 1px #00adef;	
}
.tblWhatsnew{
	width: 640px;
}
.ulWhatsnew{
	width:500px;
	padding:0px;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
}
.txtSubheader{
	font-size:12px;
	font-weight:bold;
	color:#00adef;
}
.txtNormal{
	font-size:11px;
	font-weight:normal;
}
.tblQuestions{
	background-color:#444;
}
.tblDownloads{
	margin-top:5px;	
	width:600px;
}
.tblDownloads td.downloadHeading{
	font-weight:bold;
	font-size: 12px;
	padding-top: 14px;
}
.tblDownloads td.download{
	border-bottom:dotted 1px silver;	
}
.tblDownloads td.download a{
	text-decoration:none;	
}
.trDetailBox{
}
.tdDetailBox{
	border:solid 1px #00adef;
	padding:10px;
	background-color:#3b474d;
	width:590px;
}
.divDetailBox{
	display:none; 	
	width:590px;
	overflow-x:auto;
}
.tblDownloadDetails td{
	padding: 4px;
}
.tblDownloadDetails .label{
	width: 160px;
	border: solid 1px #00adef;
	vertical-align:top;
	text-align:right;
}
span.detailHeader{
	font-weight:bold;
	font-size:15px;
	color:#fff;
	display:block;
	width:100%;
	border-bottom:solid 1px #00ADEF;
	margin-bottom:10px;
	}
/********************************* CFDUMP COLORS ****************************************/
table.cfdump_wddx,
	table.cfdump_xml,
	table.cfdump_struct,
	table.cfdump_array,
	table.cfdump_query,
	table.cfdump_cfc,
	table.cfdump_object,
	table.cfdump_binary,
	table.cfdump_udf,
	table.cfdump_udfbody,
	table.cfdump_udfarguments {
		font-size: xx-small;
		font-family: verdana, arial, helvetica, sans-serif;
		cell-spacing: 2px;
	}

	table.cfdump_wddx th,
	table.cfdump_xml th,
	table.cfdump_struct th,
	table.cfdump_array th,
	table.cfdump_query th,
	table.cfdump_cfc th,
	table.cfdump_object th,
	table.cfdump_binary th,
	table.cfdump_udf th,
	table.cfdump_udfbody th,
	table.cfdump_udfarguments th {
		text-align: left;
		color: white;
		padding: 5px;
	}

	table.cfdump_wddx td,
	table.cfdump_xml td,
	table.cfdump_struct td,
	table.cfdump_array td,
	table.cfdump_query td,
	table.cfdump_cfc td,
	table.cfdump_object td,
	table.cfdump_binary td,
	table.cfdump_udf td,
	table.cfdump_udfbody td,
	table.cfdump_udfarguments td {
		padding: 3px;
		background-color: #ffffff;
		vertical-align : top;
		color: black !important;
	}

	table.cfdump_wddx {
		background-color: #000000;
	}
	table.cfdump_wddx th.wddx {
		background-color: #444444;
	}


	table.cfdump_xml {
		background-color: #888888;
	}
	table.cfdump_xml th.xml {
		background-color: #aaaaaa;
	}
	table.cfdump_xml td.xml {
		background-color: #dddddd;
	}

	table.cfdump_struct {
		background-color: #0000cc ;
	}
	table.cfdump_struct th.struct {
		background-color: #4444cc ;
	}
	table.cfdump_struct td.struct {
		background-color: #ccddff;
	}

	table.cfdump_array {
		background-color: #006600 ;
	}
	table.cfdump_array th.array {
		background-color: #009900 ;
	}
	table.cfdump_array td.array {
		background-color: #ccffcc ;
	}

	table.cfdump_query {
		background-color: #884488 ;
	}
	table.cfdump_query th.query {
		background-color: #aa66aa ;
	}
	table.cfdump_query td.query {
		background-color: #ffddff ;
	}


	table.cfdump_cfc {
		background-color: #ff0000;
	}
	table.cfdump_cfc th.cfc{
		background-color: #ff4444;
	}
	table.cfdump_cfc td.cfc {
		background-color: #ffcccc;
	}


	table.cfdump_object {
		background-color : #ff0000;
	}
	table.cfdump_object th.object{
		background-color: #ff4444;
	}

	table.cfdump_binary {
		background-color : #eebb00;
	}
	table.cfdump_binary th.binary {
		background-color: #ffcc44;
	}
	table.cfdump_binary td {
		font-size: x-small;
	}
	table.cfdump_udf {
		background-color: #aa4400;
	}
	table.cfdump_udf th.udf {
		background-color: #cc6600;
	}
	table.cfdump_udfarguments {
		background-color: #dddddd;
		cell-spacing: 3;
	}
	table.cfdump_udfarguments th {
		background-color: #eeeeee;
		color: #000000;
	}