/* CSS Document */
.whitelink {
	color: #FFFFFF;
}
a.whitelink:link {
	color: #999999;
}
a.whitelink:visited {
	color: #FFFFFF;
}
a.whitelink:hover {
	color: #FFFFFF;
}
a.whitelink:active {
	color: #666666;
}

a:link {
	color: #FF00FF;
	text-decoration: none;
	
}
a:visited {
	color: #FF33FF;
	text-decoration: none;
}
a:hover {
	color: #FF99FF;
	text-decoration: none;
}
a:active {	color: #F68B1F;
text-decoration: none;
}
	
#wrapper {
	width: 1300px;
	margin-left: 0px;
	overflow: hidden;
}

#footer {
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
#col_1 {
	float: left;
	width: 30%;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #CCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 700px;
}
#col_2 {
	float: left;
	width: 30%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F9F;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF99FF;
}
#col_3 {
	float: left;
	width: 30%;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 5px;
}
#buttons {
	float: left;
	width: 200px;
}
#col_wrapper {
	float: right;
	width: 1100px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.col_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}



.container {
	background-color:#000000;
	width:auto;
	border:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
}
.pageTitle {background-color:#DDDDDD; padding:8px; font-size:16px; font-weight:bold; color:#000000; text-align:left;}
.pageTitleAlert {background-color:#FF0000; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.pageTitleSuccess {background-color:#33CC00; padding:8px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:left;}
.formLabel {font-size:13px;}
.error {color:#FF0000; font-weight:bold; font-size:11px;}
.small {font-size:11px;}
#col_4 {
	float: left;
	width: 65%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FF00FF;
}
.wordslink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-left-width: 5px;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	padding-bottom: 5px;
	padding-left: 5px;
}
.wordslink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF00FF;
	border-left-color: #FFFF00;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	cursor: auto;
}

table.disk {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	width: 98%;
}
table.disk th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.disk td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.disk tr:hover td
{

	color: #;
	text-align: left;
	background-color: #333333;
}
#col_index {
	float: left;
	height: 650px;
	width: 40%;
	overflow: -moz-scrollbars-vertical;
	overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}
#col_small {
	width: 25%;
	float: left;
}

