body {
	background-color: #0c4294;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#content {
	padding-bottom: 10px;
}
#content a:link, #content a:active, #content a:visited {
	color: #CC0000;
	text-decoration: underline;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
}
#content a.white:link, #content a.white:active, #content a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content a.white:hover {
	color: #333333;
	text-decoration: underline;
}
.button {
	border: 3px #489BD1 double;
	background-color: #1A5383;
	color: #FFFFFF;
	border-color: #D9D9D9;
}
/* Footer Style */
#footer {
	text-align: center;
	color: #666666;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: none;
	margin: 1px;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}




/* Menu Tabs */
#menu_links{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menu_links ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#menu_links li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	/*text-transform:uppercase;*/
}

#menu_links a{
	float: left;
	display: block;
	color: black;
	font-weight: bold;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 5px;
	text-decoration: none;
	/*letter-spacing: 1px;*/
	/*background-color: white; /*Default menu color*/
	/*border-bottom: 1px solid white;*/
	
	padding-bottom: 4px;
	background-image: url("http://reactorsystem.fallenreactor.com/themes/libertasholdings/library/menudash.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
}

#menu_links .current a, #menu_links a:hover{ 
	color:#FF6600;
	font-weight: bold;
}

#menu_linksline{
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 3px;
	line-height: 3px;
	font-size: 8px;
	/*
	background-color: #ECF3FF; /*Brown color theme*/ 
}
/* Tabbed - Linkage */
#menu_sublinks_seemless {
	visibility: hidden;
	height: 20px;
}
#menu_sublinks {
	width: 100%;
	height: 20px;
	/*background-color: #ECF3FF;*/
}
.menu_sublink_container { display: none; }
.menu_sublinkage, .menu_sublinkage ul { 
	font: bold 10px Arial;
	margin:0px;
	padding: 2px 0 0 0;
	list-style-type:none;	
	list-style:none; 
}
.menu_sublinkage li { 
	float: left;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 10px;
}
.menu_sublinkage a:link, .menu_sublinkage a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.menu_sublinkage a.current, .menu_sublinkage a.current:link, .menu_sublinkage a.current:active, .menu_sublinkage a.current:visited, .menu_sublinkage a:hover {
	color: #333333;
}





/* Menu Tabs */
#tabbed {
	padding-bottom: 4px;
	background-image: url("http://reactorsystem.fallenreactor.com/library/menudash.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	width:100%;
	line-height: 20px;
	height: 21px;
}
#tabbed .bar {
	font-size: 10px;
	color: #333333;
	margin-right: 1px;
	margin-left: 1px;
}
#tabbed ul { margin:0px; padding:0px; list-style-type:none;	list-style:none; }
#tabbed li { float: left; display:compact; }
#tabbed a { text-decoration:none; }
#tabbed a span {
	margin-right: 1px; margin-left: 1px;
	padding-left: 2px; padding-right: 2px;
	display:block;
	color: #000000;
	font-weight: bold;
}

#tabbed a:hover, #tabbed #current a {
	color:#FF6600;
	font-weight: bold;
}

#tabbed a:hover span, #tabbed #current a span {
	color:#FF6600;
	font-weight: bold;
}

/* Tabbed - Linkage */
.tabcontainer {
	width: 100%;
	height: 20px;
	padding: 1px;
	margin: 0px;
	display: none;
}

#linkage, #linkage ul { margin:0px; padding:0px; list-style-type:none;	list-style:none; }
#linkage li { 
	float: left; display:compact; 
	margin-right: 1px; margin-left: 1px;
	padding-left: 2px; padding-right: 2px;
}

#linkage a:link, #linkage a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #24618E;
}
#linkage a:link.active, #linkage a:visited.active, #linkage a:hover {
	color: #000000;
}


/* Autocomplete */
.edges {
	border : 1px solid;
	border-color: #adaa9c #fff #fff #adaa9c;
	background-color: #fffbee;
}
.between {
	background-color: #dccdb9;
}
.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.autocomplete ul li.selected {
	background-color: #ffb;
}
.autocomplete ul li {
	display:block;
	margin:0;
	padding:2px;
	height:20px;
	cursor:pointer;
}

/* Balloon Tip */
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Ariel;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 350px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=2);
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}