/*STICKY FOOTER ----------------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -28px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 28px; /* .push must be the same height as .footer */
}



/*DOM TAG STYLES ----------------------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#EEEEEE;
	background-color:#000000;
	background-image:url(/Tmfawards/main/images/back.png);
	background-repeat:no-repeat;
	background-position:center top;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	font-size:22px;
	line-height:22px;
	padding-bottom:6px;
	background-image:url(/Tmfawards/main/images/dotted-line.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:15px;
	text-transform:lowercase;
	color:#00ADEE;
	font-weight:normal;
}
h2 {
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
	color:#00ADEE;
	font-weight:normal;
}
h3 {
	font-size:20px;
	line-height:20px;
	margin-bottom: 3px;
	color:#00ADEE;
	font-weight:normal;
}
h3 a, h3 a:hover {
	color:#00ADEE;
	text-decoration:none;
}
h4 {
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
	color:#00ADEE;
	font-weight:normal;
}
h5 {}
h6 {}
p {
	line-height:16px;
	margin-bottom:15px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
img {}
ul {
	margin-bottom:15px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding:1px;
	border: 1px solid #CCCCCC;
}
iframe {
	padding-bottom:15px;
	padding-top:18px;
	padding-bottom:3px;
	background-image:url(/Tmfawards/main/images/dotted-line.png);
	background-repeat:repeat-x;
	background-position:top left;
}



/*GENERAL CLASS STYLES ----------------------------------------------------------------------------------------------*/
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.hide {
	display:none;
}
.leftBlock {
	display:block;
	border:none;
	padding: 0px;
	padding-bottom:10px;
	padding-top: 10px;
	margin:0px;
	margin-bottom:10px;
	background-color: #F9F9F9;
}
.rightBlock {
	display:block;
	border:none;
	padding: 0px;
	padding-bottom:10px;
	padding-top: 10px;
	margin:0px;
	margin-bottom:10px;
	background-color: #F9F9F9;
}
.leftBlock .blockContent {
	margin-left:10px;
	margin-right:12px;
}
.rightBlock .blockContent {
	margin-left:12px;
	margin-right:10px;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.embedDiv {
	width:100%;
	margin-bottom: 10px;
	text-align:center;
}
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	background-color:transparent;
}
.buttons {
	text-align:right;
}
.bottomMargin {
	margin-bottom:15px;
}
.borderBottom, .borderTop {
	padding-bottom:3px;
	background-image:url(/Tmfawards/main/images/dotted-line.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
.borderTop {
	padding-top:3px;
	background-image:url(/Tmfawards/main/images/dotted-line.png);
	background-repeat:repeat-x;
	background-position:top left;
}
.blockLink {
	line-height:22px;
	background:#0099CC;
	padding-left:7px;
	padding-right:7px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	float:left;
}
.blockLink:hover {
	text-decoration:none;
}
.asterix {
	display:none;
}


/*GENERAL & HEADER STYLES --------------------------------------------------------------------------------------------*/
#outer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:100%;
	height:27px;
	background-color:#333333;
	background-image:url(/Tmfawards/main/images/topbar-back.gif);
	background-repeat:repeat-x;
	margin-bottom: 60px;
}



/* TMF MENU STYLES ----------------------------------------------------------------------------------------------*/
#tmfMenu {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:27px;
}
#tmfMenu a {
	text-decoration:none;
	display:block;
	float:left;
	padding-left:12px;
	padding-right:14px;
	line-height:27px;
	height:27px;
	background-image:url(/Tmfawards/main/images/divider.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#tmfMenu a:hover {
	text-decoration:underline;
}
#tmfMenu a.last {
	margin-right:10px;
}
#tmfMenu a#tmfLogo {
	background-image: none;
	padding:0px;
	margin-right:110px;
}
#tmfMenu a#searchButton {
	background-image: none;
	padding-right:0px;
}
#tmfMenu #searchInput {
	display:block;
	float:left;
	width:120px;
	position:relative;
	top:-2px;
}



/* NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#mainNavigation {
	background-color:#EAEAEA;
	height:24px;
	font-weight:bold;
	margin-bottom: 20px;
}
#mainNavigation ul {
	margin:0px;
	list-style:none;
}
#mainNavigation li {
	padding:0px;
	margin:0px;
	float:left;
}
#mainNavigation li a {
	display:block;
	line-height:24px;
	padding-left: 25px;
	padding-right: 25px;
	margin:0px;
	color:#5C7787;
	text-decoration:none;
}
#mainNavigation li a:hover {
	color:#CC6666;
	text-decoration:none;
	background-color:#F2F2F2;
}
#mainNavigation li .highlight {
	color:#CC6666;
	background-color:#FFFFFF;
}



/* BOTTOM NAVIGATION STYLES --------------------------------------------------------------------------------------------*/
#bottomNavigation {
	height:24px;
	margin-left:20px;
}
#bottomNavigation ul li {
	font-size:12px;
	line-height:24px;
	float: left;
	width: 90px;
	margin-left:0px;
	margin-right:  19px;
	list-style:none;
}
#bottomNavigation ul li a {
	font-weight: bold;
	text-decoration:underline;
}
#bottomNavigation ul li ul {
	margin-top:5px;
	width: inherit;
}
#bottomNavigation ul li ul li{
	float: none;
	margin-left:15px;
	margin-right: 0px;
	list-style: circle;
	width: inherit;
}
#bottomNavigation ul li ul li a{
	font-weight:normal;
	border: none;
	text-decoration:none;
		width: inherit;
}



