/* Main Controls */
body.extended_layout {
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
}

body {
	background: #FFFFFF;
  margin:0;
  padding:0;
}

.container {
    font-family:Verdana, Helvetica, sans-serif;
	font-size: 68%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	left:0px;
	text-align:center;
	width: 960px;
}
.pageContainer      {text-align:left;} 
.mainContent        {
  padding: 10px;
  color: #000000;
  background-color:white;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
	font-size: 120%;
}

.mainContent strong {}
.mainContent h1     {color: #FFFFFF; }
 

table   {border-collapse: collapse;}
td      {vertical-align:top;}
a       {color:#003399; text-decoration: none;}
a:hover {color:#003366; text-decoration: underline;}

#logo        {padding: 10px 0px 10px 20px;}
.header      {background-color:#E3E3E3; padding: 16px 0px 0px 6px; margin-left:10px; margin-right:10px; height:39px;}
.header h1   {color:black; font-weight:normal; margin:0;}


.clear {clear:both; margin:0; padding:0; font:0;}
 
h1 {font-size: 18px; color:#FFFFFF;}
h1 a {font-size: 18px; color:#FFFFFF;}
h2 {color: #666666; font-size: 14px;}

h1.h1green {color:#669900; margin-top:12px;}
h1.h1orange {color:#CC6600;}
h1.h1blue {color:#336699;}
h3 { color:#669900;}

h4 {
    padding-bottom: 10px;
    font-size: 1.2em;
}

/* All Pages */ 
.headline    {font-weight: bold; border-bottom: 2px solid #003366;}
 
.nav         {
    color: #FFFFFF;
    font-size:12px;
    background:#1E4CB0 url(../img/bg_nav.jpg) repeat-x;
    text-align:center;
    margin:0px 10px 0px 10px;
    height:31px;
    padding-top:20px;
  }
.nav a       {color: #FFFFFF; text-decoration: none; padding: 0px 4px;}
#nav-home	 {font-size:14px;}
#nav-home a  {padding: 0px 10px;}
.footer      {background-color: #E3E3E3; font-size: 11px; text-align:center;}
.footer  a   {color: #EDE2D3;font-weight:normal;}

div.testimonials {border-bottom:1px dotted gray;padding:10px; }
  .testimonial {font-size:14px; color:#CC6600;padding:10px; font-style:italic; }
.testimonial_name {font-size:12px; margin-left:20px;}

li {padding-bottom:10px; list-style:none; }

/* Rounded Corners */ 
*{
	/*margin:0 auto;*/  /*naveen*/
	padding:0; 
}
.curveHolderDiv { 
	background:#ffffff; 
	margin-bottom:20px;
	color:#fff; 
}
.curved {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
    padding:10px;
    width: 200px;
    min-height: 150px;
		height: auto;
}
.curved h1 {text-align:left; margin-bottom: 10px;}
.orange {background-color:#FF6600;}
.green {background-color:#99CC33;}
div.img{
	border:1px solid #fff;
	color:red;
	text-align:right;
} 

#inside-wrapper img {
	border:none;
}

/* Tables */
table.intro, #inside-wrapper table {
	background-color: transparent;
	border: 0;
	margin-bottom: 0px;
	width: 100%;
}
table.intro tr td, #inside-wrapper tr td {
	background: transparent;
	border: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}


#inside-wrapper div.index table {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    border-collapse: separate;
  }

#inside-wrapper div.index th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
#inside-wrapper div.index th a {
	display: block;
	padding: 2px 4px;
}
#inside-wrapper div.index th a:hover {
	background-color: #ccc;
	color: #1914D3;
}
#inside-wrapper div.index table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#inside-wrapper div.index table tr.altrow td {
	background: #f4f4f4;
}
#inside-wrapper div.index .smalllist td {
	font-size:80%;
}
#inside-wrapper div.index td.actions {
	text-align: center;
	white-space: nowrap;
}
#inside-wrapper div.index td.actions a {
	display: inline;
	margin: 0px 6px;
}





/* Notices and Errors */
div.message {
	clear: both;
	/*color: #900;*/
	color:#1F4BB4;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
.error_msg {
	color:#1F4BB4;
	font-weight:bold;
}


/* For Dropdown Menu */

/*div.nav div.d_menu  {
	width:100%;
	margin-top:10px;	
	background:#003D4C;
	font-size:12px;
	text-align:left;
	padding-left:5px;
}*/

.d_menu li {
	color:#fff;
	padding:0 8px;
	line-height:19px;
}

.nav .d_menu {
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.nav .d_menu li:hover, .nav .d_menu li.over {
	background:#ddd;
	color:#003399;
}

.nav .d_menu li:hover a, .nav .d_menu li.over a{
	color:#003399;
}

.d_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  }
  
  
  .sub_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  }
  

.d_menu li {
  float: left;
  position: relative;
  display:block;
  }
  
.d_menu li ul {  
  display:none;
  position:absolute;
  top:2em;
  left:0px;
  margin-left: -1px;

  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  }
  
.d_menu li > ul { 
  /*top:24px;*/ /*naveen*/
  top:17px;
  left:0px;
  } 
  
  .d_menu li > ul > li > ul{ 
  /*top:24px;*/ /*Raj*/
  top:10px;
  left:151px;
  border-top: 1px solid #000;
  } 

.d_menu li:hover ul, .d_menu li.over ul {
  display:block;
  clear:left;
  width:150px;
}  

.d_menu li ul li {
	display:block;
	/*width:100px;*/
	 /*naveen*/
	width:130px;
	/*text-transform:uppercase;*/
	text-align:left;
	
}

#sub_menu{
	display:none;
	/*width:100px;*/
	 /*naveen*/
	width:240px;
	/*text-transform:uppercase;*/
	text-align:left;
	
}

#sub_menu li{
	display:block;
	/*width:100px;*/
	 /*naveen*/
	width:220px;
	/*text-transform:uppercase;*/
	text-align:left;
	
}

#sub_menu{
    display: block;
}

#parentMenu:hover ul{
    display: block;
}


/* for IE and firefox*/
li:hover ul, li.over ul{ 
	display: block; 
	background:#ddd;
}

li:hover ul a, li.over ul a {
	color:#003399;
	text-decoration:none;
        display: block; 
}

li:hover ul a:hover, li.over ul a:hover {
	text-decoration:underline;
       
}

/*Drop down menu ends */

#ContactYcontest {
    width: 300px;
    height: 100px;
}

.error_msg {
	color:#900;
	font-weight:bold;
}



#PageAdmin ul, #PageAdmin li {
	margin: 0 5px;
}

#NewspaperLogin #NewspaperPwd {
	width: 189px;

}

#NewspaperHome {
	line-height: 2em;
	/* margin: 0 2em 0 0; */
	/*white-space: nowrap;*/
}

