body
{
   margin: 0;
   padding: 0;
   font-family: tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-align: left;
   background-color: #EDEDED; 
   background-image: url('../../Images/backgrounds/mainbackground.png');
   background-repeat: repeat-x;
}

a
{
    color: #6699cc;
    text-decoration:none;
}

a:Hover
{
    text-decoration:underline;
}

a img 
{ 
    border:0;
}

.SubmitButton {

}

.Clear
{
	clear: both;
    width: auto;
}

.CenteredImage
{
    display:block; 
    margin-left:auto; 
    margin-right:auto;
}

.floatleft
{
    float: left;
    width: auto;
    height: auto;
}

.SimpleBackground
{
    width: auto;
    height: auto;
    padding: 8px;
    margin-left: 0px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #FFFFFF;
}

.SocialMediaBackground
{
    width: auto;
    height: auto;
    padding: 8px;
    margin-left: 0px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color: #FFFFFF;
    text-align: justify;
}

.SimpleBackgroundFront
{
	width: auto; height: auto; margin-left: 0px; border: 1px solid #FFFFFF; background-color: #FFFFFF;
}	

.MainBorder
{
	border: 1px solid #000000; 
	width: 1000px;
	margin: 0 auto;
}

.MainMenuArea
{
	height: 135px;
	background-color: Black;
	width:auto;
	position:relative;
	color:#FFFFFF;
}

.MainLogoArea
{

	width:325px;
}

.LoginArea
{
	position:absolute;
	
	color: #FFFFFF;         
    font-size: px;
    font-weight: bold;
    top:10px;
    right:10px;
    text-align: center;
    height: 30px;
}

.LoginArea a
{
    cursor: pointer;
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
}

.LoginArea a:Hover
{
    text-decoration:underline;
}

.MainMenuButtonContainer
{
	background: transparent url('http://www.anomalousmedical.com/Images/Menus/Menu_BG.png');
	height: 50px;
	position:absolute;
	bottom: 0px;
	right:0px;
	width:680px;
}

a.MainMenuButton
{
	background: transparent url('http://www.anomalousmedical.com/Images/Menus/MenuButton_BG_A.png') no-repeat scroll top right;
	color: White;
	display: block;
	float: left;
	font: normal 18px arial, sans-serif;
	height: 50px;
	padding-right: 18px;
	text-decoration: none;
	vertical-align: text-top;
}

a.MainMenuButton span
{
	background: transparent url('http://www.anomalousmedical.com/Images/Menus/MenuButton_BG_Span.png') no-repeat;
    display: block;
    line-height: 50px;
    padding-left: 18px;
}

a.MainMenuButton:Hover
{
	color: White;
	display: block;
	float: left;
	font: normal 18px arial, sans-serif;
	height: 50px;
	padding-right: 18px;
	text-decoration: underline;
	vertical-align: text-top;
}

a.MainMenuButton:Hover span
{
    display: block;
    line-height: 50px;
    padding-left: 18px;
    text-decoration: underline;
}

a.MainMenuButtonLast
{
	background: transparent url('http://www.anomalousmedical.com/Images/Menus/MenuButtonLast_BG_A.png') no-repeat scroll top right;
	color: White;
	display: block;
	float: left;
	font: normal 18px arial, sans-serif;
	height: 50px;
	padding-right: 18px;
	text-decoration: none;
	vertical-align: text-top;
}

a.MainMenuButtonLast span
{
	background: transparent url('http://www.anomalousmedical.com/Images/Menus/MenuButton_BG_Span.png') no-repeat;
    display: block;
    line-height: 50px;
    padding-left: 18px;
}

a.MainMenuButtonLast:Hover
{
	color: White;
	display: block;
	float: left;
	font: normal 18px arial, sans-serif;
	height: 50px;
	padding-right: 18px;
	text-decoration: underline;
	vertical-align: text-top;
}

a.MainMenuButtonLast:Hover span
{
    display: block;
    line-height: 50px;
    padding-left: 18px;
    text-decoration: underline;
}

.PageBottomBorder
{
	height: 20px; 
	background-image: url('../../Images/Menus/menuspacer.jpg');
    background-repeat: repeat-x
}

.Footer
{
	height: 45px; 
	background-color: #000000;
}

.SocialMediaContainer
{
	margin-top: 9px;
	margin-left: 12px; 
	float: left; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
}

.InfoContainer
{
	margin-top: 12px;
	margin-right: 10px; 
	float: right; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
	text-align:center;
}

.InfoContainer a
{
   color: white;
   text-decoration: none;
}

.InfoContainer a:hover
{
   text-decoration:underline;
}

a.BigButton
{
    font-size: 25px;
    color: White;
    font-family: Tahoma;
    text-align: left;
    padding: 0px 25px 0px 25px;
    background-color: #6699cc;
    box-shadow: 0px 5px 5px #888888;
    -moz-box-shadow: 0px 5px 5px #888888;
    -webkit-box-shadow: 0px 5px 5px #888888;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-border-top-left-radius: 1em;
    -moz-border-top-right-radius: 1em;
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-bottom-left-radius: 1em;
    -moz-border-bottom-right-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
}

a.BigButton:hover
{
    background-color: #3366ff;
    text-decoration: none;
}

.Title
{
    color: Black;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}
        
.TitleIcon
{
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    }

.TitleIndented
{
	margin-left: 18px;
}

.Section
{
    margin-left: 18px; 
    clear: both; 
    font-family:  tahoma, Arial, Helvetica, sans-serif; 
    font-size: 16px;
}
        
.SectionIndented
{
    margin-left: 18px;
}

.ErrorMessage
{
	color: Red; 
	font-size: 12px;
}

.field-validation-error
{
    color: Red;
    font-size: 12px;
}
        
.Indented
{
	margin-left: 18px;
}

.LinkIndented
{
	margin-left: 25px;
}

.LeftTableColumn
{
    width: 130px;
    text-align: right;
}

.RightTableColumn
{
    width: 170px;
    text-align: right;
}

.AnomalousStore
{  
   float: left;
   width: 300px;
   height: 100px;
   margin-left: 50px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/AnomalousStore.png');
   background-repeat: no-repeat;
    
}

.AnomalousStore:hover
{
   float: left;
   width: 300px;
   height: 100px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/AnomalousStore_rollover.png');
   background-repeat: no-repeat;
}

.LearningCenter
{
   float: left;
   width: 300px;
   height: 100px;
   margin-left: 250px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/LearningCenter.png');
   background-repeat: no-repeat;
}


.LearningCenter:hover
{
   float: left;
   width: 300px;
   height: 100px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/LearningCenter_rollover.png');
   background-repeat: no-repeat;
}

.DownloadButton
{
   width: 250px;
   height: 275px;
   margin-top: 0px;
   margin-left: 75px;
   background-image: url('http://www.anomalousmedical.com/images/buttons/downloadbutton.png');
   background-repeat: no-repeat;
    
}

.DownloadButton:hover
{
    background-image: url('http://www.anomalousmedical.com/images/buttons/downloadbutton_rollover.png');
    width: 250px;
    height: 275px;
    margin-top: 0px;
    margin-left: 75px;
    background-repeat: no-repeat;
}