/* WebCom.css */

/* MODAL */
#backgroundIE6Frame { width: 100%; height: 100%; z-index: 980; position: absolute; top: 0px; left: 0px; filter: alpha(opacity=0); opacity: 0.0; }

#alertIE6Frame { width: 384px; height: 303px; z-index: 102000; }

* html #alertIE6Frame { /*\*/position: absolute; top: expression((225 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((375 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#alertIE6Div > #alertIE6Frame { position: fixed; top: 225px; left: 375px; }

#alertWindow { width: 384px; height: 303px; z-index: 103000; }

* html #alertWindow { /*\*/position: absolute; top: expression((225 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((375 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#alertDiv > #alertWindow { position: fixed; top: 225px; left: 375px; }

#confirmIE6Frame { width: 384px; height: 303px; z-index: 104000; }

* html #confirmIE6Frame { /*\*/position: absolute; top: expression((225 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((375 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#confirmIE6Div > #confirmIE6Frame { position: fixed; top: 225px; left: 375px; }

#confirmWindow { width: 384px; height: 303px; z-index: 105000; }

* html #confirmWindow { /*\*/position: absolute; top: expression((225 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((375 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

#confirmDiv > #confirmWindow { position: fixed; top: 225px; left: 375px; }

#modalBackgroundDialog
{
   	top:0px;
   	left:0px;
	height:100%;
    width:100%;
	background: rgb(0,0,0) repeat;
    z-index:50000;
    position:fixed;
    vertical-align:middle;
    filter:alpha(opacity=25);
    opacity:0.25;
}
#modalBackgroundWDC
{
   	top:0px;
   	left:0px;
	height:100%;
    width:100%;
	background-color:black;
    z-index:50000;
    position:fixed;
    vertical-align:middle;
	filter:alpha(opacity=0);
	opacity:0.0;
}
.modalHidden
{
	display:none;
}
.modalShown
{
	display:block;
}
input.disabledButton
{
	cursor:default;
}
.SortingArrow
{
	margin-top:-5px;
}
/* CSS RESET */

ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* BLOCK ELEMENTS */

