body
{
	/* background-image:URL("bg.jpg"); */
background-repeat:repeat-x;
background-color:#000;
font-family:Verdana, Geneva, sans-serif;
}
#content{
	
	width:960px;
	margin:0 auto 0 auto;
	background-color:#fff;
}
#contentM{
	
	width:100%;
	margin:0 auto 0 auto;
	border:thin solid #000;
	background-color:#fff;
	background-image:URL("images/cbg.jpg");
	background-repeat:repeat-y;
}

#head{
	background-color:#fff;
}

#cont{
	padding:5px;
}

#cont2{
    width: 320px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	float:left;

}

#links
{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	padding:5px 10px 5px 0;}
	
	#links a:link{
color:#360;text-decoration:none;	}
	
	#links a:visited{
color:#360;text-decoration:none;	}
	
	#links a:hover{
		color:#000;
	}
	
	#links a:active{
		color:#000;
	}

#login
{
	height:70px;
	float:right;
	text-align:right;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;}

#pagetext
{
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#444;
	line-height:1.8em;
}

#votetext
{
	width:790px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	float:left;
}

#pagetext2
{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#pageimage
{
	width: 275px;
	margin:5px;
	height:190px;
	border-top:thin solid #000;
    border-left:thin solid #000;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	float:right;
	background-color:#FFF;
	background-image:URL("images/img.jpg");
}

#marriottlogo
{
	float:right;
	margin-right:75px;
	margin-top:25px;
}

#menuimgs
{
	float:right;
}

h1
{font-size:1.3em;
border-bottom:thin solid #000;
color:#333;
font-weight:bold;
padding:0;
margin:0 0 10px 0;
font-family:Verdana, Geneva, sans-serif;
}

h2
{font-size:14px;
color:#333;
font-weight:bold;
padding:0;
margin:0;
text-decoration:underline;
}

h3
{font-size:12px;
color:#333;
font-weight:bold;
padding:0;
margin:0;
text-decoration:none;
}

#categories li
{padding-bottom:10px;
}

/******** Home page categories list********/

#catfulllist
{
position:relative;
}

.categorytitle{

}

#catfulllist ul li
{
font-size:14px;
background-color:#eee;
padding:6px;
margin:6px;
width:500px;
list-style-type: none;
border:none;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

h4
{
font-size:16px;
line-height:30px;
}

/*** Button credit ***
CSS only buttons: @nickla
http://webdesignerwall.com/tutorials/css3-gradient-buttons
*/

.votebutton
{
float:right;
margin-right:100px;
/*position:absolute;*/
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.votebutton:hover {
	text-decoration: none;
}
.votebutton:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.votebutton a{
color:white;
text-decoration:none;
}

.inline
{
display:inline;
}

/******* end of Home page Categories List ******/

/******* voting page styling *******/

#cattable
{

}

#votingopening
{
font-size:18px; 
font-weight:900; 
margin:0 0 30px 0;
color:orange;
}

#detailstable
{
background-color:#E8EDFF;
}

.toprow
{
background-color:#B9C9FE;
    border-bottom: 1px solid #FFF;
    border-top: 4px solid #AABCFE;
    color: #003399;
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
	/*-webkit-border-radius: .5em .5em .1em .1em; 
	-moz-border-radius: .5em .5em .1em .1em;
	border-radius: .5em .5em .1em .1em;*/
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.catrows
{
background-color:#E8EDFF;
  border-bottom: 1px solid #FFF;
    border-top: 1px solid transparent;
    padding: 8px;
}

/******* end of voting page styling  ********/

#footer
{
	width:820px;
	
text-align:center;
margin:10px auto;
font-size:12px;
text-decoration:none;
padding:3px;
color:#FF0;
border-top:thin solid #0C0;
}

#footer a:link{
	color:#0C0;text-decoration:none;
}#footer a:visited{
	color:#0C0;text-decoration:none;
}#footer a:hover{
	color:#FF0; text-decoration:underline;
}#footer a:active{
	color:#FF0; text-decoration:underline
}

.leftal{float:left; margin:5px 5px 5px 0; width:300px; border:1px solid #222}
.rightal{float:right; margin:5px 0 5px 5px; width:300px; border:1px solid #222}
