/****************************************************************************
* Basic html tags
*****************************************************************************/
body
{
	font-family: arial,sans-serif;
	font-size:12px;
	background-color:#F5F5F5 ;
	background-image:url('../images/css_bg.jpg');
	background-repeat:repeat-x;
	color:rgb(68,68,68);
}
p {font-size:12px;}
textarea, input, select 
{
	font-family:Arial,sans-serif;
	color:rgb(68,68,68);
}

h1, h2, h3, h4 {color:#686868;}
a {color:#C0739D;}
a, a:visited, a:hover, a:active {text-decoration:none;}
a:hover {color:#a80e67;}
h1 {font-size:16px;font-weight:bold;}
h2 {font-size:14px;font-weight:bold;}
h3 {font-size:12px;font-weight:bold;}
.footer {font-size:11px;}

.hr {width:98%; text-align:left; margin-left:0px;}
/****************************************************************************
* Layout
*****************************************************************************/
#container
{
	margin:0 auto;
	text-align:left;
	width:896px;
	border:solid 0px black;
	background-color:#fffffe;
}

#header
{
	
	height:145px;
	/**background-image:url('../images/girl.gif');**/
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:30px;
}
#header p
{
	text-indent: -9999em;
	overflow: hidden;
}

.main
{
	background-image:url('../images/css_headergradient.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding:20px 16px;
}

.mainLoggedIn
{
	background-image:url('../images/css_headergradient.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding:20px 16px;
	position:relative;
	top:-70px;
}

#footer
{
	height:128px;
	background-image:url('../images/css_bgfooter.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	font-size:10px;
	padding-left:50px;
	padding-right:50px;
	line-height:60px;
	margin-top:50px;
}

.footernav
{
	float:right;
}


.nav
{
	width:500px;
	height:30px;
	float:right;
	margin-right:5px;
	background-image:url('../images/css_bgnav.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	font-weight:bold;
	color:#A0B6E5;
	text-align:right;	
}

.clear
{
	clear: both;
}


#navbarnavBarNotLoggedIn
{
	margin: 0;
	margin-left: 15px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}
#navbar li
{
	float: left;
	line-height: 25px;
	list-style: none;
	position: relative;
}
#navbar li a
{
	color: #C0739D;
	display: block;
	padding:  3px 8px 0px 20px;
	text-decoration: none;
}
#navbar li a:hover
{
	color: #A50C58;
}
#navbar li ul
{
	background-color: #E9CEDD;
	display: none;
	left: 13px;
	width: 150px;
}
#navbar li:hover ul, #navbar li.hover ul
{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
}
#navbar li:hover li, #navbar li.hover li
{
	float: none;
	line-height: 20px;
	padding: 5px;
}
#navbar li:hover li a, #navbar li.hover li a
{
	border-bottom: dotted 1px #C0739D;
}
#navbar li li a:hover
{
	background-color: #E2C0D3;
}
#navbar .active
{
	color: #A50C58;
}
/****************************************************************************
* Pretty Button style links - small
*****************************************************************************/
a.small-button:active {
background-image:none;
}
a.small-button:hover, a.small-button:focus {
background-position:0 -5px;
color:#111111;
}
a.small-button {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#BBBBBB url('../Images/ButtonBG.png') repeat-x scroll 0 0;
border:1px solid #EEEEEE;
color:#333333;
display:inline;
font-family:Helvetica,Arial,Sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:5px 10px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #DDFF66;
}

a.small-button-complete:active {
background-image:none;
}
a.small-button-complete:hover, a.small-button-complete:focus {
background-position:0 -5px;
color:#111111;
}
a.small-button-complete {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#99CC22  url('../Images/ButtonBGGreen.png') repeat-x scroll 0 0;
border:1px solid #DDFF66;
color:#333333;
display:inline;
font-family:Helvetica,Arial,Sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:5px 10px;
text-align:center;
text-decoration:none;
text-shadow:0 1px 0 #DDFF66;
}


/****************************************************************************
* Message Divs
*****************************************************************************/
.info, .success, .warning, .error
{
	border: 1px solid;
	margin: 5px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 13px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
}

.info
{
	color: #3d7bb3;
	background-color: #BDE5F8;
	background-image: url(../images/info.png);
}

.success
{
	color: #79a649;
	background-color: #DFF2BF;
	background-image: url(../images/success.png);
}

.warning
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}

.error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}

.rightbox {padding:6px 6px 6px 15px;background-image:url(../images/bg_earnt.jpg);background-repeat:repeat-y;}

.LoginGradient
{
	/**background-image:url("../images/css_headergradient.jpg");
	background-position: 180px top;
	background-repeat:repeat-x;**/
	padding:20px 16px;
}
