*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: url(../images/bgradient.jpg) #0d0d0d repeat-x;
	color: #A5A5A5;
}

.tableHeaders
{
    font-family: Tahoma,Sans-Serif;
    font-weight: normal;
	font-size: 12px;
	color: #eeeeee;
	background-color: #999999;
	margin: 3px 0px 0px 0px;
	width: auto;
}

.userManagementTableHeaders
{
    font-family: Tahoma,Sans-Serif;
    font-weight: normal;
	font-size: 12px;
	color: #eeeeee;
	background-color: #999999;
	margin: 3px 0px 0px 0px;
	width: auto;
}

thead
{
    background-color: #999999;
    color: #FFFFFF;
}

.mainContainer
{
	width: 699px;
	height: auto;
	padding: 0px;
	background-color: #0d0d0d;
}

.header 
{
	display: block;
	height: 120px;
	width: 699px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: url(../images/header_shiny.jpg) 0px 0px no-repeat #121212;
	border-bottom: solid 1px #3a3a3a;
}

.log
{
	float: right;
	padding-right: 20px;
	margin-top: 100px;
	text-align:right;
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.userLinkContainer
{
    float: right; 
    padding: 18px 10px 0px 0px;
}

.userLinkContainer table td
{
    font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.homiesHome a
{
	float: left;
	display: block;
	height: 90px;
	width: 200px;
	vertical-align: top;
	margin: 0px 0px 0px 250px;
	font-size: 11px;
}

a:link 
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#portrait
{
	width: 560px;
	height: 304px;
	border: solid 8px #3a3a3a;
	margin: auto;
}

H1
{
	font-family: "Trebuchet MS",Sans-Serif;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	height: 35px;
	background: url(../images/header_line.gif) 0px 24px repeat-x;
	margin-bottom: 5px;
}

H2
{
	font-family: "Trebuchet MS",Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	color: #fdba31;
	display: block;
	height: 35px;
	margin-bottom: 5px;
	text-align: center;
}

H3
{
	font-family: "Trebuchet MS",Sans-Serif;
	font-size: 30px;
	font-weight: normal;
	color: #bc131a;
	display: block;
	height: 35px;
	margin-bottom: 5px;
	text-align: center;
}

#mainContent
{
	width: 650px;
	height: auto;
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 15px;

}

#secondaryContent
{
	width: 650px;
	height: auto;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 15px;
	font-family: Tahoma,Sans-Serif;
	font-size: 12px;
	color: #838282;
}

.footer 
{
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #838282;
	margin: 15px 0px 30px 0px;
}

.footer a:link
{
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #838282;
	cursor: pointer;
}

.footer a:hover
{
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #838282;
	cursor: pointer;
}

.footer a:visited
{
	font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #838282;
	cursor: pointer;
}

P
{
	font-family: Tahoma,Sans-Serif;
	font-size: 12px;
	color: #838282;
	line-height: 18px;
}

.menu
{
	width: 700px;
	margin: 0px 0px 0px 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float: left;
	position: relative;
}

.menu ul .products a, .menu ul .products a:visited
{
	display: block;
	width: 107px;
	height: 35px;
	background: url(../images/nav_products_2.jpg) 0 0 no-repeat;
}

.menu ul .products a:hover
{
	display: block;
	width: 107px;
	height: 35px;
	background: url(../images/nav_products_hover_2.jpg) 0 0 no-repeat;
}

.menu ul .about a, .menu ul .about a:visited
{
	display: block;
	width: 101px;
	height: 35px;
	background: url(../images/nav_about_2.jpg) 0 0 no-repeat;
}

.menu ul .about a:hover
{
	display: block;
	width: 101px;
	height: 35px;
	background: url(../images/nav_about_hover_2.jpg) 0 0 no-repeat;
}

.menu ul .locations a, .menu ul .locations a:visited
{
	display: block;
	width: 106px;
	height: 35px;
	background: url(../images/nav_locations_2.jpg) 0 0 no-repeat;
}

.menu ul .locations a:hover
{
	display: block;
	width: 106px;
	height: 35px;
	background: url(../images/nav_locations_hover_2.jpg) 0 0 no-repeat;
}	

.menu ul .downloads a, .menu ul .downloads a:visited
{
	display: block;
	width: 107px;
	height: 35px;
	background: url(../images/nav_downloads_2.jpg) 0 0 no-repeat;
}

.menu ul .downloads a:hover
{
	display: block;
	width: 107px;
	height: 35px;
	background: url(../images/nav_downloads_hover_2.jpg) 0 0 no-repeat;
}	

.menu ul .media a, .menu ul .media a:visited
{
	display: block;
	width: 74px;
	height: 35px;
	background: url(../images/nav_media_2.jpg) 0 0 no-repeat;
}

.menu ul .media a:hover
{
	display: block;
	width: 74px;
	height: 35px;
	background: url(../images/nav_media_hover_2.jpg) 0 0 no-repeat;
}	

.menu ul .links a, .menu ul .links a:visited
{
	display: block;
	width: 72px;
	height: 35px;
	background: url(../images/nav_links_2.jpg) 0 0 no-repeat;
}

.menu ul .links a:hover
{
	display: block;
	width: 72px;
	height: 35px;
	background: url(../images/nav_links_hover_2.jpg) 0 0 no-repeat;
}	

.menu ul .contact a, .menu ul .contact a:visited
{
	display: block;
	width: 132px;
	height: 35px;
	background: url(../images/nav_contact_2.jpg) 0 0 no-repeat;
}

.menu ul .contact a:hover
{
	display: block;
	width: 132px;
	height: 35px;
	background: url(../images/nav_contact_hover_2.jpg) 0 0 no-repeat;
}	

.menu ul .contest a, .menu ul .contest a:visited
{
	display: block;
	width: 141px;
	height: 35px;
	background: url(../images/nav_contest.jpg) 0 0 no-repeat;
}

.menu ul .contest a:hover
{
	display: block;
	width: 141px;
	height: 35px;
	background: url(../images/nav_contest_hover.jpg) 0 0 no-repeat;
}	

.proPreview
{
	width: 127px;
	height: 268px;
	float: left;
	margin: 5px;
}

.proPosaPreview
{
	width: 179px;
	height: 270px;
	float: left;
	margin: 5px;
}

a.posterLink
{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a.posterLink:hover
{
	color:#FF0000;
	text-decoration: underline;
	font-size: 12px;
}

.userInfoTable
{
    border: solid 1px #838282;
}

.userInfoTable td
{
    padding: 3px;
    font-family: Tahoma,Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}	
.OrderFormTable
{
    border-top: solid 1px #575757;
	border-right: solid 1px #575757;
}
.OrderFormTable td
{
    padding: 5px;
    font-family: Tahoma,Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	border-bottom: solid 1px #575757;
	border-left: solid 1px #575757;
}	

/*------------------------------Net Controls------------------------------*/

.listBox
{
    width: 145px;
    height: 175px;
    border: 0px;
}

.inputBox
{
    width: 175px;
}

.submitButton
{
    width: 75px;
}

.loginButton
{
    width: 75px;
    margin: 0px 0px 0px 178px;
}

.formBox
{
    width: 75px;
}

.orderHeader
{
    color: #FFFFFF;
}

.dg_header
{
   font-family: Tahoma,Sans-Serif;
   font-size: 12px;
   color: #eeeeee;
	background-color: #999999;
	text-align: center;
	border: solid 1px #999999;  
}

.inputDropDownListDG
{
    width: 85px;
    margin: 6px;
}

.dataGridCenter
{
    text-align: center;
}

a.backButton
{
    padding: 5px 10px 5px 5px;
    margin: 10px 0px 15px 0px;
    background-color: #535353;
    color: #ffffff;
    font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	border: 1px solid #6b6b6b;
}

a.media, a.media:visited
{
    color: #ffffff;
    font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
}

a.media:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;	
}

.contactTable
{
    font-family: Tahoma,Sans-Serif;
	font-size: 12px;
	color: #838282;
	line-height: 18px;
	margin: 0px 0px 15px 15px
}