/* MAIN STYLES -----------------------------------------------------------------------------------------------------*/
#main {
	width:1000px;
	padding-bottom:30px;
}
#content {
	width:560px;
	margin-bottom:15px;
	margin-top:30px;
	/*background-color:#333333;*/
	float:left;
}
#content table {
	margin-bottom: 12px;
}
#topImage {
	display:block;
	padding-bottom:30px;
	width:560px;
}
#title {
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;
	background-color:#003333;
	background-image: url(/Tmfawards/admin/images/barDark.png);
	background-repeat: repeat-x;
}
#bodyContentDiv {}
#ticketButton {
	line-height:20px;
	background:#00ADEE;
	padding-left:5px;
	padding-right:5px;
	display:block;
	height:20px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
}
#bottomNav {
	width:1000px;
}



/* LEFT COLUMN STYLES ----------------------------------------------------------------------------------------------*/
#leftColumn {
	width:400px;
	/*background-color:#FFFF00;*/
	margin-right:40px;
	margin-bottom:15px;
	float:left;
}
#leftColumn a {
	color: #00AEDC;
}
#leftColumn a:hover{
	color: #F78E1E;
		text-decoration:none;
}
#leftColumn li {
	margin-bottom:5px;
}
#leftColumn .highlight {
	font-weight:bold;
	color:#5C7787;
}
#partnerShow {
	float:left;
	width:142px;
	margin-right:17px;
}
#social {
	float:left;
	width:150px;
	height:35px;
	background-image:url(/Tmfawards/main/images/dotted-line-vertical.png);
	background-repeat: repeat-y;
	padding-left:16px;
}
#social img {
	width:35px;
}



/* HOME PAGE STYLES ------------------------------------------------------------------------------------------------*/
#newsItems {}
#newsItems .newsItem {}
#newsItems .newsItemThumb {
	height:80px;
	width:80px;
	display:block;
	float:left;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #FFFFFF;
	background-color:#666666;
}
#newsItems .newsItemImage {
	height:80px;
	width:80px;
	display:block;
}
#newsItems .newsItemText {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:15px;
	width:460px;
}
#newsItems .newsItemText a {
	color:#00ADEE;
	text-decoration:none;
}
#newsItems .newsItemText a:hover {
	color:#00ADEE;
	text-decoration:underline;
}
#newsItems .newsItemTitle {
	margin:0px;
	padding:0px;
}
#shareButton {
	float:right;
	background-color:#00ADEE;
	padding-left:5px;
	padding-right:5px;
	height:22px;
}
#shareButton div {
	padding-top:3px;
}
#shareButton div a {
	text-decoration:none;
}



/* LINE-UP PAGE STYLES ---------------------------------------------------------------------------------------------*/
#stageItems {
	padding-bottom:15px;
	margin-bottom:15px;
}
#stageItems a {
	display:block;
	line-height:22px;
	font-size:22px;
	text-decoration:none;
}
#stageItems a:hover, #stageItems a.highlight {
	color:#00ADEE;
}
#headlinerItems ul {
	margin-bottom:12px;
}
li.headlinerItem {
	margin:0px;
	line-height:22px;
	font-size:22px;
	list-style:none;
	color:#00ADEE;
}
li.headlinerItem a, li.headlinerItem a:hover {
	color:#00ADEE;
	text-decoration:none;
}
#artistItems {}
#artistItems .artistItem {
	margin-bottom:15px;
}
#artistItems .artistItemThumb {
	height:80px;
	width:80px;
	display:block;
	float:left;
	margin-right:10px;
	border:1px solid #FFFFFF;
	background-color:#666666;
}
#artistItems .artistItemImage {
	height:80px;
	width:80px;
	display:block;
}
#artistItems .artistItemText {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:460px;
}
#artistItems .artistItemText p {
	margin:0px;
}
#artistItems .artistItemText a {
	color:#00ADEE;
	text-decoration:none;
}
#artistItems .artistItemText a:hover {
	color:#00ADEE;
	text-decoration:underline;
}
#artistItems .artistItemTitle {
	margin:0px;
	padding:0px;
}