#NewspaperHome .left ul, #PageAdmin ul {
    padding-left:30px;
}
#NewspaperHome .left ul li, #PageAdmin ul li {
    list-style:disc;
    padding:0;
    margin:0;
}

#NewspaperHome div.entries table {
    font-size: 85%;
}

#PageAdmin ul li {
    padding-bottom: 5px;

}

#PageAdmin ul {
  margin-top: 15px;
  text-transform: uppercase;
}

#EntryName, #EntryUrl, #EntryComment {
	width: 645px;
}

#EntryCategoryId {
	width: 653px;
}

.ContentStatic {
	width: 75%;
}

.ContentStatic p {
	margin-bottom: 15px;
}

#NewspaperSetup .input label {
	font-weight: bold;
}
#JudgeForm #assigned_view label, #JudgeForm #available_view label {
  font-size: 80%;

}
#ContestForm #assigned_view label, #ContestForm #available_view label {
  font-size: 80%;

}

#JudgeForm #assigned {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#ContestForm #assigned {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#JudgeForm, #assigned_view .competition, #JudgeForm #available_view .competition {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#ContestForm, #assigned_view .competition, #ContestForm #available_view .competition {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#EntryEditForm .submit, #EntryAddForm .submit {
    width: 500px;
    height: 50px;
    text-align: left;
}

#EntryEditForm .submit input, #EntryAddForm .submit input {
    float: left;
    margin-right: 5px;
}

#EntryEditForm .submit p, #EntryAddForm .submit p {
    margin-top: 13px;
}

#menu_general {
    float:right;
}

td.actions ul {
    margin: 0px;
    padding: 0px;
}

td.actions ul li, td.actions ul li a {
    margin-top: -4px;
    margin-bottom: -4px;
    padding: 0;
}

#JudgingWelcome p {
    padding-bottom: 10px;
}

#JudgingWelcome a {
    font-weight: bold;
}

/* Paging Top*/
div.paging-top {
	color: #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size:10px;
}
div.paging-top div.disabled {
	color: #ddd;
	display: inline;
}
div.paging-top span {

}
div.paging-top span.current {
	color: #000;
}
div.paging-top span a {
}

#Attachment .input {
		margin-left: 0;
		padding-left: 0;
	}

#AttachmentHelpTxt	 {
		font-size: 80%;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		display: none;
	}

#AttachmentHelp {
		margin-left: 22px;
		font-size: 80%;
	}

.lt {
	float: left;
	clear: none;
}

.lt label{
    margin-left: 10px;
}

#CategoryWrapper {
		margin:0px;
		padding:0px;
	}

