body{
	font-family:Cambria;
	font-size:13px;
	margin:0px;
	padding:0px;
	}
ul, li, p,h1, h2, h3, h4, h5{
	margin:0px;
	padding:0px;
	}
a{
	text-decoration:none;
	}
	
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}
#live_chat {
    bottom: 5px;
    color: #000000;
    height: 40px;
    padding: 40px 8px 0 0 !important;
    position: fixed;
    right: 5px;
    text-align: right;
    width: 180px;
}

.less {
	color:#999;
	font-size:12px;
}
	.more
	{
	    color:Red;
	    font-family:Trebuchet MS;
	    font-size:15px;
	    font-weight:bold;
	}
	.more:hover
	{
	    color:#2e2e2e;
	}
.clear{
	clear:both;
	}
.wrapper{
	margin:0 auto;
	width:980px;
	}
	.tblborder
	{
	    border:1px solid #dedede;
	    background-color:#eeeeee;
	}
	.tblborder a:hover
	{
	    background-color:#FFFFFF;
	}
	.suggestedVideo
	{
	    text-decoration:none;
	    color:#2e2e2e;
	    font-size:15px;
	}
	.suggestedVideo span
	{
	    color:#cccccc;
	    font-size:12px;
	}
	.suggestedVideo a:hover
	{
	    background-color:#FFFFFF;	    
	}
	.content
	{
	    font-family:Trebuchet MS;	    
	}
	.headingline
	{
	    color:#000000;
	    font-size:15px;
	}
	.headingcontent
	{
	    color:#2e2e2e;
	    font-size:14px;
	}
	
	.videoHeader
	{
	    color:#2e2e2e;
	    font-family:Trebuchet MS;
	    font-size:20px;
	    text-align:left;
	}
#top{
	height:108px;
	position:relative;
	width:100%;
	}
#logo{
	background:url('/images/logo.jpg') no-repeat;
	float:left;
	height:108px;
	width:261px;
	}
#sign{
	background:url(/images/sign_bg.jpg) 0 100% no-repeat;
	float:right;
	height:108px;
	width:221px;
	}
#signout{
	background:url(/images/login-header.jpg) 0 100% no-repeat;
	float:right;
	height:108px;
	width:221px;
	}
	
		#signout .user{
	color:#2e2e2e;
	display:block;
	font-size:15px;
	float:right;
	height:20px;
	margin:35px 20px 0 0;
	padding-left:0px;
	text-transform:capitalize;
	width:125px;
	}
	#signout a.in{
	background:url(/images/signin.png) no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	float:right;
	height:25px;
	line-height:23px;
	margin:5px 20px 0 0;
	padding-left:8px;
	text-transform:uppercase;
	width:91px;
	}
#signout a.in:hover{
	background-position:0 -26px;
	}
#top_add{
	float:right;
	height:60px;
	width:468px;
	margin-right:15px;
	margin-top:24px;
	}
#sign a.in{
	background:url(/images/signin.png) no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:17px;
	float:right;
	height:25px;
	line-height:23px;
	margin:15px 20px 0 0;
	padding-left:8px;
	text-transform:uppercase;
	width:91px;
	}
#sign a.in:hover{
	background-position:0 -26px;
	}
	
#content{
	border:2px solid #CCCCCC;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 auto;
	padding:5px 5px;
	width:970px;
	}
#menu{
	position:relative;
	height:41px;
	width:100%;
	}
#menu ul{
	list-style:none;
	}
#menu ul li{
	display:block;
	float:left;
	}
#menu ul li a{
	border-right:1px solid #FFFFFF;
	background-color:#D90303;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:41px;
	padding:0px 13px 0px 14px;
	line-height:41px;
	}
	.menuselected
	{
	    	background-color:#980101;
	}

#menu ul li a.borderremove{
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border:none;
	}
#menu ul li a.first{
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	}
#menu ul li a:hover{
	background-color:#980101;
	}

	
