body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffcea;
}

.Borderleft {
	background-image: url(images/border_left.gif);
	text-align: left;
	width: 15px;
}

.BorderRight {
	background-image: url(images/border_right.gif);
	text-align: right;
	width: 15px;
}

/* Main Navigation */

.MainNavigationTD {
	background-color: #282828;
	padding-left: 10px;
	padding-right: 10px;
	height: 36px;
	
}

.MainNavigationTDActive {
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;

}

.MainNavTDNoPad {
	background-color: #282828;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color:#ffffff;
	font-size: 14px;
}
.MainNavigationTD1 {
	background-color: #626262;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
.MainNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.MainNavigation1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}

/* Sub Navigation Css*/


.SubNavTD {
	background-color: #3c3c3c;
	height: 28px;

}

.SubNavTDMain {
	background-color: #3c3c3c;
	padding-left: 7px;
	padding-right: 7px;
	width: 942px;
	
}
.SubNavTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}

.SubNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

.SubNavTD1 {
	background-color: #3c3c3c;
	padding-left: 7px;
	padding-right: 7px;
	color: #ffffff;
	font-size: 12px;

}

.SubNavTD2 {
	background-color: #3c3c3c;
	padding-left: 18px;
	padding-right: 0px;
	color: #ffffff;
	font-size: 12px;
    text-align:left;
}

.SubNavTDActive {
	/* background-color: #ffffff;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	Text-decoration: underline;
	font-size: 12px;
	color: #000000;
}
.SubNavTDActiveTop {
	/* background-color: #ffffff;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	Text-decoration: underline;
	font-size: 12px;
	color: #FFFFFF;
}


.SubNavTDNotActive {
	background-color: #987c3b;
	padding-left: 7px;
	padding-right: 7px;
	height: 1px;
}
.PaginationNavPrev {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float:left;
	padding:15px 0px 0px 0px;

}
.PaginationNavNext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float:right;
	padding:15px 0px 0px 0px;


}
.PaginationDiv {
width:195px;
position:relative;
left:45px;
}
.StepActive{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;
color:#990000;

}
.StepInActive{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;
color:#999999;

}
.StepInActiveText{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#999999;

}


.StepInd{
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#999999;

}
/* Content Title Css*/

.ContentTD {
	width: 424px;
	vertical-align:top;
}
.TopTD {
	background-color: #fffcea;

}

.TopTDLogo {
	background-color: #fffcea;
	width: 224px;
}

.TopTDRight {
	background-color: #fffcea;
	text-align: right;
}

.TopTDLeft {
	background-color: #fffcea;
	text-align: left;
}

.TopTDMid {
	background-color: #fffcea;
	width: 60%; 
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	padding-right: 7px;
}
.TopTDMid1 {
	background-color: #fffcea;
	width: 20%; 
/*	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6d3800;
	padding-right: 7px;*/
}
.dottedline {
	background-image: url(images/dottedline.gif);
}
.BodyTDMid {
	background-color: #fffcea;
	width: 830px; 
	font-size: 24px;
	color: #6d3800;
}


/* image Css*/
.ImageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.ImageCaptionRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
.Imageborder {
	border: 12px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 12px;

}

.ImageborderNarrow {
	border: 5px solid #e2e2e2;

}
.ImageborderAlignLeft {
	border: 12px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 12px;
	float:left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 12px;
	margin-top: 8px;
}

.ImageborderAlignRight {
	border: 12px;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 12px;
	float:right;
	margin-left: 12px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 8px;
}

.ImageNoborderAlignLeft {

	float:left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 12px;
	margin-top: 8px;
}
/* content text wrapped arround image td*/
.TableFloatRight {
	float:right;
	margin-left: 12px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 8px;
}
.TableFloatLeft {
	float:left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-top: 8px;
}
/*Footer*/
.FoterMid {
	background-image: url(images/bot_middle.gif);
	width: 964px;
	
}

.BotTDMid {
	background-color: #fffcea;
	width: 838px;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*footer links*/
.FooterNavBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}

/*Content Index Css */

.TextLinked{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 5px;

}

.TitleNotLinked{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;

}

.ConSecTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
}

.BodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	padding-top: 3px;
	line-height: 20px;
}

.Star{
	color: #ff0000;
	font-weight: bold;
	
}

.ContTDRight {
	background-color: #fffcea;
	width: 305px;
}

.ArtContTDRight {
	background-color: #fffcea;
	width: 255px;
}
.ArtContTDLeft {
	background-color: #fffcea;
	width: 280px;
}
.ArtContTD {
	background-color: #fffcea;
	width: 455px;
}






.SpacerTD{
	height: 20px;
}

.SpacerTDHome{
	height: 14px;
}

.SpacerTDWidth {
	width: 12px;
}

/*sub-navigation on the left */
.SubNavTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
}

