﻿html,body 
{ 
	margin:0; 
	padding:0; 
} 

.page_header
{
	height: 78px; 
	background-image: url(images/banner_gradient.png);	
}

.page_footer
{
	height: 94px; 
	background-color: #c8c8c8;
	vertical-align: middle;
}

.home_round_corners
{
	height: 1px; 
	width: 1px; 
	vertical-align: top;
}

.home_container
{
	background-color: #c8c8c8;
}

.font_upload
{
	font-family: Arial;
	font-size: 14px;
	color: White;
	font-weight: bold;
}

.font_main_list
{
	font-family: Arial;
	font-size: 12px;
	color: #4d4d4d;	
	font-weight: bold;
	font-style: italic;
}

.font_features
{
	font-family: Arial;
	font-size: 11px;
	color: #4d4d4d;	
	font-weight: bold;	
}

.font_short_desc
{
	font-family: Arial;
	font-size: 13px;
	color: White;	
	font-weight: bold;	
}

.font_small
{
	font-family: Arial;
	font-size: 11px;
	color: #4d4d4d;		
}

.font_header
{
	font-family: Arial;
	font-size: 16px;
	color: #4d4d4d;	
	font-weight: bold;	
}

.font_title
{
	font-family: Arial;
	font-size: 12px;	
	color: #4d4d4d;	
	font-weight: bold;	
}

.font_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #4d4d4d;		
}

a.link_normal, a.link_normal:link
{
	font-family: Arial;
	font-size: 12px;
	color: #4d4d4d;			
	text-decoration: underline;
}

a.link_normal:hover
{
	text-decoration: none;
}

a.link_small, a.link_small:link
{
	font-family: Arial;
	font-size: 10px;
	color: #4d4d4d;			
	text-decoration: none;
}

a.link_small:hover
{
	text-decoration: underline;
}

a.link_blue, a.link_blue:link
{
	color: Blue;
}

.beta
{
	font-family: Arial;
	font-size: 16px;
	color: #002a90;			
	font-weight: bold;
}


/* Stuff for edit picture */
.dark_gray
{
    background-color: #838383;
}        

a.action, .edit_box
{
    font-family: Arial; 
    font-size: 11px; 
    font-weight: bold;
    color: White;       
    text-decoration: none;
}

a.action:hover
{
	text-decoration: underline;
}

.edit_box
{
    background-color: #838383;
    width: 125px; 
    float: right;
    text-align: left;
    padding: 5px; 
}  

p.edit_links
{
    margin: 4px 0px 4px 0px;
}         


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