/*endmenu*/	
	
#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
#nav li {
			float:left; 
			display:block; 
			width:92px; 
			background:#000; 
			position:relative;
			z-index:2; 

		}
		
		/* this is the parent menu */
		
#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:bold;  
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		
#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		
#nav a.selected {
			color:#fff;
		}
	
		/* submenu, it's hidden by default */
		
#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			top:40px;
		}
		
		#nav ul li {
			width:93px; 
			float:left; 
			border-top: 1px solid #FFFFFF;
		}
		
		/* display block will make the link fill the whole area of LI */
		
#nav ul a {
			display:block;  
			height:15px;
			color:#666;
		}
		
		
#nav ul a:hover {
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
/*endmenu*/
	.headingTitle
	{
	    background-color:#4e4e4e;
	    color:White;
	    font-size:15px;
	    font-family:Trebuchet MS;
	    height:25px;
	    width:100%;
	}
	.headingTitle:hover
	{
	    background-color:#000000;
	    color:White;
	    font-size:15px;
	    font-style:oblique;
	}
#banner, PhotoDhamal, Area2{
	margin:0;
	padding:5px 0;
	width:100%
	}
	
.PhotoContent
	{
	    width:965px;
	   /* background-color:#f1f1f1; */	
	       border:2px solid #dddddd;
	    position:relative;
	}
.PhotoContentHeader
	{
	    position:relative;
	    padding-left:5px;
	    border-bottom:2px solid #2e2e2e;
		background-color:#f1f1f1;
	}
	
.PhotoContentHeader a
	{
	    font-size:17px;
	    color:#D90303;	 
	    text-decoration:none;
	}
.PhotoContentHeader a:hover
	{
	    color:#980101;	 
	    text-decoration:none;
	}
	
.PhotoDhamalGallery
    {
	    border:1px solid #eeeeee;
	    width:185px;
	    padding-top:15px;
	}
.PhotoDhamalGallery:hover
    {
        background-color:#dddddd;
	}
	
.PhotoContentMatter
	{
	    position:relative;
	    font-size:12px;
	}
		
.PhotoContentMatter
		{
		    color:#2e2e2e;
		    text-decoration:none;
		    text-transform:capitalize;
			background-color:#f1f1f1;
		}
.PhotoContentMatter a:hover
		{
		    color:#980101;
		}
.canker
        {
            text-decoration: none;
            border: 0px;
            border-color: #dddddd;
            color: #980101;
        }
.canker:hover
        {
            color: #2e2e2e;
        }
#banner_left{
	float:left;
	position:relative;
	width:77.5%;
	}
#banner_left_top{
	height:320px;
	margin-bottom:5px;
	width:100%;
	}
#addlogo{
	background:url(/images/myadda-big.jpg) no-repeat;
	float:left;
	height:101px;
	width:100px;
	}
.submenu{
	height:30px;
	background-color:#2e2e2e;
	font-family:Trebuchet MS;
	font-size:16px;
	}
	.submenu td
	{
	    width:150px;
	    text-align:center;
	}
	.submenu td:hover
	{
	    width:150px;
	    background-color:Red;
	    color:White;
	}
		.submenu td a
	{
	    text-decoration:none;
	    color:White;
	    
	}
			.submenu td a:hover
	{
	    text-decoration:none;
	    color:White;
	    
	}
	


#banner_left_top .newtop{
	border:2px solid #999999;
	float:left;
	height:309px;
	margin-bottom:4px;
	width:394px;
	}
#banner_left_top .small{
	float:left;
	height:1px;
	width:394px;
	}

#imgbox{
	float:left;
	height:140px;
	margin: 5px 0 0 5px;
	overflow:hidden;
	width:150px;
	}
#banner_left_top .newtop p{
	color:#000000;
	float:left;
	font-size:14px;
	padding:5px 0 0 10px;
	text-align:justify;
	width:220px;
	
	}