.Notice{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	text-decoration: none;
	padding-top: 5px;
	text-align:center;
}

.NoticeBody{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
	padding-top: 5px;
}

.ErrorMsg{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	width: 40%;
}

.SubNavTextLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;

}

.SubNavSpacerTD{
	height: 8px;
}

/*css added by deven*/

.agencyTable
{
  width: 622px;
  height: 447px;
  background-color:#e2e2e2;
  vertical-align:top;
  margin:auto 0;
}

.agencyTable img
{
   border:none;
   padding: 12px 0 0 0;
   float:right;
}

.agencyTable td
{
   vertical-align:top;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:24px;
   color:#000000;
   

}

.agencyTable .men
{
   vertical-align:top;
   padding-left:12px;
   text-align:left;
   color:#000000;
   }

.agencyTable .women
{
   vertical-align:top;
   padding-right:12px;
   text-align:right;
}

.agencyTable a
{

  color:#000000;
  text-decoration:none;
}

.agencyTableInner
{
   vertical-align:top;
   margin: 0;
   width:800px; 
}

.agencyTableInner img
{
    border:6px solid #e2e2e2;
	
}

.agencyTableInner td
{

   text-align:center;
   
   
}

.agencyTableInner .ModelTDWidth {
width: 100px;
text-align: left;

}

.agencyTableInner .names
{
   padding:15px 10px 3px 10px;

   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   color:#000000;
}

.agencyTableInner a
{
  color:#000000;
  text-decoration:none;
  font-size:11px;
}

.agencyTableInner .catogary
{
   padding:15px 0px 0px 0px;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:24px;
   color:#000000;
   text-align:left;
  
}


.agencyTableInner .pagination
{
   text-align:right;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   color:#6d3800;
   font-weight:bold;
   padding:15px 0px 0px 0px;
}


.agencyTableDetailTd
{
   vertical-align:top;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:24px;
   color:#6d3800;
   background-color:#987c3b;
}

.ModelDetailName
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	text-align:center;
}

/* mrs india form */
.FormLabelTDWidth {
width:225px;
}
.inputField {
width:200px;
margin:2px;

}

.radio1 {
color:#000000;
width:20px;
height:20px;
border:none;
margin:2px;
vertical-align:bottom;
}
textarea{
width:425px;

}

/*Mrs India Entries Page */
.ContestantsImageTD{
text-align: center;
}

.MrsIndiaTopTD {
	background-color: #b60000;
}
/* 4 column */
.MrsIndiaTableInner
{
   vertical-align:top;
   margin: 0;
   width:800px; 
   
}

.MrsIndiaTableInner td
{
text-align: center;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
   
}

.MrsIndiaTableInner img
{
border:2px solid #000000;
}

.MrsIndiaTitleNotLinked{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;

}
/* 1 column */
.ContestTableInner1C
{
   vertical-align:top;
   margin: 0;
   width:200px; 
}
.ContestTableInner1C td
{
text-align: center;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
   
}

.ContestTableInner1C img
{
border:2px solid #000000;
}
/* 2 column */
.ContestTableInner2C
{
   vertical-align:top;
   margin: 0;
   width:400px; 
}
.ContestTableInner2C td
{
text-align: center;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
   
}

.ContestTableInner2C img
{
border:2px solid #000000;
}
/* 3 column */
.ContestTableInner3C
{
   vertical-align:top;
   margin: 0;
   width:600px; 
   
}

.ContestTableInner3C td
{
text-align: center;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
   
}

.ContestTableInner3C img
{
border:2px solid #000000;
}

div.AdBox {
	width:740px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	border-color:#999999;
	border-left:1px;
	border-bottom:1px;
	border-right:1px;
	border-top:1px;
	border-style:solid;
	padding-top:3px;
	padding-bottom:3px;
	height: 90px;
	
}

/* Css for voting table */

.VoteHeader {
	background-color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.ContestHeader {
	background-color: #3C3C3C;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.VoteContestantName {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

.VoteOption {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

.ImageTD{
text-align: center;
padding:5px;
}

.VoteSpacerTD{
	height: 8px;
}

.VoteBodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	padding-top: 3px;
	line-height: 20px;
	text-align:left;
	width:30%;
}

.VoteBodyTextTD{
	padding-top: 10px;
	padding-bottom:10px;

}

.TermsCondition{
text-align:left;
}

.RightContentTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	padding-top: 11px;
}

.top_ad
{
margin-left:auto;
margin-right:auto;
}

.side_ad
{
margin-left:auto;
margin-right:auto;
}

.ImageTDright
{
padding:5px;
text-align:right;
}

.invspan
{
width:30px;
display:block-inline;
}

.HighlightTD{
background-color:#fcf2ba;
}

.TablePastWin{
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
.facebookTable{
border-color:#000000;
border-bottom-style:solid;
border-width:1px 1px 1px 1px;
}