/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
$Id$
MAIN SITE HTML RENDERING
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: black url(../images/web/bg-1x470.png) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: white;
}

ul {
	list-style: none;
}

input {
	border: solid 1px #CCC;
	background: url(../images/web/input-bg-repeat-1x25.png) repeat-x top left;
	padding: 2px;
}

#zodiac-items {
	font-size: 12px;
	margin-top: 5px;clear: both;
}

#zodiac-items div
{
	cursor: pointer;
	background: #EEE url(../images/icon/delete.gif) no-repeat center right;
	padding: 2px 15px 1px 2px;
	float: left;
	margin: 0 3px 3px 0;
	border: solid 1px #666;
	width: 75px;
	height: 16px;
	font-size: 10px;
	
}

a.popup-link
{
	cursor: pointer;
	background: transparent url(../images/icon/question.gif) no-repeat center right;
	padding-right: 18px;
	float: left;
	margin: 0 3px 3px 0;
	height: 14px;
	width: 28px;
	font-size: 10px;
	
}

input.date {
	margin-right: 3px;
}

.noborder {
	border: none;
}

.nobg {
	background: none;
}

#container {
	width: 100%;

	margin: 0;
	padding: 0 auto;
}

#color-bar {
	width: 100%;
	height: 5px;
	overflow: hidden; /* IE6 */
	background-color: #DDD;
}

#page {

	width: 760px;
	margin: 0 auto;

}

#header-container, #header-container-intro {
	position: relative;
	width: 100%;
	height: 100px;
}

#header-container { height: 75px; }
#header-container-intro { height: 100px; }

#header-logo, #header-logo-intro {
	position: absolute;
	right: 0;
	width: 164px;
	height: 50px;
	background: url(../images/mp-logo-164x50.png) no-repeat top left;
}

#header-logo { top: 10px; }
#header-logo-intro { top: 25px; }


#header-carrier-logo, #header-carrier-logo-intro {
	position: absolute;
	left: 0;
}

#content-container {
	position: relative;
	width: 100%;
}

#content {
	padding: 0 10px;
	width: auto;
}

#content-footer {
	border-top: solid 1px #DDD;
	margin: 20px 0;
	padding-top: 10px;
	text-align: center;
}

#content-footer a {
	color: white;
}

#content-footer a:hover {
	color: #DDD;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content-footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}

#content-footer ul li {
	display: inline;
}

#welcome {
	margin: 10px 0;
}

#welcome h3 {
	font-size: 1.3em;
}

#welcome p {
	margin-top: 5px;
	font-size: 1.1em;
}

/* LOGIN BOX */

#login-box {
	position: relative;
	width: 100%;
}

#login-box .label-wrapper, #login-box .input-wrapper {
	float:left;
	width:50%;
	text-align:right;
}

#login-box .input-wrapper {
	text-align: left;
}

#login-box .input-wrapper input {
	width: 100px;
}

#login-box label {
	padding-right: 5px;
}



#testbox {
	text-align: center;
	margin: 20px 0;;
}

#testbox a { color: white; }