#banner_left_top .newbottom{
	margin-bottom:0px;
	}
#blackpannel{
	background-color:#ffffff;
	border:2px solid #999999;
	float:right;
	height:310px;
	width:340px;
	}
#blackpannel a{
	font-weight:bold;
	color:#000;
	}
#blackpannel a:hover{
	color:#fff;
	}
.smallblack{
	height:60px;
	margin-left:5px;
	margin-top:2px;
	width:330px;
	}
.smallpic{
	border:1px solid #666666;
	width:65px;
	height:55px;
	float:left;
	}
.smallblack p{
	float:left;
	font-size:14px;
	padding:5px 0 0 10px;
	text-align:justify;
	width:250px;
	display:block;
	
	}
.smallblack:hover{
	background-color:#4e4e4e;
	}
#banner_left_bottom{
	width:100%;
	}
.prediction{
	background:url(/images/prediction_bg.jpg) no-repeat;
	border:1px solid #CCCCCC;
	float:left;
	height:316px;
	margin-right:5px;
	position:relative;
	width:230px;
	}
	.previewhome
	{
	    	background:url(/images/prediction_bg.jpg) no-repeat;
	border:1px solid #CCCCCC;
	float:left;
	height:316px;
	margin-right:5px;
	position:relative;
	width:230px;
	}
.prediction h4{
	color:#D90303;
	font-size:17px;
	margin-top:32px;
	padding-left:5px;
	}
	.previewhome h4
	{
	    color:#D90303;
	font-size:17px;
	margin-top:32px;
	padding-left:5px;
	}
.prediction p{
	color:#000000;
	font-size:14px;
	padding:25px 5px 0;
	text-align:justify;
	}
	.previewhome p
	{
	    	color:#000000;
	font-size:14px;
	padding:25px 5px 0;
	text-align:justify;
	}
.prediction a{
	color:#EE0000;
	font-size:13px;
	float:right;
	padding:10px 10px 0;
	position:absolute;
	bottom:10px;
	right:10px;
	}
	.previewhome a
	{
	    color:#EE0000;
	font-size:13px;
	float:right;
	padding:10px 10px 0;
	bottom:10px;
	right:10px;
	}
		.previewhome p a
	{
	    color:#2e2e2e;
	font-size:13px;
	padding:0px 0px 0;
	float:left;
	}
.prediction a:hover{
	color:#000000;
	}
	
	.previewhome a:hover
	{
	    	color:#000000;
	}
	.previewhome p a:hover
	{
	    	color:#EE0000;
	}	
#lifetime{
	background:url(/images/lifetime_bg.jpg) no-repeat;
	border:1px solid #CCCCCC;
	float:right;
	height:317px;
	position:relative;
	width:275px;
	}
#lifetime h4{
	color:#EE0000;
	font-size:17px;
	margin-top:30px;
	padding-left:5px;
	position:relative;
	}
#lifetime .newimg{
	position:absolute;
	top:-28px;
	left:4px;
	}
#lifetime p{
	background:url(/images/heading_bg.jpg) no-repeat;
	color:#000000;
	font-weight:bold;
	float:left;
	height:24px;
	margin-top:25px;
	margin-left:6px;
	padding-left:10px;
	line-height:24px;
	width:116px;
	}
#lifetime ul{
	float:left;
	list-style:none;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	}
#lifetime ul li{
	display:block;
	margin-top:10px;
	width:110px;
	}
#lifetime a{
	color:#EE0000;
	font-size:13px;
	float:right;
	padding:30px 10px 0;
	position:absolute;
	right:10px;
	bottom:10px;
	}
#lifetime a:hover{
	color:#000000;
	}
#banner_right{
	float:right;
	position:relative;
	right:3px;
	width:208px;
	}
#banner_right_top{
	background:url(/images/prediction_bg.png) repeat-x;
	border:1px solid #CCCCCC;
	height:315px;
	margin-bottom:7px;
	width:100%;
	}
