﻿
#Header #Menu a {
	color: #bdbdbd;
	text-decoration: none;
	margin-right: 35px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	display: inline;
}

#Header #Menu a:hover {
	color: Red;
}

#Footer {
	font-size: 7pt;
	color: #a7a6a6;
}

#Header #TopInfo {
    font-size: 8pt;
}
#RightContent #RightInfo {
    font-size: 8pt;
    color: #FFFFFF;
}
a img {
	border: 0px;
}

a {
 
 text-decoration: none;
 color: #000000;
}

a:hover {
	color: Red;	
}

table#gigstable tr td {
	text-decoration: none;
	color: #000000;
	font-size: 7pt;
	border-bottom: 1px solid #565252;
	
}

table#gigstable2 tr td {
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	border-bottom: 1px solid #565252;
	
}

table#gigstable tr {
	border-bottom: 1px solid #565252;
	
}

table#gigstable2 tr {
	border-bottom: 1px solid #565252;
	
}

table#gigstable tr td.heading {
	font-size: 8pt;
	font-weight: bold;

}

table#gigstable tr td.heading2 {
	font-size: 9pt;
	font-weight: bold;

}


#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}



.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 200px;
position: absolute;
top: 10px;
left: 0;
background-color: #b3b3b3;
border: 1px solid black;
font-size: 7pt;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