#EntryOptions   {
		margin:5px 0 0 0;
		padding:0px;

}
	
#EntryCategoryWrapper #CategoryDescription {
		margin:0px;
		padding:5px 0 5px 2px;
		width: 533px;
	}	

#EntryCreditsLabel {
		margin-bottom:0;
		padding-bottom:0;
	}

#EntryComment {
		height: 80px;
	}

#JudgesEntries .entries_list table {
	margin: 6px 0 12px 0;
}

#JudgesEntries .entries_list td {
	padding: 5px;
}


.TableDisplay table {
	background-color: #fff  !important;
	border-top: 1px solid #ccc  !important;
	border-left: 1px solid #ccc  !important;
	border-bottom: 1px solid #ccc  !important;
	clear: both  !important;
	color: #333  !important;
	margin-bottom: 10px  !important;
	width: 100%  !important;
}
.TableDisplay th {
	background-color: #f2f2f2  !important;
	border-top: 1px solid #ccc  !important;
	border-left: 1px solid #ccc  !important;
	border-right: 1px solid #bbb  !important;
	border-bottom: 1px solid #bbb  !important;
	text-align: center  !important;
	padding: 2px;
}
.TableDisplay th a {
	display: block;
	padding: 2px 4px;
}
.TableDisplay th a:hover {
	background-color: #ccc;
	color: #1914D3;
}
.TableDisplay table tr td {
	background: #fff  !important;
	border-right: 1px solid #ccc  !important;
	padding: 4px  !important;
	text-align: center  !important;
	vertical-align: top  !important;
}
.TableDisplay table tr.altrow td {
	background: #f4f4f4  !important;
}

a.more {
	font-size: 70%;
}

.page-content ul li {margin-left:20px; list-style:disc; }


/* entry form */
#progress-outer {
	height: 20px;
	border: 1px solid #d3d3d3;
	width: 50%;
	margin: 5px 0 5px 0;
	padding:2px;
	/* margin: 20px auto; */
}
#progress-inner {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	height: 20px;
	width: 1px;
	padding: 0px;
	margin:0;
	text-align: center;
}
#continue-wrapper {
	margin:0;
	padding:0;
	display: none;
}
#progress-wrapper {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	display: none;
}
#EntryCreditsWrapper {
	margin:0;
	padding:0;
}

#EntryCreditsInputWrapper .input {
  padding: 0 15px 0 0;
  width: 20%;
}

#current-upload-status {
	margin:0;
	padding:0;
	display: none;
}


#existing-attachments-wrapper {
	margin:0;
    padding: 0 0 0 6px;
}
#existing-attachments-wrapper .entry-attachment {
  padding: 0 0 3px 10px;
  margin:0;
}
#existing-attachments-wrapper p {
  padding: 0 0 0 10px;
  margin:0;
}

#JudgementAddForm select  {
    width: 700px;
}

#JudgementAddForm textarea {
    width: 690px;
}
#openContestant {
color:#FF0000!important;
}
#openContestant a{
color:#FF0000!important;
}
#popup{
	font-size:14px;
}
#disabled{
    background-color: #FF6600;
}

.headL{
    background: url(../img/headL.png) no-repeat top left;
    height:10px;
}
.headR{
    background: url(../img/headR.png) no-repeat top right;
    height:10px;
}
.headRep{
    background: #E3E3E3;
    height:10px;
    margin: 0px 10px;
}
.headBgClr{
    background: #E3E3E3;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 10px 6px 10px;
}


#award-winning-list ul li {
list-style: none;
margin: 0 0 0px 0;
padding: 0px;
background-color: #E3E3E3;
border: #FFFFFF solid 1px;
color: #000;
cursor: move;
}


#sample-work-list ul li {
list-style: none;
margin: 0 0 0px 0;
padding: 0px;
background-color: #E3E3E3;
border: #FFFFFF solid 1px;
color: #000;
cursor: move;
}
.srchBgwrp{
    background: #ccc;
    border: 1px solid #999;
    border-radius: 3px;
}
.srchBgwrp td{
    padding: 5px!important;
    font-weight: bold;
}
.srchBgwrp td input[type="text"]{
    border-radius: 2px;
    padding: 2px;
    width: 180px;
    border: 1px solid #bdbdbd;
}
.srchBgwrp td input[type="submit"]{
    width: 60px;
}
.srchBgwrp td select{
    width: 186px;
    padding: 2px;
}

 table.bortab td{
    border:1px solid #000!important;
    padding: 5px!important;
}

.headingCurvbg{
    background:#E3E3E3;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding:16px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    }
.headingCurvbg h1{
    color: #000;  
    font-size: 18px;
    font-weight: normal;
    }t