#banner_right_top h4{
	background:#FFFFFF;
	color:#EE0000;
	font-size:22px;
	padding:8px 0;
	text-align:center;
	}
#newpannel1{
	height:250px;
	margin-left:7px;
	margin-right:7px;
	overflow:hidden;
	width:200px;
	}
#newpannel1 p{
    font-size:11px;
    font-weight:bold;
}
.scrlUpBtn {
    right: 32px;
	position: absolute;
    top: 290px;

}
.scrlDwnBtn {
    position: absolute;
    right: 0;
    top: 290px;
}

#banner_right_bottom{
	background:url(/images/vedio_bg.jpg) no-repeat;
	border:1px solid #CCCCCC;
	height:315px;
	width:100%;
	}
#banner_right_bottom h4{
	color:#D90303;
	font-size:17px;
	margin-top:34px;
	padding-left:36px;
	}
#banner_right_bottom h4 a{
	color:#D90303;
	}
#banner_right_bottom h4 a:hover{
	color:#980101;
	}
#banner_right_bottom h4 span{
	font-size:14px;
	font-weight:normal;
	}
.youtube{
	height:124px;
	margin-top:18px;
	margin-left:3px;
	width:203px;
	}
.addvert{
	background:no-repeat;
	height:110px;
	margin-top:5px;
	margin-left:3px;
	width:203px;
	}
#footer{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#D5D5D5;
	clear:both;
	height:40px;
	margin:5px 0 0;
	position:relative;
	width:100%;
    top: 0px;
    left: 0px;
}
#footer p{
	float:left;
	}
#footer p a{
    border-right:#333333 solid 1px;
	color:#000000;
	display:block;
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-top:10px;
	padding:0 10px;
	}
#footer span.addto a{
	background:url(/images/love.jpg) no-repeat;
	color:#000000;
	display:block;
	float:right;
	font-size:17px;
	font-weight:bold;
	height:30px;
	margin-right:130px;
	margin-top:7px;
	padding:0 10px 10px 75px;
	}
#footer span.follow{
	border:none;
	display:block;
	float:right;
	margin-right:10px;
	padding:3px 5px 0px 10px;
	}
	
/*trending hot*/
.mid-sec{
	height:200px;
	padding:0 0 0 12px;
	text-transform:uppercase;
	width:200px
}
.col{
	color:#fff;
	font:14px  Arial, Helvetica, sans-serif;
}
.txt_1{
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;
	padding-right:10px;
	line-height:18px;
	text-transform:none;
	text-align:justify
}
.txt_1 span{
	color:#000;
	float:right;
	font:12px Arial, Helvetica, sans-serif;
	padding-top:10px;
line-height:18px;
}
.txt_2{
	color:#d6d6d6;
	font:12px Arial, Helvetica, sans-serif;
	padding-top:20px;
	text-transform:none;
	text-align:justify
}
.scrlUpBtn, .scrlDwnBtn{
	position:absolute;
	top:220px;
	right:35px;
	}
.scrlUpBtn{right:70px}
/*trending hot*/

#hindimoviepreview1{
	float:left;
	width:700px;
	}
#hindimoviepreview{
	float:left;
	width:470px;
	}
#hindipre{
	width:100%;
	background-color:#980101;
	padding:3px 0px 3px 10px;
	margin-bottom:5px;
	}
	#hindipre h1{
	color:#FFFFFF;
	font-size:15px;
	line-height:15px;
	}
	#hindipre1{
width:100%;
	background-color:#980101;
	padding:3px 0px 3px 10px;
	margin-bottom:5px;
	}
		#hindipre1 h2{
	color:#FFFFFF;
	font-size:15px;
	line-height:15px;
	}
.preview1{
	background-color:#F3F2F2;
	height:150px;
	margin-bottom:10px;
	width:100%;
	}
.preview1 p{
	float:left;
	margin-left:5px;
	width:75%;
	}
