/* CSS Document */

body {
	background-color: #660066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 16px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 16px;
}

h1{
	font-size:22px;
	color: #660066;
	}

#container {
	width: 945px;
	height: 100%;
	margin: auto;
	background: #FFFFFF;
}
#title-bar {
	width: 925px;
	height: 160px;
	margin: 0 auto;
	background: transparent url(images/title-bar.jpg) no-repeat scroll center center;
}
#placements-title-bar {
	width: 925px;
	height: 160px;
	margin: 0 auto;
	background: transparent url(images/title-bar.jpg) no-repeat scroll center center;
}
#menu-bar {
	width: 925px;
	height: 50px;
	margin: 0 auto;
}
#flash-bar {
	width: 925px;
	height: 200px;
	margin: 0 auto;
}
.main-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660066;
	text-decoration: none;
	background: url(images/menu-back.jpg) repeat scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.main-menu-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	color: #660066;
	text-decoration: none;
}
#content-box {
	width: 925px;
	height: 100%;
	margin: 20px auto 10px auto;
}
#copy {
	width: 925px;
	margin: 0 auto;
	padding:10px;
	height:30px;
	text-align: center;
	color:#ffffff;
}
.style2 {
	color: #660066
}

.normalTxt{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}
	
a.normalTxt{
	font-size:12px;
	font-weight:bold;
	color: #660066;
	text-decoration:none;
	}	
	
a.normalTxt:hover{
	font-size:12px;
	font-weight:bold;
	color: #888888;
	}		
	
input{
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	border:1px solid #cecece;
	font-size:12px;
	color:#333333;
	width:250px;
}

	
.txtArea{
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #cecece;
	font-size:12px;
	color:#333333;
	width:250px;
}

	
.input_button{
	background-image:url(images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #aaaaaa;
	font-size:12px;
	color:#333333;
	height:30px;
	padding:5px 10px 20px 10px;
	cursor:pointer;
	width:90px;
}	

.rowAltItem{
	background-color:#efefef;
}