/* PARTNERS PAGE STYLES --------------------------------------------------------------------------------------------*/
#partnerItems {}
#partnerItems .partnerItem {
	margin-bottom:15px;
}
#partnerItems .partnerItemThumb {
	height:120px;
	width:120px;
	display:block;
	float:left;
	margin-right:15px;
	background-color:transparent;
}
#partnerItems .partnerItemImage {
	height:120px;
	width:120px;
	display:block;
}
#partnerItems .partnerItemText {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:415px;
}
#partnerItems .partnerItemText p {
	margin:0px;
}
#partnerItems .partnerItemText a {
	color:#00ADEE;
	text-decoration:none;
}
#partnerItems .partnerItemText a:hover {
	color:#00ADEE;
	text-decoration:underline;
}
#partnerItems .partnerItemTitle {
	margin:0px;
	padding:0px;
}


/* Voting PAGE STYLES ----------------------------------------------------------------------------------------------*/
#topicItems {
	margin-bottom:15px;
}
#topicItems a {
	display:block;
	width:200px;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	font-size:22px;
	text-decoration:none;
	background-color:#00ADEE;
	margin-bottom:11px;
}
/*#topicItems a:hover {
	color:#00ADEE;
	background-color:#FFFFFF;
}*/
.radioGroupVertical label {
	font-size:22px;
	line-height:22px;
	margin-bottom:10px;
}



/* BLOCKS STYLES ---------------------------------------------------------------------------------------------------*/



/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	/*background-color:#F2F4F4;*/
	padding-top: 3px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:16px;
	padding-left:20px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat: no-repeat;
}
#notificationDiv .messageDone {
	background-image: url(/Tmfawards/main/icons/accept.png);
}
#notificationDiv .messageFail {
	background-image: url(/Tmfawards/main/icons/exclamation.png);
}
#notificationDiv .messageInfo {
	background-image: url(/Tmfawards/main/icons/information.png);
}
#controlsDiv {
	clear: both;
	height:20px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}



/* FOOTER STYLES ---------------------------------------------------------------------------------------------------*/
#footer {
	width:100%;
	height:28px;
	background-color:#333333;
	background-image:url(/Tmfawards/main/images/footer-back.png);
	background-repeat:repeat-x;
	font-size:10px;
}
#mtvMenu {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#mtvMenu .left {
	width:600px;
	line-height:28px;
	height:28px;
	float:left;
}
#mtvMenu .right {
	width:400px;
	line-height:28px;
	height:28px;
	float:left;
}
#mtvMenu img {
	display:block;
}
#mtvMenu .right a {
	display:block;
	height:28px;
	float:right;
	background-repeat:no-repeat;
}
#mtvMenu .right #nickIcon {
	width:34px;
	background-image:url(/Tmfawards/main/images/mtv-networks-logos.png);
	background-position:-1px 0px;
}#mtvMenu .right #nickIcon:hover {
	background-position:-1px -28px;
}
#mtvMenu .right #tmfIcon {
	width:46px;
	background-image:url(/Tmfawards/main/images/mtv-networks-logos.png);
	background-position:-34px 0px;
}#mtvMenu .right #tmfIcon:hover {
	background-position:-34px -28px;
}
#mtvMenu .right #comedyIcon {
	width:26px;
	background-image:url(/Tmfawards/main/images/mtv-networks-logos.png);
	background-position:-78px 0px;
}#mtvMenu .right #comedyIcon:hover {
	background-position:-78px -28px;
}
#mtvMenu #mtvIcon {
	width:27px;
	background-image:url(/Tmfawards/main/images/mtv-networks-logos.png);
	background-position:-104px 0px;
}#mtvMenu #mtvIcon:hover {
	background-position:-104px -28px;
}
	


/* STANDARD GRID STYLES --------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:22px;
	height:22px;
	text-align:right;
}
.gridNavigation strong {
	background-color:#00ADEE;
	color:#FFFFFF;
	padding-bottom:2px;
	padding-top:3px;
	padding-left:7px;
	padding-right:7px;
	font-weight:normal;
}
.gridNavigation a {
	text-decoration:none;
}
.gridNavigation a:hover {
}
.gridNavigation .highlight {
	color:#FFFFFF;
	font-weight:bold;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top: 2px;
	padding-bottom:2px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color: #CCCCCC;
	background-image: url(/Tmfawards/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;
}
.gridTable td img {
	vertical-align:middle;
}
.gridTable th a {
	padding-right: 20px;
	color:#231F20;
}
.gridTable th a:hover {
	color:#231F20;
	text-decoration: underline;
}
.gridTable th .sorted {
	background-image: url(/Tmfawards/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Tmfawards/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .evenRow {
	background-color: #F2F4F4;
}
.gridTable .highlight {
	background-color: #D3ECF5;
}
.gridNavigation {
	clear:both;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border: 1px inset #231F20;
}
.searchButton {
	display: block;
	margin-top: 7px;
	margin-left: 4px;
	cursor: pointer;
	float:right;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
}
.standardForm  .error {
	color: #F36;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input {
	padding:2px;
}
.standardForm .buttons {
	text-align:right;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display: inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width: 200px;
}
.standardForm .smallInput {
	width: 70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width: 350px;
	height: 200px;
}