.preview1 a{
	float:right;
	color:#FF0000;
	}
.preview1 a:hover{
	text-decoration:underline;
	}
	.news5{
	background-color:#F3F2F2;
	height:125px;
	margin-bottom:10px;
	width:100%;
	font-size:13px;
	}
.news5 p{
	float:left;
	margin-left:5px;
	width:75%;
	}
.news5 a{
	float:right;
	color:#FF0000;
	text-decoration:none;
	}
.news5 a:hover{
	text-decoration:underline;
	}
	
	
.preview1_img{
	float:left;
	height:134px;
	width:100px;
	}
.promotion{
	width:100%;
	font-size:13px;
	}
.promotion a{
	color:#000000;
	}
.promotion a:hover{
	text-decoration:underline;
	}	
.bgchange
{
}
.bgchange:hover
{
    background-color:#dddddd;
    color:#2e2e2e;
    border:none;
}
#rightsideadd{
	width:275px;
	height:600px;
	float:right;
	}
.newstitle {
    color: #FF0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.general {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 3mm;
}
.general_gray {
    color: #3C3C3C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 3mm;
}
.general_gray_small {
    color: #3C3C3C;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}
.general2 {
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 3mm;
}
.general1 {
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
}
.link1_new {
    color: #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.link1_new:hover {
    color: #CC0000;
    text-decoration: underline;
}
.link1_new_right {
    color: #000000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.link1_new_right:hover {
    color: #CC0000;
    text-decoration: underline;
}
#movieguide{
	float:right;
	width:470px;
	}
#movieguide h4{
	color:#FF0000;
	font-size:14px;
	}
#reviewguide{
	float:right;
	width:690px;
	}
#reviewguide h4{
	color:#FF0000;
	font-size:14px;
	}
.guidepicture{
	background-color:#EEEEEE;
	height:auto;
	margin-top:10px;
	padding-top:5px;
	width:100%;
	
	}
.guidepicture h5{
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	padding:5px 10px;
	width:525px;
	}

.pictureofguide{
	border:none;
	float:left;
	height:200px;
	margin: 0 5px;
	width:127px;
	}
.fontsize{
	font-size:13px;
	margin-top:5px;
	}
.fontsize td{
	padding:2px 0;	
	}
.fontsize td span{
	color:#FF0000;
	height:20px;	
	}
#feedbackform{
	background:url(/images/feedimg.jpg) 100% 40% no-repeat;
	width:95%;
	padding-left:5%;
	}
#feedbackform h4{
	border-bottom:2px solid #aaaaaa;
	color:#FF0000;
	font-size:22px;
	margin:10px 20px 10px -30px;
	}
#feedbackform ul{
	list-style:none;
	margin-top:30px;
	}
#feedbackform ul li{
	color:#000;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
	}
#feedbackform ul li .textarea{
	background:url(/images/textfield.jpg) no-repeat;
	border:none;
	font-weight:bold;
	height:40px;
	margin-bottom:10px;
	padding-left:10px;
	width:270px;
	}
#feedbackform ul li .textarea1{
	background:url(/images/formBg_large.jpg) no-repeat;
	border:none;
	font-weight:bold;
	height:100px;
	margin-bottom:10px;
	padding-left:10px;
	width:270px;
	}
#feedbackform ul li .submitbutton{
	background:url(/images/buttons.jpg) no-repeat;
	cursor:pointer;
	float:left;
	border:none;
	height:43px;
	margin-bottom:20px;
	margin-right:20px;
	width:108px;
	}
#feedbackform ul li .submitbutton:hover{
	background-position:0 -44px;
	}
#feedbackform ul li .resetbutton1{
	background:url(/images/buttons1.jpg) no-repeat;
	cursor:pointer;
	float:left;
	border:none;
	height:43px;
	margin-bottom:20px;
	width:108px;
	}
#feedbackform ul li .resetbutton1:hover{
	background-position:0 -44px;
	}
	
/* popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
}

/* signup & Sign In */

#boxx{
	width:400px;
	border:2px solid #aaaaaa;
	}
#boxlogin{
	width:330px;
	border:2px solid #aaaaaa;
	}
a{
	text-decoration:none;
    font-weight: 700;
}
a:hover{
	text-decoration:underline;
}
#register{
	width:95%;
	padding-left:5%;
	color:#000000;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:10px 10px 10px 0px;
	}
#register span{
	color:#FF0000;
	font-size:20px;
	text-align:center;
	margin-top:-10px;
	text-decoration:underline;
	}
#register img{
    vertical-align:bottom;
	padding-right:10px;
}
#register .textbox{
	background:url(/images/textfield-small.jpg) no-repeat;
	border:none;
	font-weight:bold;
	color:#2e2e2e;
	height:30px;
	margin-bottom:10px;
	padding-left:10px;
	width:200px;
	}
#register p .submitbutton{
	background:url(/images/buttons.jpg) no-repeat;
	cursor:pointer;
	border:none;
	height:43px;
	margin-bottom:10px;
	width:108px;
	}
#register ul li .submitbutton:hover{
	background-position:0 -44px;
	}	
	#signin{
	width:95%;
	padding-left:5%;
	color:#000;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:10px 10px 10px 0px;
	}
#signin span{
	color:#FF0000;
	font-size:20px;
	text-align:center;
	margin-top:-10px;
	text-decoration:underline;
	}
#signin img{
    vertical-align:bottom;
	padding-right:10px;
}
#signin .textbox{
	background:url(/images/textfield-small.jpg) no-repeat;
	border:none;
	font-weight:bold;
	color:#2e2e2e;
	height:30px;
	margin-bottom:10px;
	padding-left:10px;
	width:200px;
	}
#signin p .submitbutton{
	background:url(/images/buttons.jpg) no-repeat;
	cursor:pointer;
	border:none;
	height:43px;
	margin-bottom:10px;
	width:108px;
	}
#signin ul li .submitbutton:hover{
	background-position:0 -44px;
	}	
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/SavedStar.png);
}
.expertHover:hover
{
    background-color:#eeeeee;
    text-decoration:none;
}

.tbl100per
{
	width:100%;
	text-align:center;
	color:#222222;
}
.heading
{
	color:#017c84;
	font-size:18px;
	text-decoration:underline;
}
.validater
{
    color:Red;
    font-family:Trebuchet MS;
    font-size:15px;
    background-color:#FADECD;
    height:16px;
}
.headercontent
{
    background-color:#000099;
    color:White;
    font-weight:bold;
    font-size:16px;    
    text-align:center;
}
.tbl500
{
	width:500px;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	text-align:left;
}
.tbl300
{
	width:300px;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	text-align:left;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.textgreen
{
	color:Green;
	font-family:Calibri;
	font-weight:bold;
}
.tbl600
{
	width:600px;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	text-align:left;
}
.tbl700
{
	width:700px;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	text-align:left;
}
.textBoxStyle
{
	border-color:#000011;
	border-width:1.5px;
	color:#2e2e2e;
	}
txt200:focus
{
	background-color:#F5F2A2;
}
.txtloginuname
{
	border:none;
	background:none;
	width:150px;
	height:20px;
}
.txtloginpwd
{
	border:none;
	background:none;
	width:150px;
	height:20px;
	margin-left:70px;
}
.txtloginbtn
{
	border:none;
	background:none;
	clear:both;

	margin-left:300px;
	margin-top:20px;
}
.submit
{
	border:solid 1px #017c84;
	color:#000055;
	font-weight:bold;
}
.buttonsubmit{ display:inline-block;  background:#A60A0A; font-size:18px; line-height:30px; padding:0 20px; color:#fff; text-decoration:none;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; behavior: url(/js/PIE.htc); position: relative;}
.buttonsubmit:hover{ background-color:Green; color:White;}