/* added width=height=100% for modal */
body {background:#fff url(../images/bg_master.jpg) repeat-x top center; font-family:arial, verdana, helvetica; color:#444; font-size:x-small; width:100%; height:100%;}

p {padding:4px 0; font-family:Arial, Helvetica, Sans-Serif}       

table {border:0px solid #e5e5e5; text-align:center;padding:0px}
table tr  {} 
table th {background:#4a8cc0; padding:4px; color:#fff; border-right:1px solid white;} 
table td {padding:4px;}
table td a:hover {text-decoration:none; color:#cc0000;}     

H1 {font-size:180%;padding:4px 0;}
H2 {font-size:160%;padding:4px 0; font-weight:bold;}
H3 {font-size:120%; font-weight:bold; padding:4px 0}   

a.link:hover
{
	cursor:pointer;
	text-decoration:none;
	color:#cc0000; 
}
a.linkDisabled:hover
{
	cursor:default;
	text-decoration:none;
	color:#333;
}

a:link {color:#333; text-decoration:underline;}
a:visited{color:#333;}
a:hover {color:#cc0000;}
/*a span {display:none;visibility:hidden;}*/

/* CONTENT*/
#wrapper { position:absolute;text-align:center;font-size:124%; width:99%;}
#wrapper2 {position:relative;text-align:left; font-size:100%; width:994px; margin:16px auto;}
#content {	position:relative; margin-left:158px; top:0; left:0px; width: 690px;}    
#sidebar {position:relative; top:0px; left:0px; float:left; width:152px;text-align:center;}    
#ad_space {z-index:0; width:120px; position:absolute; top:0; left:878px; }  

#content_quest {	position:relative; margin-left:161px; top:0; left:0px; width: 690px;}    
#sidebar_quest {position:relative; top:0px; left:0px; float:left; width:155px;text-align:center;}    
#ad_space_quest {width:120px; position:absolute; top:100; left:870px; }  
	
/* HEADER */

#logo {background:url(../images/logo.gif) no-repeat 0 0; position:relative; width:275px; height:76px; padding-top:14px;}
#logo img { padding-left: 26px; }
#logo h1 {visibility:hidden;}
#account_link {width:100px; float:right; margin-top:3px;}

/* navlinks*/
#navlinks {background-color:#fff; padding:6px; text-align:left; position:relative;}
#navlinks .sb-inner {background:#f1f1f1;}    
.navlist {font-size:88%; list-style-image:url(../images/arrow_off.gif);}
.navlist ul li {}
.navlist li a {line-height:160%; }
.navlist li a:hover, #navlist .on { color:#cc0000; text-decoration: none;  list-style-image:url(../images/arrow_on.gif); }
.navlist table tbody tr td { text-align: left; padding: 0px 0px 0px 2px;}
#search {display:none; font-weight:bold; font-size:88%; margin-top:8px;}
a.selected_tree_node { text-decoration:none; color:#c00; }

#modaldialog { padding:8px;}

#alertWindow .sb-inner{background:#f1f1f1;}
#confirmWindow .sb-inner{background:#f1f1f1;}

/* DASHBOARD*/
#dashboard { padding:8px; text-align:left;}
#dashboard H2 {width:75%;}
#dashboard .sb-inner{background:#f1f1f1;}
#dashboard_content {background:#fff; padding:8px; border:1px solid #666;}
.dash_row { margin:4px 0; border:1px solid #ccc; position:relative; min-height:114px; padding:4px 8px; padding-bottom:4px;font-size:90%;}
.dash_row_inner { height: 98px; }
.dash_row h3 {margin:0;padding:0;font-weight:bold; margin-bottom:5px;}     
.offer_row { margin:4px 0; border:1px solid #009933; position:relative; min-height:114px; padding:4px 8px; padding-bottom:4px;font-size:90%;}
.offer_row h3 {margin:0;padding:0;font-weight:bold;color:#009933; margin-bottom:5px;}     
.i {float:left; display:block; margin-left:10px; margin-bottom:8px; text-align:center; width:90px; height:90px; border-right:1px dotted #ccc; cursor: pointer;}
.j {text-decoration: underline; }
.j:hover {color:#cc0000;text-decoration:none}
.k:link {text-decoration: underline; }
.k:hover {color:#cc0000;text-decoration:none}

.offer {float:left; display:block; margin-left:10px; text-align:center; height:90px; }
.no-border { float:left; display:block; margin-left:10px; margin-bottom:8px; text-align:center; width:90px; height:90px; border-right:1px dotted #ccc; }
.i-label {text-decoration:underline;}
#confirmation {margin:8px;text-align:center; padding:8px;font-weight:bold;}   
#confirmation .sb-inner {background:#ffffcc;}
#confirmation .sb-border { background:#ffcc00; }

/*STANDALONE CLASSES*/
.container {border-bottom:1px dotted #ccc; padding-bottom:10px;margin-bottom:10px;}
.wrapper { padding:4px 3px; background:#fff; border:1px solid #ccc}
.wrapper_quest { margin: 5px; padding:4px 10px; background:#fff; border:1px solid #666666}
.right_cleaner {	clear:right;	font-size:0px;	border:none;margin:0;padding:0;height: 0px;background: transparent;}
.cleaner {	clear:both;	font-size:0px;	border:none;margin:0;padding:0;height: 0px;background: transparent;}
.clear {clear:both;}
.last {border:0;margin-bottom:0;margin-top:0;padding-top:0;padding-bottom:0px;}
.center {text-align:center; margin:0 auto;}
.left  {float:left}
.right  {float:right;}
.error { text-align:center; color:Red; padding:20px; font-weight:bold; display:inline;}
.box {font-weight:bold; padding:4px 8px; border:1px solid #999; margin-bottom:10px;}
.box2 {font-weight:bold; border:1px solid #999; margin-bottom:10px;}
.header {font-weight:bold; padding:4px 8px; border:1px solid #999; border-bottom:0;}
.alt {background:#f1f1f1;}
.row {padding:4px 0;font-weight:normal; }
.label {margin-right:10px; float:left; width:30%; text-align:right; font-weight:bold;}
.label2 {margin-right:10px; float:left; width:30%; text-align:right; font-weight:normal;}
.select {width:200px;}
.comment {width:295px; font-family:Arial, Helvetica, Sans-Serif}    
.search_text {color:#666; width:104px; border:1px solid #999;}
.field2 { font-weight:normal;text-align:right; }
.field { font-weight:bold;text-align:right; }
.fieldvalue { font-weight:normal; text-align:left; }
 

/* BUTTONS*/    

.button_go {background:url(../images/bttn_go.jpg) no-repeat; position:absolute; width:32px; height:23px; margin-left:4px; margin-top:-2px;}
.button_login {background:url(../images/bttn_login.jpg) no-repeat; display:block; position:relative; height:23px;  }
.button_logout {background:url(../images/signoutbtn.jpg) no-repeat; display:block; position:relative; height:23px;  }
.bttn_submit {background:url(../images/bttn_submit.jpg) no-repeat; display:block; width:110px; height:23px; position:relative; margin-left:41%;}
.bttn_update {background:url(../images/bttn_update.jpg) no-repeat; display:block; width:110px; height:23px; position:relative; margin-left:41%;}

/* TICKETS */
.ticketnumber { font-weight:normal;}
.ticketcategory { font-weight:normal;}
.ticketstatus { font-weight:normal;}
.ticketcreatedon { font-weight:normal;}

/* LOGIN PAGE */
#login_wrapper { text-align:left; border:1px solid #666; background:#fff; padding:16px;font-size:92%;}
#supportlogin {padding:8px; margin: 0 auto; width:425px; text-align:left;}
#supportlogin .sb-inner { background:#F1F1F1; }
#supportlogin .sb-border { background:#7D818C; }
#supportlogin h2{color:#444; text-align:left;font-size:18px;font-weight:bold;}
#loginControl_LoginInstructions {color:#444; text-align:left;font-size:18px;font-weight:bold;}
#loginform {background:#fff; text-align:left; position:relative; top:0;left:0; border:0;}
#loginform p {font-weight:bold;}
.textBox {width:80%; padding:1px; border:1px solid #333; font-size:100%;}
#signup {height:180px; line-height:140%; background: #fff ; border-left:1px solid #666;  width:48%; position:absolute; top:16px;left:350px;}
#signup p { padding-left:26px;}
#signup h2 { padding-top:30px; padding-left:26px; padding-right:98px;}
#LearnMore {float:right;}
#forgotpassword {background:#fff; text-align:left; position:relative; top:0;left:0; border:0;}
.callout {padding-top:36px; padding-left:16px;}

/* ERROR CONTROL STYLES */
.errorcontainer {padding: 10px;	padding-left: 30px;color: Red;}
.errorheader {font-weight:bold;	}
.errorlist ul {	padding-top: 10px;	padding-left: 60px;	padding-bottom: 15px;	list-style-type: square;}
.createticketconfirmation 
{
	background-color: #ffffcc; 
	border: 2px solid #ffcc00; 
	padding:15px; 
	line-height: 1em; 
}

/* Manage Hosting Page */
.contentsection 
{ 
	margin:0px;
	padding:0px;
	margin-top:5px; 
}
.contentheader
{
	border:1px solid #666666;border-bottom:0px;padding:6px 0px 6px 5px;font-weight:bold;font-size:12px;
}
.contentcontainer
{
	border:1px solid #666666; padding:6px 3px 6px 5px; margin-bottom: 5px;
}
.noncriticalerror 
{ 
background-color: #ffffcc; 
border: 2px solid #ffcc00; 
padding:15px; 
line-height: 1em; 
word-wrap: break-word;
} 
.criticalerror 
{
background-color: #FFECEC; 
border: 2px solid #cc0000; 
padding:15px; 
line-height: 1em; 
color: #cc0000; 
word-wrap: break-word;
}
/* SQL Lotto balls */
#sqldashboard
{
}
#sqldashboard .sb-inner { background-color: #4A8CC0; }
#sqldashboard .dashfield { color: #FFFFFF; white-space:normal; width:15px; font-weight:bold; }
#sqldashboard .dashvalue { background-color:#FFFFFF; font-weight:bold; }

#edituser {}
#edituser, #usergrid td { text-align:left; }

.priv-fieldset
{
	padding: 5px 5px 10px 10px;
	text-align:left;
	width:135px;
	font-family:Arial;
	font-size:85%;
	border: solid 1px #D5DFE5;
}

/* tab styles */
#tabcontainer
	{
		margin-bottom: 5px;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		height: auto;
		min-height: 400px;
		padding: 15px;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #dcdcdc;
		/*background: #f3f3f3;*/
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #000000;
		text-decoration: none;
		color: #666666;
	}
#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000000;
	}

#tabnav a:hover
	{
		background: #ffffff;
	}

#gridviewpanel
{
	font-family:Arial;
	font-size:12px;
}

#gridviewpanel table { width: 100%; }
#gridviewpanel td, th {}

.buttonlist
{
	text-align:center
}

.blanktable { width:100%; }

.referralform {}
.referralform td { text-align:left; }

html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.GridViewDiv
{
	/*height:285px;*/
}
.GridView td a:hover
{
	text-decoration:none;
}
.GridView tbody tr th
{
	border-style:solid;
	border-color:White;
}
.GridView tbody tr th img
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.GridView tbody tr td
{
	border-style:solid;
	border-color:White;
}
.navText
{
	font-size: 80%; 
}
a.navLinkDisabled
{
	color:Gray;
	cursor:default;
	text-decoration:none;
	font-size: 80%; 
}
a.navLinkDisabled:link
{
	color:Gray;
	cursor:default;
	text-decoration:none;
	font-size: 80%; 
}
a.navLinkDisabled:visited
{
	color:Gray;
	cursor:default;
	text-decoration:none;
	font-size: 80%; 
}
a.navLinkDisabled:hover
{
	color:Gray;
	cursor:default;
	text-decoration:none;
	font-size: 80%; 
}
a.navLink:link
{
	color:#333;
	text-decoration:underline;
	font-size: 80%; 
}
a.navLink:visited
{
	color:#333;
	text-decoration:underline;
	font-size: 80%; 
}
a.navLink:hover
{
	color:#cc0000;
	text-decoration:none;
	font-size: 80%; 
}
.OpenBar
{
	height: 15px;
	width: 150px;
	position: absolute; 
	display: inline; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: none 1px black;
}
.OpenBegin
{
	position: absolute;
	height: 15px;
	width: 1px;
	border: none 1px black;
}
.OpenEnd
{
	position: absolute;
	height: 15px;
	width: 2px;
	left: 150px;
	border: none 1px black;
}

.OpenMiddle
{
	position: absolute;
	height: 15px;
	width: 148px;
	border: none 1px black;
}
.Middle
{
	border: none 1px black;
	z-index: 99;
}
.CloseBegin
{
	border: none 1px black;
	z-index: 99;
}
.CloseMiddle
{
	border: none 1px black;
	z-index: 99;
}
.CloseEnd
{
	border: none 1px black;
	z-index: 99;
}
.OpenHash
{
	border: none 1px black;
	z-index: 99;
}
.CloseHash
{
	border: none 1px black;
	z-index: 99;
}
.ProgressBarHashMark
{	
	position: absolute; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	display: inline;
	border: none 1px black;
	z-index: 99;
}
.FilledBar
{
	position: absolute; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	display: inline;
	border: none 0px black;
	z-index: 99;
}
.FilledBar Img
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	border: none 1px black;
	z-index: 99;
}
.Header	
{
	font-family:'Arial'; 
	color:#333333; 
	font-weight:bold; 
	font-size:14pt; 
	width:260px; 
	height:22px; 
	text-align:left; 
	text-align: left; 
	padding: 0px 0px 15px 5px;
}
.SubHeader 
{ 
	background-color: white; 
	border-bottom: solid 1px gray; 	 
	color: #333333; 
	font-family: 'Arial';
	font-size: 9pt;
	font-weight: bold; 
	height: 15px; 
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 5px 3px;
	text-align: left; 
}

.FieldLabelRequired
{ 
	font-family:'Arial'; 
	color:#444444; 
	font-weight:bold; 
	font-size:9pt; 
	display: inline;
	float: left;
	width: 145px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
.RequiredField
{
	margin: 0px 5px 0px 5px;
	color: Red;
}
.Submit
{
	margin-top: 25px;
	padding-bottom: 35px;
	text-align: center;
	width: 100%;
}
#edituser div
{
	margin-bottom: 2px;
}
.HelperText
{
	padding-left: 15px;
	vertical-align: top; 
	font-size: 90%; 
	color:Gray;
}
.HelperTextError
{
	padding-left: 15px;
	vertical-align: top; 
	font-size: 90%; 
	color:#cc0000;
}
.HelperTextNoPadding
{
	vertical-align: top; 
	font-size: 90%; 
	color:Gray;
}
.HelperTextNoPaddingError
{
	vertical-align: top; 
	font-size: 90%; 
	color:#cc0000;
}
.FieldInstruction
{ 
	font-family:'Arial'; 
	color:#444444; 
	font-weight:normal; 
	font-size:9pt; 
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: block;
}
.FieldLabel 
{ 
	font-family:'Arial'; 
	color:#444444; 
	font-weight:bold; 
	font-size:9pt; 
	display: inline;
	margin: 0px 20px 0px 0px;
	float: left;
	width: 145px;
	text-align: right;
}
.FieldLabelNoFloat
{
	font-family:'Arial';
	color:#444444; 
	font-weight:bold; 
	font-size:9pt; 
	display: inline;
	width: 125px;
}
.FieldTextBox
{ 
	font-family:'Arial';
	vertical-align: top;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9;
	background-color:#FFFFFF; 
	padding:1px
}
.FieldTextBoxDisabled
{ 
	font-family:'Arial';
	vertical-align: top;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9;
	background-color:#eeeeee; 
	padding:1px
}
.FieldTextBoxError
{ 
	font-family:'Arial';
	vertical-align: top;
	background-color:#ffffcc;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxLarge
{ 
	width: 210px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#FFFFFF; 
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxLargeDisabled
{ 
	width: 210px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#eeeeee; 
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxLargeError
{ 
	width: 210px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#ffffcc;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxSmall
{ 
	width: 50px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#FFFFFF; 
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxSmallDisabled
{ 
	width: 50px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#eeeeee; 
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldTextBoxSmallError
{ 
	width: 50px;
	font-family:'Arial';
	vertical-align: top;
	background-color:#ffffcc;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
	border: solid 1px #7f9db9; 
	padding:1px
}
.FieldText 
{ 
	font-family:'Arial';
	vertical-align: top;
	background-color:White;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
}
.FieldCheckbox input
{	
	width:20px;
}
.FieldCheckbox label
{ 
	padding-left:5px;
}
.FieldTextRadio input
{
	width:20px;
	margin:-2px;
}
.FieldTextRadio label
{ 
	padding-left:5px;
}
.FieldTextSmall
{ 
	width: 50px;
	font-family:'Arial';
	vertical-align: top;
	background-color:White;
	color: #444444;
	font-weight: normal;
	font-size: 9pt; 
	display: inline;
}
.FieldLink 
{ 
	font-family:'Arial'; 
	color: #000000; 
	font-size: 9pt; 
	text-decoration: underline; 
}
.UserPanelText 
{ 
	font-family:'Arial';
	color:White;
	font-weight: normal;
	font-size: 9pt; 
}
a.UserPanelText:link {color:#fff; text-decoration:underline;}
a.UserPanelText:visited{color:#fff;}
a.UserPanelText:hover {color:#cc0000;}

.UserPanelBlueText 
{ 
	font-family:'Arial';
	color:#003366;
	font-weight: normal;
	font-size: 9pt; 
}
a.UserPanelBlueText:link {color:#003366; text-decoration:underline;}
a.UserPanelBlueText:visited{color:#003366;}
a.UserPanelBlueText:hover {color:#cc0000;}

.UserPanelBlackText 
{ 
	font-family:'Arial';
	color:Black;
	font-weight: normal;
	font-size: 9pt; 
}
a.UserPanelBlackText:link {color:Black; text-decoration:underline;}
a.UserPanelBlackText:visited{color:Black;}
a.UserPanelBlackText:hover {color:#cc0000;}

.EnabledButton 
{ 
	display: inline;
	width:100px; 
	height:25px; 
	text-align:center; 
	font-family:'Tahoma'; 
	font-size: 9pt; 
	color:#000000; 
	font-style:normal; 
	font-weight:bold; 
	text-decoration:none;
	vertical-align: middle;
	cursor:pointer;
}
.DisabledButton 
{ 
	display: inline;
	width:100px; 
	height:25px; 
	text-align:center; 
	font-family:'Tahoma'; 
	font-size: 9pt; 
	color:#000000; 
	font-style:normal; 
	font-weight:bold; 
	text-decoration:none;
	vertical-align: middle;
	cursor:default;
}
.LeftColumn
{
	margin: 0px 0px 0px 5px;
}
.OuterLeftColumn
{
	padding: 6px;
	font-size:12px;
	font-weight:normal;
}
.InnerLeftColumn
{
	border: solid #bbbbbb 1px; 
	background-color: #FFFFFF;
}
.InnerLeftColumn table tbody tr td
{
	padding: 0px;
}

.MiddleColumn
{
	 margin: 0px 130px 0px 170px;
}
.RightColumn
{
	margin: 0px 5px 0px 15px;
	float: right;
}
.NavTree
{
	background-color: #F1F1F1;
	color: #F1F1F1;
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: left;
}
.Advertisement
{
	float: right;
	vertical-align: top;
	width: 100px;
	background-color: #A0B6C3;
}
.OuterAdvertisement
{
	padding: 0px 2px 0px 2px; 
	background-color: #A0B6C3;
}
.InnerAdvertisement
{
	border: solid #A0B6C3 1px; 
	background-color: #FFFFFF;
}
.MainContent
{
	font-weight: bold;
	padding:6px;
}
.ContentControl
{
	padding: 10px 10px 10px 10px;
	
}
.InnerContent
{
	padding: 0px 0px 0px 0px; 
	margin: 8px 8px 8px 8px; 
	border: solid 1px gray; 
	border-collapse: collapse;
}
.SqlDashboard
{
	color: #3664FF;
	margin: 0px;
	padding: 0px;
	background-color: #3664FF;
}
.SqlDashboardInner
{
	color: #3664FF;
	margin: 0px;
	padding: 0px;
	background-color: #3664FF;
}
.SqlDashboardColumnInner
{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
.SqlDashboardText
{
	display: inline;
	color: #FFFFFF;
	background-color: #3664FF;
	margin: 8px 8px 0px 8px;
	padding: 0px;
	border: none 1px black;
}
.SqlDashboardColumn
{
	margin: 0px;
	padding: 0px;
	width: 50px;
	background-color: #FFFFFF;
}
.SqlDashboardValue
{
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-size: large;
	width: 50px;
}

#ad_space { width:120px; position: relative; vertical-align: top; left: 0px; }

.MySqlGrid
{
	color: White;
}

.TextBoxInline
{
	display: inline;
}

.UserGridCellTrue
{
	background-image: url(../Images/True.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.UserGridCellFalse
{
	background-color:inherit;
	/*background-image: url(../Images/false.gif);
	background-position: center;
	background-repeat: no-repeat;*/
}
.Survey
{
	border-left: solid 3px #979797;
	border-right: solid 3px #979797;
}
.SurveyQuestion
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 0px 5px;
}
.SurveyAnswer
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 10px 15px;
}
.alternateRow
{
	background-color: #efefef;
}
.WarningText
{
	 color:#444;
}

.FauxAddImageButton
{
	min-width: 100px;
	min-height: 25px;
	height: 25px;
	width: 100px;
	background-image: url('../Images/add.gif');
	display: block;
	text-decoration: none;
}
.floatingBox
{
	float: left;
}
.modalBackground {
    background-color:black;
    filter:alpha(opacity=25);
    opacity:0.25;
    z-index:100;
}
.modalBackgroundClear {
    background-color:black;
    filter:alpha(opacity=0);
    opacity:0.0;
    z-index:100;
}
.modalPopup {
    background-color:#ffffff;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px; font-size:small;
}
.file_browser_container {
    width:450px;
}
.file_browser_button_container {
    height:400px;overflow:auto;border:1px solid #DFDFDF;padding:2px;text-align:left;
}
.button_selected {
    background-color:#dfdfdf;cursor:pointer;padding-top:1px;padding-bottom:1px;
}
.modal_button {
    width:65px; height:35px;
}
.filebrowser_button {
    cursor:pointer;padding-top:1px;padding-bottom:1px;
}

.FieldInstructionContainer { }