body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size:12px;
	background: #1f1f1f;
}


form {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size:12px;
	color: #666666;

}

table, tr, td, P, LI, UL {
	font-family: Tahoma;
	font-size:12px;
	color: #666666;
}

p {
/*	margin-top:5px;*/
	margin-bottom:5px;
}
#page {
	font-family: Tahoma;
	font-size:12px;
	color: #666666;
	margin: 0.5px 0.5px 0.5px 0.5px;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#content {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	color: #000;
	padding: 0px;
	margin: 0px;
	BACKGROUND-IMAGE: url('../images/background_gradient.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#basichead {
	background: #3266CC;
	width: 100%;
	margin: 0;
	padding: 0;
}

#basictext {
	/* position: absolute;
	top: 6em; */
	width: 95%;
	text-align:top;
	color: black;
	background: #FFFFFF;
	margin: 0.5em 0.5em 0.5em 0.5em;
	/* border: 1px solid #113; */
}

#invalid_message {
	width: 100%;
	color: black;
	background: #f0f0f0;
	margin: 2em 2em 2em 2em;
	padding: 1em;
	border: 1px solid red;
}

#basicnav {
	width: 100%;
	margin: 1.5em 0.5em 0.5em 0.5em;
}

#basictest {
	width: 100%;
	color: white;
	background: blue;
	margin: 0.5em 5em 1em 5em;
	padding: 2em;
	border: 1px solid #ff0;
}


#debug {
	background: #069;
	color: #fff;
	white-space: pre;
	padding: 0.5em 1em 0.5em 1em;
	/* margin-top: 0.5em; */
	margin: 1em 1em 1em 1em;
	max-width: 36em;
	width: 100%;
	border: 1px solid #999;
}

#debug h1,h2,h3 {
	color: #99f;
}
#debug2 {
	color: #000;
}

#alert {
	font-family: verdana, arial, sans-serif;
	/* font-weight: bold; */
	background: #c03;
	color: #ff9;
	white-space: pre;
	padding: 0.7em 1em 0.7em 1em;
	margin-top: 1em;
	border: 2px solid #999;
/*	position: absolute; */
	left: 4px;
}

#screenshot{
	border: solid 1px gray;
}

#textpreview{
	border: solid 1px gray;
	padding: 1.5em 0.5em 0.5em 0.5em;
}
#title {
	font-size:14px;
}



#footer {
	text-align:center;
	padding:1em;
	width:100%;
	font-family:Tahoma;
	color:#666666;
	font-size:11px;

}

.canvas{
	font-family:Tahoma;
	background-color:white;
	border:solid 1px gray;
	height:100%;
}
#inset{
	font-family:Tahoma;
	color:#666666;
	font-size:12px;
}

.crosslink{
	text-decoration: underline;
	color: 3866a9;
	cursor: hand;
}

#page_header{
	font-family: Tahoma;
	font-size:16px;
	color: #666666;
	font-weight:bold;
	margin-bottom:5px;
}

#page_front{
	font-family: Tahoma;
	font-size:12px;
	color: #666666;
	line-height: 175%;
	margin-bottom:5px;
	padding-left: 20px;
	padding-right: 20px;
}

.pagebody{
	margin-left: -3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom:40px;
	padding-top:0px;
}

#invalid{
	color:red;
}

#banner{
	text-align:left;
	margin-left:10px;
	margin-top:10px;
}

#basicimg{
	width:650px;
	height:560px;
	overflow:auto;
}

a.demolink:link {font-size:15px;font-weight:bold;color: #666666;text-decoration:none;}
a.demolink:visited {font-size:15px;font-weight:bold;color: #666666;text-decoration:none;}
a.demolink:hover {font-size:15px;font-weight:bold;color: #666666;text-decoration:underline;}
a.demolink:active {font-size:15px;font-weight:bold;color: #666666;}

a.demolinksmall:link {font-size:15px;font-weight:normal;color: #666666;text-decoration:none;}
a.demolinksmall:visited {font-size:15px;font-weight:normal;color: #666666;text-decoration:none;}
a.demolinksmall:hover {font-size:15px;font-weight:normal;color: #666666;text-decoration:underline;}
a.demolinksmall:active {font-size:15px;font-weight:normal;color: #666666;}

.mainsubmenu{
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana, arial, sans-serif;
	white-space: nowrap;
	text-align:left;
	line-height:20px;
}

.mainsubmenu_selected{
	BACKGROUND-IMAGE: url('../images/active.png');
	background-repeat:no-repeat;
	background-position: left center;
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana, arial, sans-serif;
	white-space: nowrap;
	text-align:left;
	line-height:20px;
	padding-left:10px;
}

.submenu {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana, arial, sans-serif;
	white-space: nowrap;
	text-align:left;
	line-height:20px;
	margin-left:5px;
}

.submenu_selected {
	BACKGROUND-IMAGE: url('../images/active.png');
	background-repeat:no-repeat;
	background-position: left center;
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana, arial, sans-serif;
	white-space: nowrap;
	text-align:left;
	line-height:20px;
	margin-left: 5px;
	padding-left:10px;
}

a.submenulink:link {color: #666666;text-decoration:none;white-space: nowrap;}
a.submenulink:visited {color: #666666;text-decoration:none;}
a.submenulink:hover {color: #666666;text-decoration:underline;}
a.submenulink:active {color: #666666;}

.users_tbl {
	border:collapse 1px F0F0F0;
	border-collapse: collapse;
	border-spacing: 2px;
}

.users_tbl td{
	border: 1px solid #f0f0f0;
	padding: 2px;
	padding-top:4px;
	padding-bottom:4px;
}

a.applink:link {font-size:13px;font-weight:bold;color: #666666;text-decoration:none;}
a.applink:visited {font-size:13px;font-weight:bold;color: #666666;text-decoration:none;}
a.applink:hover {font-size:13px;font-weight:bold;color: #666666;text-decoration:underline;}
a.applink:active {font-size:13px;font-weight:bold;color: #666666;}