/* CSS Document */
@import "_globals.css";
@import "_menu.css";
@import "_account.css";
@import "_search.css";
@import "_groups.css";
@import "_buttons&icons.css";
@import "_profile.css";

/* New Styles Table */
table.brd, table.brd td
{
	border-color: #CCC;
	border-style: solid;
}

table.brd
{
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.brd td
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	color: #000;
	font-size:11px;
	font-weight:bold;
}

.groovybutton
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   text-align:left;
   text-decoration:none;
   color:#FFFFFF;
   width:96px;
   height:26px;
   background-color:#2878C0;
   border-top-style:solid;
   border-top-color:#2878C0;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#2878C0;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#1858B8;
   border-left-width:6px;
   border-right-style:solid;
   border-right-color:#508CC0;
   border-right-width:6px;
   padding:5px;
}

.groovybutton:hover
{
   font-size:11px;
   font-family:Tahoma,sans-serif;
   text-align:left;
   text-decoration:none;
   color:#CCC;
   width:96px;
   height:26px;
   background-color:#2878C0;
   border-top-style:solid;
   border-top-color:#2878C0;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#2878C0;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#1858B8;
   border-left-width:6px;
   border-right-style:solid;
   border-right-color:#508CC0;
   border-right-width:6px;
}
/*  rating action */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(../images/rating_star.gif) left -1000px repeat-x;
	
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
	
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
	
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.voted_twice {
	background: #FFDDDD url(../images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif;
	color:#333;
	width:130px;
	font-size:12.73px;
	}
.voted {
	background: #E7FFCE url(../images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif;
	color:#333;
	width:130px;
	font-size:12.73px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif;
	font-size:12.73px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	}
	
