@import url("/templates/universal/top-nav.css");

/***** Body *****/
body {
	margin: auto;
	width: 1070px;
	background-image: url('bodyBackground.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
#body {
	background-color: white;
	margin: auto;
	width: 930px;
}


/***** Header *****/
#header {
	margin: auto;
	margin-bottom: 10px;
	width: 910px;
}
#topHeader {
	background-color: #71170f;
	height: 125px;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
}
#topHeader h1#craveTicketsLogo {
	float: left;
	background-image: url('craveTicketsLogo.jpg');
	background-position: top left;
	height: 56px;
	width: 395px;
	margin-top: 60px;
	margin-bottom: 0px;
}
#topHeader h1#craveTicketsLogo span {
	display: none;
}
#topHeader div#resellerLogin , #topHeader div#top-right-nav{
	height: inherit;
	position: absolute;
	top: 0;
	right: 0;
	width: 265px;
}
#topHeader div#resellerLogin p {
	color: lightGreen;
	font-size: 14px;
	padding-left: 25px;
}
#topHeader div#resellerLogin a {
	color: yellow;
	text-decoration: none;
}
#topHeader div#resellerLogin a:hover {
	text-decoration: underline;
}
#topHeader div#resellerLogin a#retrieveLink{
	font-size: 11px;
	color: yellow;
	text-decoration: none;
	position: absolute;
	top: 110px;
	right: 60px;
}
#topHeader div#resellerLogin  div#container {
	background-image: url('resellerLoginBackground.jpg');
	height: 53px;
	width: 265px;
	text-align: center;
}
#topHeader div#resellerLogin  div#container div#resellerLoginMessage {
	margin-top: 10px;
	font-weight: bold;
}
#topHeader div#resellerLogin   div#container ul {
	margin: 0;
	padding-right: 70px;
	padding-top: 2px;
	list-style-type: square;
	font-size: 13px;
}
#topHeader div#resellerLogin  div img#login_loading {
	position: absolute;
	top: -1000px;
}
#topHeader div#resellerLogin form {
	text-align: center;
	width: 160px;
	margin: auto;
}
#topHeader div#resellerLogin form input{
	border: none; 
	border-color: transparent;
	margin: 4px auto;
	padding: 2px 7px;
	width: 130px;
}
#topHeader div#resellerLogin img {
	position: absolute;
	top: 60px;
	right: 8px;
}
#topHeader div#resellerLogin img#loginButton2 {
	display: none;
}
#resellerHeader {
	background-color: #f1f1f1;
	text-align: center;
	font-size: 80%;
	margin: 0;
	padding: 5px;
	border: 2px solid #71170f;
}
#resellerHeader h1 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 3px;
}
#resellerHeader a{
	color: blue;
	text-decoration: none;
}

/***** Retrieve Login Info *****/
#mainContent div#retrieveLoginBackground {  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
} 
#mainContent div#retrieveLogin {
	background-image: url('grayGradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: white;
	margin: auto;
	width: 510px;
	color: Blue;
	text-align: center;
	padding: 10px;
	letter-spacing: 2px;
	font-size: 13px;
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/ 
	border: 1px solid lightBlue;
	display: none;
	z-index:2; 
}
#mainContent div#retrieveLogin img#retrieveLoginLoading {
	display: none;
	position: relative;
	top: 5px;
}
#mainContent div#retrieveLogin div#retrieveLoginMessage {
	color: red;
	background-color: yellow;
	border: 1px dashed brown;
	display: none;
	margin: 5px;
	padding: 3px;
	font-weight: bold;
	
}
#mainContent div#retrieveLogin span{
	color: black;
	font-weight: bold;
}
#mainContent div#retrieveLogin p{
	font-style: italic;
	font-size: 13px;
	margin-bottom: 10px;
}
#mainContent div#retrieveLogin p#note {
	font-weight: bold;
	color: red;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 0.7px;
}
#mainContent div#retrieveLogin p#note span{
	color: darkGreen;
}
#mainContent div#retrieveLogin input {
	color: blue;
	font-weight: bold;
}
#mainContent div#retrieveLogin input#retrieveButton {
	margin-top: 10px;
}


/***** Main Content *****/
#mainContent {
	margin: auto;
	width: 910px;
}
#mainContent #footer {
	font-size: 70%;
	color: gray;
	margin: 10px auto auto auto;
	padding-top: 3px;
	text-align: center;
	border-top: 1px dashed lightGray;
	width: 80%;
}