/* Advanced Mech CSS */

/* GENERAL CSS BEGINS  */
/* Created by Alex Malikov i@am.ca June 5, 2007 */

body {
   margin: 0px 0px 0px 0px;
   background: #e3e6ea;
   font-family: Arial, Helvetica, Tahoma, Sans-serif;
   font-size: 80%;
   color:#000;
}
	 
select, option, input, textarea, code {
	font-size: 10.0pt;
	font-family: "Courier New", Courier, monospace;
}

.bold {
	font-weight: bold;
}

a img {
	border: none;
}


.blackborder { 
	border: solid #CC0000 1px; 
} 

/* TEXT Styles */

	
.redstar {
	color: Red;
	font-size: 100%;
	margin-bottom: -10px;
	height: 25px;
}

input {
	background-color: #eee;
	border:  #bbb 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: solid;
	}
	
select {
	background-color: #eee;
	border:  #bbb 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: solid;
	}	

/* LINKS */


a:link,
a:visited {
color: #990000;
}

a:hover {
color: #ff0000;
}


a.TopNav:link, a.TopNav:visited {
	color: #FFF;
	text-decoration : none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	padding-top: 3px;
	padding-left:10px;
	width:100%;
	height:20px;	
	display: block;
}

a.TopNav:hover {
	color: #AAA;
	text-decoration : none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	padding-top: 3px;
	padding-left:10px;
	width:100%;
	height:20px;
	display: block;
}

a.TopNav2:link, a.TopNav2:visited {
	color: #FFF;
	text-decoration : none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	padding-top: 3px;
	padding-left:10px;
	width:100%;
	height:20px;	
	display: block;
}

a.TopNav2:hover {
	color: #AAA;
	text-decoration : none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	padding-top: 3px;
	padding-left:10px;
	width:100%;
	height:20px;
	display: block;
}


A.linkln:link,
A.linkln:visited 
{
	COLOR: #777;
	text-decoration: none;
	width : 110px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	display: block;
}


A.linkln:hover 
{
	COLOR: #000;
	text-decoration: none;
	background-color: #ddd;
	width: 110px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #aaa;
	display: block;
}

.linklnsel
{
	COLOR: #fff;
	text-align:right;
	text-decoration: none;
	background-color: #555;
	width: 105px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaa;
	display: block;
}

.redtag

{
	COLOR: #fff;
	font:normal 2.0em georgia,"trebuchet ms";
	text-align:center;
	background-color: #FF0000;
	display: block;
}

.redtagsub

{

	font: normal 0.8em georgia,"trebuchet ms";
	border-bottom:thin #FFFFFF;
	
	
}

A.linkreg:link,
A.linkreg:visited 
{
	COLOR: #777;
	font-size: 90%;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

A.linkreg:hover 
{
	COLOR: #000;
	font-size: 90%;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.linkreg 
{
	COLOR: #777;
	font-size: 70%;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* headers */

.hdr_big
{
	font: normal 60px georgia,"trebuchet ms";
	COLOR: #777777;
	line-height: 80%;
	font-weight: lighter;
}

h2
{
	color:#000;
	font:normal 1.5em georgia,"trebuchet ms";
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #000;
	}

h3
{
	font:normal 2.5em georgia,"trebuchet ms";
	COLOR: #777;
	border-bottom: 1px solid #777;
	width: 100%;
	margin: 1em 0em 1em 0px;
}

h4
{
	font-size: 120%;
	COLOR: #ffffff;
	text-align:left;
	background-color:#777777;
	width: 100%;
	font-weight: normal;
	padding-left: 7px;
}

.wttext_blckbg
{
	COLOR: #fff;
	background-color:#777;
	width: 100%;
	font-weight: bold;
	padding-left: 7px;
}


.small {
	vertical-align:top;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
}
/*




a:hover {
	color: #FF0000;
	text-decoration: underline;
	}



.imgcell {
	display: block;
}	
*/