/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

body.bg {
background-repeat: no-repeat;
background-color: #787878; }

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 1px;
}

#top_header {
background-color: #000000;
background-repeat: no-repeat;
height: 23px;}

#buttons_outer {	
	width: 500px;
  	margin-bottom: 2px;
	float: right;
}

#buttons_inner {
	height: 21px !important;
	height: 23px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}


 ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	white-space: nowrap;

}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #fdcf00;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #e7520e;
	
}


#search_outer {
	float: left;
	width: 145px;
	text-align: right;
}

#search_inner {
  padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#top_outer{
	background-color:#040121;
	float:right;
	height: 75px;
width: 808px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;}

#top_inner {
	color: #040121;
	overflow: hidden;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px #000000 solid;
  padding: 2px;
  float: none !important;
  float: left;

}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_outer {
	clear:both;
}


/*
#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}
*/
#right_outer {
	margin-left: 2px;
	width: 300px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 0px;
}

.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user9_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 0px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

{
margin: 0;
padding: 0;
list-style: none;
}

li
{
	line-height: 10px;
	padding-left: 0px;
	padding-top: 0px;
	/*background-image: url(../images/arrow.png);*/
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
}


td {
	text-align: left;
	font-size: 14px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Tahoma;
	line-height: normal;
	font-size: 14px;
	color: #333333;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #2c2c46; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 0px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;



	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #5a5a8e;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	height: 26px;
	color: #5a5a8e;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	text-transform: uppercase;
}

.componentheading_feat_film {
	text-align: left;
	padding-left: 4px;
	height: 18px;
	font-size: 14px;
	text-transform: uppercase;
/*background-image: url(../images/featuredfilm.ph); 
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bababa; */
}

.componentheading_nowplaying {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 18px;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/nowplaying.jpg); 
	background-repeat: no-repeat;*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bababa;
	}

.componentheading_pov {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/pov.gif); 
	background-repeat: no-repeat;*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bababa;
}

.componentheading_vj {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 28px;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/videojournalists.gif); 
	background-repeat: no-repeat;  
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bababa; */
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 26px;
	color: #5a5a8e;
	font-weight: bold;
	font-size: 14px;
	
	text-transform: uppercase;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;
}

.contentpagetitle_nowplaying {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;
	
}

.contentpagetitle_feat_film {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;

}

.contentpagetitle_vj {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;
	
}

.contentpagetitle_vj_lineup {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;
	
}

.contentpagetitle_pov {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	text-transform: uppercase;
	
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}
/*  this is to hide module header title text and replace it with image  */
div.module_nowplaying div div div h3 {display:none;}
#right_outer div.module_vj div div div h3{ display:none;}
#right_outer div.module_vj_lineup div div div h3{ display:none;}
#right_outer div.module_pov div div div h3{ display:none;}
#right_outer div.module_nowinthe div div div h3{ display:none;}

div.module_nowplaying div div div{
	vertical-align:text-top;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bababa;
border-top: 2px #bababa none;}

#right_outer div.module_vj div div div{
	vertical-align:text-top;
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-right: 2px;
	padding-left: 2px;	
	margin-bottom: 2px;
border-top: 2px #bebebe none;}

#right_outer div.module_nowinthe div div div{
	vertical-align:text-top;
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-right: 2px;
	padding-left: 2px;	
	margin-bottom: 2px;
border-top: 2px #bebebe none;}

#right_outer div.module_vj_lineup div div div{
	vertical-align:text-top;
	background-repeat:no-repeat;
	padding-top: 32px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 2px;
    border-top: 2px #bebebe none;}

#right_outer div.module_pov div div div {
	padding-right: 2px;
	padding-left: 2px;
border-left: 1px #bababa solid;
border-bottom: 1px #bababa solid;
border-right: 1px #bababa none;}

div.moduletable_feat_film { 
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bababa;
border-top: 2px #bababa none;}
/*  EOF replace module header title text with image */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 0px;
}

div.moduletable_pov {
	padding: 0;
	margin-bottom: 2px;
	border-top: #bebebe solid;
}
div.moduletable_vj_lineup {
	padding: 0;
	margin-bottom: 2px;
	border-top: #bebebe solid;
}
div.moduletable_vj {
	padding: 0;
	margin-bottom: 5px;
    border-top: #bebebe solid;}

div.moduletable_povsubmit {
	padding: 0;
	text-align: center;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000034;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000034;
	margin-bottom: 0px;
border-left: 1px #bababa solid;
border-right: 1px #bababa solid;
border-top: 1px #bababa solid;}
div.moduletable_submitfilm {
	background-color: #000034;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #bababa;
}
table.moduletable th, div.moduletable h3 {
	color: #900;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
text-decoration: underline;}

table.moduletable_pov th, div.moduletable_pov h3 {
	color: #fdcf00;
	text-align: left;
	padding-left: 4px;
	height: 46px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/pov.gif);  
	background-repeat: no-repeat;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	
}

table.moduletable_vj_lineup th, div.moduletable_vj_lineup h3 {
	color: #fdcf00;
	text-align: left;
	padding-left: 4px;
	height: 26px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/vjslineup.gif); */
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;	
}

table.moduletable_vj th, div.moduletable_vj h3 {
	color: #fdcf00;
	text-align: left;
	padding-left: 4px;
	height: 30px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/videojournalists.gif); */
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;	
}

