﻿/* CSS Document */

body
{
	font: 70%/1.4 helvetica, verdana, arial, sans-serif;
	background-color: #54131b;
	margin: 0px;
}

.w100 
{
    width: 100%;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


A:link { COLOR: blue; TEXT-DECORATION: none }
A:visited { COLOR: blue; TEXT-DECORATION: none }
A:active { COLOR: blue; TEXT-DECORATION: none }
A:hover { COLOR: blue; TEXT-DECORATION: underline }


a.cssAU:link 
{
	text-decoration: none;
}
a.cssAU:visited 
{
	text-decoration: none;
}
a.cssAU:hover 
{
	text-decoration: underline;
}
a.cssAU:active 
{
	text-decoration: none;
}


.logintop
{
	background-image: url(../i/gif/login_top2.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 7px;
}

.atlasdropbox li 
{
    padding: 12px 0 12px 0;
}

/* -- register page-- */
#register form input, #enternumber input, #register option
{
	border: 1px dotted #333333;
	margin-bottom: 5px;
	background-color: #CCCCCC;
	color: #333333;
	padding: 3px;
}

#register
{
	margin-top: 9px;
	margin-left: 145px;
}
.selectaccount p, #register p
{
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1em;
}

#weather div {margin-top:10px;}
#weather fieldset {border:2px solid #cccccc;}

.mr_page 
    {
    width: 100%;
	background-color: #54131b;
	background-image: url(../i/gif/pagebgIE.gif);
	background-repeat: repeat-x;
}

.toplinks
{
	list-style: none;
	display: inline;
	color: #ffffff;
	font-weight: bold;
}

.toplinks A:link { COLOR: white; TEXT-DECORATION: none }
.toplinks A:visited { COLOR: white; TEXT-DECORATION: none }
.toplinks A:active { COLOR: white; TEXT-DECORATION: none }
.toplinks A:hover { COLOR: white; TEXT-DECORATION: underline }

.defTable 
{
    width: 640px; background-color: #ffffff; padding: 10px; height: 700px;
}

.defTableStretch 
{
    background-color: #ffffff; padding: 10px; height: 700px;
}

.defTable td, .defTableStretch td
{
 vertical-align: top;
}

.hdrMenuLinkedMouseOver 
{
    cursor: pointer;
    color: #c62f42;
    border: solid 1px gray;
}

.hdrMenuLinkedMouseOut 
{
    color: #000000;
    border: solid 1px white;
}