/* forums */
.forumpath { font-size: 12.73px; line-height: 1.3em; vertical-align:middle; padding: 6px 6px 6px 15px; color: #000000; background-color: #ffffff; font-weight: bold; margin-bottom: 10px; font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif;text-align:left;}
.forumpath a {font-size: 13px; font-weight: bold; color: #0018a5; text-decoration:underline;}

.linkbutton {overflow: visible; border: 0px inset; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 12.73px; font-weight: bold; color: #0018a5; text-decoration: none; cursor: pointer; padding-left: 10px;}
.linkbutton:hover{text-decoration:underline;}
.inputtextbox {height: 20px; background-color: #fff; border: #000 1px solid;}
.inputbutton {height: 20px; background-color: #333; border: #999 1px solid; margin: 0px; color: #fff; font-weight: bold; font-family: verdana, tahoma, arial; font-size: 12.73px; padding-bottom: 1px;}

.navtable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; background-color: #ffffff; display: table; width: 99%; border-spacing: 0px; border-collapse: collapse;}
.navtable td { padding-top:7px;}
.logtable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; width: 100%; border-spacing: 0px; border-collapse: collapse;}
.logtable td {padding: 7px;}

.formstyle {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; margin: 0px; padding: 0px; display: inline;}
.formfield {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; background-color: #e5ecf9; border: #fff 1px solid; text-align: right; color: #000; width: 20%; font-weight: bold;}
.formcell0 {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; background-color: #F5F7FB; border: #fff 1px solid; text-align: left; color: #444444;}
.formcell0 a {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; color: #36c;}
.formcell1 {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; background-color: #F5F7FB; border: #fff 1px solid; text-align: left; color: #444444;}
.formcell1 a {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; color: #36c;}
.formtable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; display: table; width: 100%; border-spacing: 0px; border-collapse: collapse;  border: 1px #CCD7ED solid;}
.formtable td {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; padding: 5px 10px 5px 10px;}
.formtitle {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; border: 1px #fff solid; background-color: #f9fbff; color: #000000; padding: 4px; font-size: 12.73px; font-weight: bold; text-align:left;}
.formtitle a {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; color: #000;}

.error {padding: 5px; margin: 5px; color: red; background-color: #e5ecf9; border: #eee 1px dashed; display: block; text-align: center; font-weight: bold; font-size: 14px; font-family: arial;}
.message { padding: 20px; margin: 5px; color: #36c; background-color: #f4f4f5; border: #eee 1px dashed; display: block; text-align: center; font-weight: bold; font-size: 14px; font-family: arial;}
.message a {text-decoration: underline; font-family: arial, verdana, tahoma; font-size: 12.73px; color: #36c;}

.forumtable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; display: table; width: 100%; border: 1px #CCD7ED solid;}
.forumtitle {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; border: 1px #fff solid; background-color: #f9fbff; color: #000; padding: 5px; font-size: 12.73px; font-weight: bold; text-align: left;}
.forumcell {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; padding: 5px 5px 5px 5px; font-size: 12.73px; border-left: 1px #fff solid; border-top: 1px #fff solid; border-bottom: 1px #eee solid; border-right: 1px #eee solid;}
.forumcat {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; border: 1px #fff solid; padding: 5px 5px 5px 10px; background-color: #ffffff; font-size: 12.73px; font-weight: normal; color: #666666;}
.forumcat a {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-weight: bold; font-size: 12.73px; color: #000; text-decoration: none;}
.forumlink {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-weight: bold;  font-size: 12.73px; text-decoration: none; color: #0018a5;}
.forumrow0 {background-color: #F5F7FB;}
.forumrow1 {background-color: #F5F7FB;}

.pagination {font-family: Verdana;  font-size: 12.73px; margin-top: 10px; margin-bottom: 10px; width: 100%; color: #000;}
.pagination a {font-family: Verdana;  font-size: 12.73px; text-decoration: underline; color: #000;}

.bbbuttons {font-family: times new roman, arial, verdana; border: 1px #fff solid; background-color: #F5F7FB;}



table td .bbbuttons {padding: 10px;}
.bbbuttons a {font-family: times new roman, arial, verdana; padding: 2px 5px 2px 5px; font-size: 12.73px; border: 1px #CCD7ED solid; background-color: #e5ecf9; color: #36c; text-decoration: none;}

.smiliesbar {margin: 5px 5px 5px 0px; font-family: arial, verdana; border: 1px #fff solid; background-color: #F5F7FB;}
.smiliesbar a {
font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; margin: 2px; padding-bottom: 5px; font-weight: bold; color: #36c;
}

.smiliestable {display: table; width: 100%; border-spacing: 0px; border-collapse: collapse; border: 1px #CCD7ED solid;}
.smiliecell {padding: 5px 5px 5px 30px; border: 1px #CCD7ED solid; background-color: #F5F7FB;}

.code {border: 1px #000 solid; background-color: #000; color: #80FF80; padding: 10px; margin: 15px; font-size: 12.73px; font-family: verdana;}
.quote {border: 1px #000 solid; background-color: #FEFEFE; color: #000; padding: 10px; margin: 15px; font-size: 12.73px; font-family: verdana;}

.subforums {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; padding-left: 5px;}
.subforums a {font-size: 12.73px;}

.topiclink {font-size: 12.73px; font-family: arial; font-weight: bold; text-decoration: underline; color: #36c;}
sup .topiclink {font-family: arial, tahoma; text-decoration: none; font-size: 12.73px; font-weight: normal;}

.topictable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; display: table; width: 100%; border: 1px #CCD7ED solid; }
.topictitle {border: 1px #fff solid; background-color:#f9fbff; color: #000; padding: 5px; font-size: 10px; font-weight: bold; text-align: center; font-family: verdana;}
.topiccell {padding: 5px 5px 5px 5px; border-left: 1px #fff solid; border-top: 1px #fff solid; border-bottom: 1px #eee solid; border-right: 1px #eee solid; font-size: 12.73px;}
.topicrow0 {background-color: #F5F7FB;}
.topicrow1 {background-color: #F5F7FB;}

.topiccommands {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; text-align: center; background-color: #f9fbff; padding-top: 5px; padding-bottom: 5px; color: #000000;}
.topiccommands a {font-size: 12.73px; font-weight: bold; color: #000000;}

.posttable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; display: table; width: 100%; border-spacing: 0px; margin-bottom: 5px; border: 1px #CCD7ED solid;}
.posttitle {background-color: #f9fbff; color: #000; padding: 4px; font-size: 12.73px; text-align:left;}
.posttitle a {color: #000;}
.postauthor {background-color: #e5ecf9; padding: 2px 10px 2px 10px; font-size: 12.73px;}
.postrow0 {background-color: #F5F7FB;}
.postrow1 {background-color: #F5F7FB;}
.posttext {padding: 4px; font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px;}

.memberbutton {display: inline; overflow: visible; border: 0px inset; background-color: transparent; font-family: arial, verdana; font-size: 12.73px; font-weight: bold; color: #c30; text-decoration: underline; cursor: pointer; padding: 0px; margin: 0px;}
.selectbox {font-size: 12.73px; font-family: arial;}

.statstable {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; display: table; width: 100%; margin-bottom: 5px; border: 1px #CCD7ED solid; margin-top: 20px;}
.statstitle {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; background-color: #f9fbff; color: #000; padding: 4px; font-size: 12.73px;}
.statscell {font-family: Trebuchet, Verdana, Lucida Grande, Sapir Sans, Tahoma, Sans-Serif; font-size: 12.73px; background-color: #F5F7FB; padding: 10px;}
.centerme {
background:#FFF;
width:800px;
margin-left:auto;
margin-right:auto;
padding:0;
}
.blogtitledate{ font-size:10px; color:#999999;
}
.castingprof{ font-size:10px; color:#444444;
}
.pagination1{
padding: 2px;
background:#FFFFFF;
padding-bottom:10px;

}

.pagination1 ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;

}

.pagination1 li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding: 1px; background-color: #f1f1f1;
}

.pagination1 a, .pagination a:visited{
padding: 1px 5px; 
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination1 a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination1 li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination1 li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination1 li.nextpage{
font-weight: bold;
}

/*added by sushma*/

.in-menu{border:1px solid #2878c0; padding:5px 5px 0 5px; float:left; margin-bottom:15px;}
.in-menu a{background:url(../images/in-menu-left.jpg) no-repeat left top; display:block; float:left; line-height:23px; height:23px; padding:0 0 0 10px; color:#FFFFFF; text-decoration:none; font-size:11px; margin:0 5px 5px 0;}
.in-menu a span{background:url(../images/in-menu-right.jpg) no-repeat right top; display:block; height:23px; line-height:23px; padding:0 10px 0 0; float:left; cursor:pointer;}
.in-menu a:hover{background:url(../images/in-menu-left.jpg) no-repeat left -23px;}
.in-menu a:hover span{background:url(../images/in-menu-right.jpg) no-repeat right -23px;}