table.moduletable_nowplaying th, div.moduletable_nowplaying h3 {
	color: #fdcf00;
	text-align: left;
	padding-left: 4px;
	height: 24px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
/*	background-image: url(../images/nowplaying.jpg); */
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bababa;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

div.module_more {
	float:right;
	text-align:right;
}
div.moduletable_more {
	text-align: right;
	position: relative;
	margin-bottom: -18px;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {

	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	padding-right:0px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color: #be0000;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
text-align: left;
color: #5a5a8e;}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #000000;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.head1{
background-image:url(../images/contest/docupyxcontestpage_03.jpg);
background-repeat:no-repeat;
height:78px;
}
.head2{
background-image:url(/images/contest/docupyxcontestpage_05.jpg);
background-repeat:no-repeat;
width:749px;
}
.bottom_left{
background-image:url(../images/contest/2.jpg);
background-repeat:no-repeat;
width:176px;
height:169px;
}
.bottom_right{
background-image:url(../images/contest/4.jpg);
background-repeat:no-repeat;
width:169px;
}
.bottom_center{
width:474px;
float:left;
margin:0px;
   padding:0px;
}
.center1{
background-image:url(../images/contest/docupyxcontestpage_09.jpg);
background-repeat:no-repeat;
width:474px;
height:41px;
}
.center2{
background-image:url(../images/contest/docupyxcontestpage_12.jpg);
background-repeat:no-repeat;
width:474px;
height:68px;
}
/*   contest_welcome*/
.table_wel{
width:700px;
text-align:center;
}

.head_1{
font-family:Lucida Grande;
font-size:26px; 
color:#ff0000;
font-weight:bold;
text-align:center;
}
.head_2{
font-family:Lucida Grande; 
font-size:18px; 
color:#0000FF;
font-weight:bold;
text-align:center;
}
.head_3{
font-size:18px;
font-family:Lucida Grande;
color:#FF0000;
text-align:center;
}
.head_img{
text-align:right;
}
table  .head_title{
font-family:Tahoma;
color:#FF0000;
font-size:18px;
font-weight:bold; 
text-align:left;
padding-left:30px;
}
.enter{
font-family:Tahoma; 
font-size:16px;
color:#000000; 
text-align:left;
font-weight:bold;
}

.table_wel ol{
list-style:none;
font-weight:normal;
line-height:35px;
}

.table_wel  li{
font-weight:normal;
font-size:12px;
line-height:35px;
color:#000000;
}
.wl_inner{
border:1px solid black;
text-align:center;
width:700px;
}
.span1{
font-size:18px;
font-weight:bold; 
color:#ff0000;
text-align:center;
font-family:Tahoma;
}
.span2{
font-size:14px; 
text-align:left;
color:#000000;
text-align:left;
font-family:Tahoma;
letter-spacing:1px;
line-height:20px;
}
.underline{
font-weight:bold;
text-decoration: underline;
}
.tocenter{
text-align:center;
}
.contest_pad{
padding-left:50px;
}
p.MsoPlainText{
font-size:12px;
padding-left:15px;
}


a.press, a.press:hover{

	text-decoration:none;
}

#left1{
border-right:1px solid #000000;
}
.MsoNormal{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}
.press_div{
	padding-right:40px;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}
.press_div a{
	color:#000000;
}
.press_div a:hover{
	color:#990000;
}

.MsoNormal a {
 font-weight:bold;
font-size:12px;
line-height:115%;
}


.bottom1{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-top:170px;
	font-size:10pt;
	font-weight:bold;
}
table td.body_outer1{
	padding-left: 10px;
	border: 0px solid #cccccc;
}
#left_outer1{
  float: left;
	margin-top: 2px;
	width: 185px;
}
#content_outer1{
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 615px;
}
