/*#CSS Reset#*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th/*, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}
body {
	line-height: 1;
}
ul {
	list-style:disc;
	margin-left:15px;
}

ol {
	list-style-type:decimal;
	margin-left:21px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/*#General Styles#*/
html,body {
	border:0;
	height:100%;
	margin:0;
	padding:0;
	font-size:0.85em;
	/*line-height:1em;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	/*text-align:center;	*/
}

table{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
}


/*#General/Headings#*/

h1{
	color:#333333;
	font-weight:normal;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
	display:block;
	margin-bottom:10px;
}

h1.welcome{
	color:#999999;
	font-weight:normal;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
	display:block;
}

h2{
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
	display:block;
	margin-bottom:10px;
}

h2.mymagazinesblue{
	color:#0178c4;
	font-weight:normal;
	font-size:1.52em;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin:0;
	line-height:normal;
	margin-bottom:10px;
}

h3{
	color:#333333;
	font-weight:normal;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
	display:block;
	padding-bottom:4px;
}
	
h4{
	color:#000000;
	font-weight:bold;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;	
}

h5{
	color:#999999;
	font-weight:bold;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;	
}

h6{
	color:#999999;
	font-weight:bold;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:3px;	
}

h7{
	color:#999999;
	font-weight:normal;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;	
	margin-bottom:3px;	
}


/*#General/Other styles#*/

a, a:link, a:visited, a:active{
	text-decoration:none;
	color:#0178c4;
}

a:hover{
	text-decoration:underline;
	color:#0178c4;
}

a.greyText, a.greyText:link, a.greyText:visited, a.greyText:active{
	text-decoration:none;
	color:#636363;
}

a.greyText:hover{
	text-decoration:underline;
	color:#636363;
}

.smaller_text{
	font-size:0.95em;
}

p{
	margin-top:0;
}

	
input, select, textarea {
	border:1px solid #a7a6aa;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.blackText{
	color:#000;
}

.greenText{
	color:#1E5350;
}

.greyText{
	color:#636363;
}

.dark_grey_text{
	color:#999999;
}

.purpleText{
	color:#8987AC;
}

.blueText{
	color:#0178C4;
}

.pdf_view{
	font-weight:bold;
	font-size:1.2em;
}

img {
	border:0;
	padding:0;
	margin:0;
}

.hide_it{
	display:none;
}

.errormessage{
background-color:#ce0000;
}

/*#Structure Styles#*/

div#main_wrapper{
	width:955px;
	min-height:505px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.ie6 div#main_wrapper{
	height:505px;
}

div#page{
	float:left;
	margin-top:17px;
}

div#logo{
	width:265px;
	height:127px;
	float:left;
}

div#logo{
	width:261px;
}

div#logo img{
	width:215px;
	height:58px;
	float:left;
	margin-left:12px;
	margin-top:28px;
}

div#banner_area{
	height:132px; 
    	width:690px;
    	float:left; 
	background:url('/RVE_Images/CSS_Images/banner_background.gif') top left no-repeat;
}

div#banner_area_img{
	width:678px;
	height:85px;
	margin-top:8px; 
	margin-left:7px;
	margin-bottom:7px;
	float:left;
}

.ie6 div#banner_area_img{
	margin-left:4px;
}

div#top_nav_wrapper{
	width:670px;
	height:30px;
	margin-left:7px;
	float:left;
	/*text-align:right;*/
}

div#top_nav_wrapper_search_area{
	/*width:482px;*/
	width:650px;
	height:30px;
	margin-left:8px;
	color:#666666;
	//font-weight:bold;
	float:left;
}

.ie6 div#top_nav_wrapper_search_area{
	width:485px;
	margin-left:0px;
}

div#top_nav_wrapper_search_area_images input, div#top_nav_wrapper_search_area_inputs{
	height:22px;
	margin-top:0px;
	float:left;
	position:relative;
}

div#top_nav_wrapper_search_area_logout{
	height:22px;
	margin-top:0px;
	padding-top:6px;
	float:left;
	position:relative;
	/*vertical-align:middle;*/
	font-weight:normal;
}

div#top_nav_wrapper_search_area_text{
	height:17px;
	margin-top:5px;
	float:left;
	font-weight:bold;
}

div#top_nav_wrapper_search_area_inputs input{
	height:18px;
	margin-top:0px;
	float:left;	
}

div#top_nav_wrapper_search_area_inputs select{
	height:22px;
	margin-top:0px;
	margin-right:3px;
	float:left;
}

div#top_nav_wrapper_nav_area{
	/*width:172px;*/
	width:4px;
	height:20px;
	margin-top:5px;
	float:right;
	margin-right:8px;
}

div#top_nav_wrapper_nav_area a {	
	margin-left:15px;
	color:#0178C4;
	float:left;
}

#top_nav_logout{
	display:none;
}
/*
#top_nav_home{
	display:none;
}
*/

/*#Structure Styles/Footer#*/

div#footer
{
	width:955px;
    	height:50px;
    	float:left;
	color:#999999;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:active{
	text-decoration:none;
	color:#999999;
}

div#footer a:hover{
	text-decoration:underline;
	color:#999999;
}

div#footer_mmt{	
	width:350px;
	float:right;
	text-align:right;
	color:#aebcbc;
}

div#footer_mmt a, 
div#footer_mmt a:link, 
div#footer_mmt a:visited, 
div#footer_mmt a:active{
	text-decoration:none;
	color:#aebcbc;
	/*margin-left:8px;*/
	font-size:.92em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#footer_mmt a:hover{
	text-decoration:underline;
	color:#aebcbc;
}

/*#Structure Styles/Content Area#*/

div#content_wrapper{
	width:955px;
	min-height:400px;
	float:left;
	position:relative;
}

.ie6 div#content_wrapper{	
	height:400px;
}

.webkit div#content_wrapper * a{
	color:#0178C4;
}

div#main_area{
	width:685px;
    	min-height:410px;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:20px;
    	float:left;
}

.ie6 div#main_area{
	height:410px;
}

div#container_left{
	width:283px;
	margin-left:15px;
	float:left;
}

.ie6 div#container_left{
	margin-left:5px;
}

div#container_left img{
	float:left; 
}

div#container_right{
	width:357px;
	float:left;
	margin-left:15px;
}

div#container_narrow{
	width:545px;
	margin-left:60px;
	float:left;
}

/*#Left Hand Login Panel#*/

div.LHPanel_wrapper{
	width:260px;
	min-height:100px;
	float:left;
}

.ie6 div.LHPanel_wrapper{
	height:300px;
}

div.LHPanel_top{
	width:260px;
	height:16px;
	float:left;
	background:url('/RVE_Images/CSS_Images/left_panel_background_top.gif') top right no-repeat;
}

div.LHPanel_middle{
	width:260px;
    	min-height:250px;
    	float:left;
	background:url('/RVE_Images/CSS_Images/left_panel_background_middle.gif') top right repeat-y;
}

.ie6 div.LHPanel_middle{	
    	height:250px;
}

div.LHPanel_bottom{
	width:260px;
	height:82px;
	float:left;
	background:url('/RVE_Images/CSS_Images/left_panel_background_bottom.gif') top right no-repeat;
}

.ie6 .move_down{
	width:260px;
}

div#LogIn{
	/*top:180px; */
	position:absolute; 
	margin-left:20px; 
	height:300px; 
	width:240px; 
	display:block;
}

div#LogInForm{
	/*top:180px;*/
	position:absolute; 
	display:none; 
	margin-left:20px; 
	height:300px; 
	width:240px;
}

div#LogInForm img{

	margin-right:10px;
	float:right;
}

div#LogInForm input{
	margin-bottom:0px; 
	width:210px;
}

a#backBtnClick{
	float:left; 
	margin-left:120px; 
	font-weight:700;
}

/*#Shaded Boxes#*/

/*#Shaded Boxes/Large#*/
.shaded_box_large_wrapper{
	width:677px;
	float:left;
	margin-left:10px;	
}

.ie6 .shaded_box_large_wrapper{
	margin-left:3px;
}

.shaded_box_top_large{   
	float:left;
	width:677px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/border_large_box_top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
    	padding: 0;
}

.shaded_box_bottom_large{   
	float:left;
	width:677px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/border_large_box_bottom.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
    	padding: 0;
}

.shaded_box_middle_large{   
	float:left;
	width:657px;
	min-height:230px;	 
	background-image:url('/RVE_Images/CSS_Images/border_large_box_middle.gif');
	background-repeat:repeat-y;
	background-position:top left;
	margin: 0;
    	padding-left: 20px;
	/*padding-right: 20px;*/
}

/*.ie6 .shaded_box_middle_large{
	width:649px;
}*/
/*#Shaded Boxes/Medium#*/
.ie6 .shaded_box_middle_large, .ie6 .shaded_box_middle_medium{   
	height:230px;
}

.shaded_box_medium_wrapper{
	width:538px;
	float:left;
	margin-left:75px;
}

.ie6 .shaded_box_medium_wrapper{
	margin-left:38px;
}

.shaded_box_top_medium{   
	float:left;
	width:538px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/border_medium_box_top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
    	padding: 0;
}

.shaded_box_top_medium img{   
	float:right;
	text-align:right;
	
}

.shaded_box_bottom_medium{   
	float:left;
	width:538px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/border_medium_box_bottom.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
    	padding: 0;
}

.shaded_box_middle_medium{   
	float:left;
	width:538px;
	min-height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/border_medium_box_middle.gif');
	background-repeat:repeat-y;
	background-position:top left;
	margin: 0;
    	padding-left: 20px;
	padding-right: 20px;
}

/*#Navigation#*/
#nav_wrapper{
	float:left;
	margin-left:8px;
}

.ie6 #nav_wrapper{
	float:left;
	margin-left:4px;
}

#nav_wrapper img{
	float:left;
	margin-bottom:4px;
}

/*#Form Area#*/

.form_width{
	width:535px;
}

input {
	margin-top:2px;
	margin-bottom:1px;
}

#formTable1 input[type='text']{
	width:270px;
	margin-bottom:2px;
	height:18px;
}

#formTable2 input {
	margin-top:2px;
	margin-bottom:1px;
}

select {	
	margin-top:2px;
	margin-bottom:1px;
}

.form_title_dropdown{
	width:100px;
}

.form_short_dropdown{
	width:180px;
}

.form_wide_dropdown{
	width:274px;
	height:22px;
}

.form_radio_buttons input{
	width:13px!important;	
}

/*#My magazines#*/
div#magazines_blue_box_wrapper{
	width:467px;
	height:56px;
	float:left;
	background-image:url('/RVE_Images/CSS_Images/blue_magazines_background.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
	margin-top:-8px;
	margin-left:37px;
}

.ie6 div#magazines_blue_box_wrapper{
	width:457px;
	height:56px;
	float:left;
	background-image:url('/RVE_Images/CSS_Images/blue_magazines_background.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
	margin-top:-2px;
	margin-left:33px;	
}

div#magazines_blue_box_top_area{
	width:455px;
	height:15px;	
	float:left;
	margin-left:8px;
	margin-top:7px;
	color:#FFF;
}

.ie6 div#magazines_blue_box_top_area{
	width:450px;	
	margin-left:4px;	
}

div#magazines_blue_box_top_area .smaller_text{
	font-size:0.95em;
	
}

div#magazines_blue_box_bottom_area{
	width:467px;
	height:32px;
	margin-top:3px;
	float:left;
}

div#magazines_blue_box_top_area_input input{
	height:18px;
	width:350px;
	margin-top:0px;
	margin-left:8px;
	float:left;
}

div#magazines_blue_box_top_area_image img{
	height:22px;
	margin-top:0px;
	float:left;
}

div.magazines_mini_box_area_wrapper{
	width:580px;
	min-height:120px;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:15px;
	float:left;
}

.ie6 div.magazines_mini_box_area_wrapper{
	width:649px;
	height:120px;
}

div.magazines_mini_box_area_box{
	width:239px;
	min-height:102px;
	margin:0px 8px 8px 0px;
	border:1px solid #EAEAEA;
	float:left;
}

.ie6 div.magazines_mini_box_area_box{
	height:102px;
}

div.magazines_mini_box_area_image{
	width:68px;
	height:92px;
	margin-top:5px;
	margin-left:5px;
	float:left;
}

div.magazines_mini_box_area_dropdowns, div.magazines_mini_box_area_catalogue_info{
	width:145px;
	min-height:50px;
	margin-top:5px;
	margin-left:11px;
	float:left;
}

.ie6 div.magazines_mini_box_area_dropdowns, .ie6 div.magazines_mini_box_area_catalogue_info{
	height:50px;	
}

div.magazines_mini_box_area_dropdowns select{
	width:145px;
	height:22px;
	margin-top:3px;
	float:left;
}

div.magazines_mini_box_area_button{
	width:64px;
	height:32px;
	margin-top:5px;
	margin-right:4px;
	float:right;
}

.ie6 div.magazines_mini_box_area_button{
	margin-right:0px;
}

div.magazines_mini_box_area_text_near_button{
	width:64px;
	height:20px;
	margin-top:5px;
	margin-left:11px;
	float:left;
}

div.magazines_mini_box_area_no_button{
	width:145px;
	min-height:25px;
	margin-top:5px;
	margin-left:11px;
	float:left;
	text-align:right;
}

.ie6 div.magazines_mini_box_area_no_button{
	height:25px;
}


div#magazines_list_of_available{
	width:575px;
	min-height:100px;
	float:left;
}

div#magazines_list_of_available img{
	width:67px;
	height:91px;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
}


div#magazines_left_col{
	width:150px;
	min-height:300px;
	float:left;
}

div#magazines_left_col img{
	margin-bottom:15px;
	float:left;
}

.ie6 div#magazines_left_col{	
	height:300px;
}

div#magazines_right_col{
	width:470px;
	min-height:400px;
	margin-left:16px;
	float:left;
}

.ie6 div#magazines_right_col{
	height:400px;
}

div.magazines_article_wrapper{
	width:470px;
	min-height:114px;
	border:1px solid #d8d8d8;
	background:#FFF;
	margin-bottom:5px;
	float:left;
}

.ie6 div.magazines_article_wrapper{
	height:114px;	
}

div.magazines_no_resources{
	width:470px;
	height:30px;
	border:1px solid #d8d8d8;
	background:#FFF;
	margin-bottom:5px;
	float:left;
}

div.magazines_article_word{
	width:29px;
	height:26px;
	margin:10px 0px 0px 8px;
	float:left;
}

div.magazines_article_area{
	width:330px;
	min-height:95px;
	margin:10px 0px 10px 17px;
	float:left;
}

.ie6 div.magazines_article_area{
	width:327px;
	height:30px;	
}

div.magazines_article_open{
	width:64px;
	height:32px;
	/*margin:10px 0px 0px 17px;*/
	margin:10px 0px 0px 5px;
	float:left;
}


div#magazines_premium_wrapper{
	width:472px;
	min-height:50px;
	/*background:#FEF3A9;*/
	background:#e1e1e1;
	float:left;
}

.ie6 div#magazines_premium_wrapper{
	height:200px;
}


div.magazines_premium_content_header{
	width:470px;
	height:29px;
	margin-bottom:5px;
	float:left;
}

.ie7 div.magazines_article_wrapper_final_spacer{
	width:470px;
	height:5px;
	margin-top:-10px;
	float:left;
}

.clearfloat{
	clear:both
}

div#addmagazine{
	width:652px;
	float:left;
}

div#addmagazinetitle_wrapper{
	width:160px;
	float:left;
	margin-top:16px;
}

div#addmagazinetitle{
	float:left;

}
.right_arrow{
	margin:0px;
}

div#addmagazineinput{
	width:467px;
	float:right;
	background-color:#0178c4;
	color:#FFFFFF;
	font-size:.92em;
}

div#addmagazineinput_wrapper{
	margin:6px;

}

div#addmagazinerow1{
	float:left;
	width:455px;
	margin-bottom:5px;
}

div#addmagazinerow2{
	float:left;
	width:455px;
}


div#addmagazinebutton{
	float:left;
	width:100px;
	margin-top:1px;
	margin-left:5px;
}

.gecko div#addmagazinebutton{
	float:left;
	width:100px;
	margin-top:0px;
	margin-left:5px;
}

div#addmagazineinputleft{
	float:left;
	width:350px
}

div#addmagazineinput input{
	width:130px;
	border:solid 1px #FFFFFF;
	margin:0;
	padding:0;
	height:20px;
}

div#add_magazine_right_arrow{
	float:left;
	margin-top:3px;
	margin-left:8px;
}

div#add_magazine_down_arrow{
	float:left;
	margin-top:5px;
	margin-left:8px;
}

.hrGrey{
	border:0;
	background-color:#bcbec0;
	color:#bcbec0;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0px;
	float:left;
	width:650px;
}

div#select_magazine_title{
	float:left;
}

div#select_magazine_title_wrapper{
	float:left;
	width:400px;
}

/*#Breadcrumb#*/

div#breadcrumbs_area{
	width:600px;
	min-height:25px;
	margin-bottom:5px;
	float:left;
	font-size:0.95em;
	font-weight:bold;
	color:#999;
}

.ie6 div#breadcrumbs_area{
	height:25px;
}

a.CMSBreadCrumbsLink, a.CMSBreadCrumbsLink:link, a.CMSBreadCrumbsLink:visited, a.CMSBreadCrumbsLink:active{
	text-decoration:none;
	color:#999;
}

a.CMSBreadCrumbsLink:hover{
	text-decoration:underline;
}

a.breadcrumb_title:link, a.breadcrumb_title:visited, a.breadcrumb_title:active{
	color:#0178c4;	
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

a.breadcrumb_title:hover{
	text-decoration:underline;
}

/*#Flash popup#*/

.swf_box_container_top{   
	float:left;
	width:956px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/swf_box_container_top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin-left: -1px;
    	padding: 0;
}

.swf_box_container_bottom{   
	float:left;
	width:956px;
	height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/swf_box_container_bottom.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0;
    	padding: 0;
}

.swf_box_container_middle{    
	float:left;
	width:956px;
	min-height:16px;	 
	background-image:url('/RVE_Images/CSS_Images/swf_box_container_middle.gif');
	background-repeat:repeat-y;
	background-position:top left;
	margin: 0;
}


.swf_box_container_wrapper{
	position:absolute; 
	width:auto;
	/*width:955px;*/
	/*left:0px;	*/
	left:0px;
	/*top:10px;*/
	top:0px;
	display:none;
	z-index:100;
	/*added by Kashif*/
	text-align:center;
	/*end added by Kashif*/
}

#closePopupBtn{
	float:left;
	position:relative;
	left:850px;
}

#resourcesPopupBtn{
	float:left;
	position:relative;
	left:695px;
}

div#resources{
	width:480px;
	/*min-height:500px;*/
	min-height:100px;
	top:60px;
	left:240px;
	z-index:101;
	display:none;
	position:absolute;
	border:solid 1px #e4e4e4;
	background-color:#FFF; 
}

div#resources_header{
	width:475px;
	height:26px;
	margin-top:8px;
	margin-bottom:8px;
}

div#resources_heading{
	width:250px;
	height:19px;
	margin-top:7px;
	float:left;
}

div#closeResourcesBtn{
	width:60px;
	height:26px;
	float:right;
}


div#articles_wrapper{
	width:470px;
	/*min-height:500px;*/
	min-height:100px;
	margin-left:4px;
	margin-bottom:12px;
}

.ie6 div#articles_wrapper{
	height:500px;	
}

.flashObj{
	margin-top:-33px;
	margin-left:22px;
}


/*New Styles for SWF popup object [28-07-09] ---- [END] */
#search_div {
	background-color:#c4c4c4;
	width: 210px;
	height: 80px;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:5px;
} 

/*#Archive Form area#*/

div#form_area{
	width:650px;
	/*height:150px;*/
	margin-top:20px;	
	float:left;
}

div#form_area_text_area{
	width:465px; 
	height:150px; 
	margin-right:5px;	
	float:right;
}

div#form_area_text_area textarea{
	width:455px; 
	height:100px; 
}

div#form_area_images{
	/*width:220px;*/
	height:30px;
	margin-top:5px;
	/*margin-right:-5px;*/
	float:right;
}

div#form_area_images img{
	margin-right:5px;
	float:right;
}

			
div.grey_background{
	width:640px;
	height:25px;
	line-height:1.2em;
	margin-bottom:1px;
	float:left;
	background:#e8e8e8;
}

div.grey_background_text{
	height:20px;
	margin-top:5px;
	margin-left:5px;
	float:left;
}

div.grey_background_link{
	height:20px;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	float:right;
}

/*#Search Results#*/
div.split_title{
	width:640px;
	margin-bottom:10px;
	float:left;
}

div.resources_found{
	width:640px;
	margin-top:10px;
	float:left;
}

.gecko div.resources_found{
	margin-top:0px;
	margin-bottom:5px;
}

div#search_results{
	width:470px;
	min-height:300px;
	margin-top:20px;
	margin-left:85px;
	float:left;
}

.ie6 div#search_results{	
	height:300px;
	margin-left:40px;
}

div#pagination_wrapper{
	width:640px;
	height:25px;
	float:left;
}

div#pagination{
	width:270px;
	height:20px;
	margin-top:8px;
	float:left;
}

.gecko div#pagination{
	width:270px;
	height:20px;
	margin-top:5px;
	float:left;
}


div#results_per_page{
	width:164px;
	height:25px;
	float:left;
}

div#results_per_page_text{
	width:105px;
	height:20px;
	margin-top:8px;
	float:left;
}

div#sort_by{
	width:183px;
	height:25px;
	margin-left:10px;
	float:left;
}

div#sort_by_text{
	width:50px;
	height:20px;
	margin-top:8px;
	float:left;
}

.gecko div#sort_by_text, .gecko div#results_per_page_text{	
	margin-top:5px;
}

/*#Advanced search popup#*/

div#advanced_search{
	/*width:206px;*/
	width:208px;
	/*height:95px;*/
	height:150px;
	display:none;	
	position:absolute;
	background:#A7A6AA;	
	/*left:429px;*/
	left:581px;
	/*top:-8px;*/
	top:140px;
	z-index:200;
}

div#advanced_search_close{
	/*width:9px;*/
	width:12px;
	/*height:9px;*/
	height:11px;
	margin:5px 5px 5px 0px;
	float:right;
}

div.advanced_search_dropdowns{
	width:206px;
	height:23px;
	margin-top:1px;
}

div.advanced_search_dropdowns select{
	width:200px;
	height:23px;
	margin:0px 0px 2px 3px;
	float:left;
	/*added by Kashif*/
	vertical-align:middle;
}

/*#Admin Area by Kashif#*/
.magazines_mini_box_area_box_admin{
	width:350px;
	min-height:102px;
	margin:0px 8px 8px 0px;
	border:1px solid #EAEAEA;
	float:left;
}
magazines_mini_box_area_dropdowns_admin{
	width:225px;
	min-height:50px;
	margin-top:5px;
	margin-left:11px;
	float:left;
}
.admin-header-row
{
	background-color:#5D7B9D; 
	color:White; 
	/*font-size:1.3em;*/
	font-weight:bold; 
	vertical-align:middle;
}

.admin-normal-row
{
	background-color:#F7F6F3; 
	color:#000000; 
	vertical-align:middle; 
	/*font-size:1.1em;*/
}

.admin-alternate-row
{
	background-color:White; 
	color:#000000; 
	vertical-align:middle;
	/*font-size:1.1em;*/
}

div#popUpResources{
	width:480px;
	min-height:100px;
	top:60px;
	left:240px;
	z-index:101;
	display:none;
	position:absolute;
	border:solid 1px #e4e4e4;
	background-color:#FFF; 
}
a#searchButton input{
	padding-left:5px;
	margin-top:0px;
}
div#pagination ul{
	padding:0;
	list-style-type:none;
}
div#pagination ul li
{
	float:left;
	padding:3px;
}


/*********************************************/

/*#Add keyword#*/
h2.mymagazinesblue{
	color:#0178c4;
	font-weight:normal;
	font-size:1.52em;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin:0;
	line-height:normal;
	margin-bottom:10px;
}
 
.errormessage{
background-color:#ce0000;
}
 
.clearfloat{
	clear:both
}
 
div#addmagazine{
	width:652px;
	float:left;
}
 
div#addmagazinetitle_wrapper{
	width:160px;
	float:left;
	margin-top:16px;
}
 
div#addmagazinetitle{
	float:left;
 
}
.right_arrow{
	margin:0px;
}
 
div#addmagazineinput{
	width:467px;
	float:right;
	background-color:#0178c4;
	color:#FFFFFF;
	font-size:.92em;
}
 
div#addmagazineinput_wrapper{
	margin:6px;
 
}
 
div#addmagazinerow1{
	float:left;
	width:455px;
	margin-bottom:5px;
}
 
div#addmagazinerow2{
	float:left;
	width:455px;
}
 
 
div#addmagazinebutton{
	float:left;
	width:100px;
	margin-top:1px;
	margin-left:5px;
}
 
.gecko div#addmagazinebutton{
	float:left;
	width:100px;
	margin-top:0px;
	margin-left:5px;
}
 
div#addmagazineinputleft{
	float:left;
	width:350px
}
 
div#addmagazineinput input{
	width:130px;
	border:solid 1px #FFFFFF;
	margin:0;
	padding:0;
	height:20px;
}
 
div#add_magazine_right_arrow{
	float:left;
	margin-top:3px;
	margin-left:8px;
}
 
div#add_magazine_down_arrow{
	float:left;
	margin-top:5px;
	margin-left:8px;
}
 
.hrGrey{
	border:0;
	background-color:#bcbec0;
	color:#bcbec0;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0px;
	float:left;
	width:650px;
}
 
div#select_magazine_title{
	float:left;
}
 
div#select_magazine_title_wrapper{
	float:left;
	width:400px;
}
/*************************************/

/*#Blogs#*/

div#blogs_title{
	width:320px;
	min-height:50px;
	margin-bottom:5px;
	float:left;
}

.ie6 div#blogs_title{
	height:50px;
}

div#blogs_content_area{
	width:635px;
	min-height:50px;
	margin-bottom:5px;
	float:left;
}

.ie6 div#blogs_content_area{
	height:50px;
}

div#blogs_wrapper{
	width:335px;
	min-height:200px;
	float:left;
}

.ie6 div#blogs_wrapper{
	height:200px;
}

div#blogs_wrapper_wide{
	width:635px;
	min-height:50px;
	float:left;
}

.ie6 div#blogs_wrapper_wide{
	height:50px;
}


div#blog_magazine_mini_boxes{
	width:335px;
	min-height:200px;
	float:left;
}

.ie6 div#blog_magazine_mini_boxes{
	height:200px;	
}

.blog_magazine_mini_box_wrapper{
	width:67px;
	margin-right:4px;
	margin-bottom:8px;
	float:left;
}

.blog_magazine_image{
	width:67px;
	height:91px;
	float:left;
}

.blog_magazine_button{
	width:64px;
	height:32px;
	margin-top:5px;
	float:left;
}

#latest_blog_posts{
	width:300px;
	min-height:200px;
	float:left;
}

.ie6 #latest_blog_posts{
	height:200px;
}

.latestBlogPostsMiniAreasWrapper{
	width:300px;
	min-height:139px;
	margin-bottom:12px;
	background:#f4f4f4 url('/RVE_Images/Blogs/blogSummaryBG.gif') top left no-repeat;
	float:left;
}

.ie6 .latestBlogPostsMiniAreasWrapper{
	height:139px;	
}

.latestBlogPostsMiniAreas{
	width:219px;
	min-height:100px;
	margin:14px 0px 14px 75px;
	float:left;
}

.ie6 .latestBlogPostsMiniAreas{
	height:100px;
	margin:14px 0px 14px 37px;
}

.latestBlogPostsLargeAreasWrapper{
	width:637px;
	min-height:124px;
	margin-bottom:12px;
	background:#f4f4f4 url('/RVE_Images/Blogs/blogSummaryBGLarge.gif') top left no-repeat;
	float:left;
}

.ie6 .latestBlogPostsLargeAreasWrapper{
	height:124px;	
}

.latestBlogPostsLargeAreas{
	width:536px;
	min-height:100px;
	margin:14px 0px 14px 75px;
	float:left;
}

.ie6 .latestBlogPostsLargeAreas{
	height:100px;
	margin:14px 0px 14px 37px;
}

.blog_title{
	width:219px;
	min-height:10px;
	float:left;
	font-weight:bold;		
}

.ie6 .blog_title{
	height:10px;
}

.blog_title_large{
	width:535px;
	min-height:10px;
	float:left;
	font-weight:bold;	
}

.ie6 .blog_title_large{
	height:10px;
}

.blog_text{
	width:219px;
	min-height:10px;
	line-height:1.2em;
	margin:14px 0px 14px 0px;
	float:left;
}

.ie6 .blog_text{
	height:10px;
}

.blog_text_large{
	width:535px;
	min-height:10px;
	line-height:1.2em;
	margin:14px 0px 14px 0px;
	float:left;
}

.ie6 .blog_text_large{
	height:10px;
}

.blog_date{
	width:219px;
	min-height:10px;
	font-size:0.95em;
	float:left;
}

.ie6 .blog_date{
	height:10px;
}

.blog_date_large{
	width:535px;
	min-height:10px;
	font-size:0.95em;
	float:left;
}

.ie6 .blog_date{
	height:10px;
}

.TextAreaField, .TextBoxField{
	width:240px!important;
}

.blog_date_large a.CMSBreadCrumbsLink, .blog_date_large a.CMSBreadCrumbsLink:link, .blog_date_large a.CMSBreadCrumbsLink:visited, .blog_date_large a.CMSBreadCrumbsLink:active{
	text-decoration:none;
	color:#0178c4;
}

.blog_date_large a.CMSBreadCrumbsLink:hover{
	text-decoration:underline;
}

.BlogPanel{
	margin-left:-6px;
}

/*#Forums#*/

div#forum_title{
	width:320px;
	min-height:50px;
	margin-bottom:5px;
	float:left;
}

.ie6 div#forum_title{
	height:50px;
}

div#forum_content_area{
	width:635px;
	min-height:50px;
	margin-bottom:5px;
	float:left;
}

.ie6 div#forum_content_area{
	height:50px;
}

div#forum_wrapper{
	width:335px;
	min-height:200px;
	float:left;
}

.ie6 div#forum_wrapper{
	height:200px;
}

div#forum_wrapper_wide{
	width:635px;
	min-height:50px;
	float:left;
}

.ie6 div#forum_wrapper_wide{
	height:50px;
}


div#forum_magazine_mini_boxes{
	width:335px;
	min-height:200px;
	float:left;
}

.ie6 div#forum_magazine_mini_boxes{
	height:200px;	
}

.forum_magazine_mini_box_wrapper{
	width:67px;
	margin-right:4px;
	margin-bottom:8px;
	float:left;
}

.forum_magazine_image{
	width:67px;
	height:91px;
	float:left;
}

.forum_magazine_button{
	width:64px;
	height:32px;
	margin-top:5px;
	float:left;
}

#latest_forum_posts{
	width:300px;
	min-height:200px;
	float:left;
}

.ie6 #latest_forum_posts{
	height:200px;
}

.latestForumPostsMiniAreasWrapper{
	width:300px;
	min-height:139px;
	margin-bottom:12px;
	background:#f4f4f4 url('/RVE_Images/forums/forumSummaryBG.gif') top left no-repeat;
	float:left;
}

.ie6 .latestForumPostsMiniAreasWrapper{
	height:139px;	
}

.latestForumPostsMiniAreas{
	width:219px;
	min-height:100px;
	margin:14px 0px 14px 75px;
	float:left;
}

.ie6 .latestForumPostsMiniAreas{
	height:100px;
	margin:14px 0px 14px 37px;
}

.latestForumPostsLargeAreasWrapper{
	width:637px;
	min-height:124px;
	margin-bottom:12px;
	background:#f4f4f4 url('/RVE_Images/forums/forumSummaryBGLarge.gif') top left no-repeat;
	float:left;
}

.ie6 .latestForumPostsLargeAreasWrapper{
	height:124px;	
}

.latestForumPostsLargeAreas{
	width:536px;
	min-height:100px;
	margin:14px 0px 14px 75px;
	float:left;
}

.ie6 .latestForumPostsLargeAreas{
	height:100px;
	margin:14px 0px 14px 37px;
}

.forum_title{
	width:219px;
	min-height:10px;
	float:left;
	font-weight:bold;		
}

.ie6 .forum_title{
	height:10px;
}

.forum_title_large{
	width:535px;
	min-height:10px;
	float:left;
	font-weight:bold;	
}

.ie6 .forum_title_large{
	height:10px;
}

.forum_text{
	width:219px;
	min-height:10px;
	line-height:1.2em;
	margin:14px 0px 14px 0px;
	float:left;
}

.ie6 .forum_text{
	height:10px;
}

.forum_text_large{
	width:535px;
	min-height:10px;
	line-height:1.2em;
	margin:14px 0px 14px 0px;
	float:left;
}

.ie6 .forum_text_large{
	height:10px;
}

.forum_date{
	width:219px;
	min-height:10px;
	font-size:0.95em;
	float:left;
}

.ie6 .forum_date{
	height:10px;
}

.forum_date_large{
	width:535px;
	min-height:10px;
	font-size:0.95em;
	float:left;
}

.ie6 .forum_date{
	height:10px;
}

.forum_date_large a.CMSBreadCrumbsLink, .forum_date_large a.CMSBreadCrumbsLink:link, .forum_date_large a.CMSBreadCrumbsLink:visited, .forum_date_large a.CMSBreadCrumbsLink:active{
	text-decoration:none;
	color:#0178c4;
}

.forum_date_large a.CMSBreadCrumbsLink:hover{
	text-decoration:underline;
}

.forumPanel{
	margin-left:-6px;
}

/*#Forums#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}

.Forum .Unapproved
{
	background-color:#fff2cf;
}

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

.Post, .Pager{
	border-left:1px solid #CCC;
}

/*#Forums/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

.ForumLogonBox
{
	margin: 10px 0px 10px 0px;
	float: left;
}

.ForumSearchBox
{
	margin: 10px 0px 10px 0px;
	float: right;
}

.ForumSearchBox a
{
	color: black;
}

.DesignMode .ForumSearchBox, .DesignMode .ForumLogonBox
{
	float: none;
}

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

.ForumManage
{
	/*border: 1px solid #cccccc;
	margin: 6px 2px 2px 0px;
	padding: 2px 5px;
	background-color: #fffed5*/
	display:none!important;
}

.ForumManage a
{
	color: #245a91;
	padding-right: 5px;
	display:none;
}

.PostManageEdit table
{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 505px;
	height: 50px;
}

.SignatureArea
{
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.AttachmentTableUpload input
{
margin-right: 3px;
}

/*#Forum group#*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup a
{
	/*color: #245a91;*/
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000 url(/RVE_Images/Forums/headerBG.gif) repeat-x top left;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #010101 url(../App_Themes/CommunitySite/Images/bg_forum_subheader.gif) repeat-x top left;

	height: 55px;
	vertical-align: top;
	display:none;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;

	padding-top: 8px;
	padding-bottom: 5px;
	color: #010101;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}


.ForumGroup .Table .ForumInfo
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

#plcRoot_Layout_zoneContent_pageplaceholder_pageplaceholder_Layout_recent_forum_area_TeacherForumGroup_viewerForum_editElem_forumEdit_rfvUserName{
	margin-left:3px;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumGroup .Forum .ForumName
{
	font-size: 1.3em;
}

.ForumGroup .Forum .ForumDescription
{
	display: block;
	padding-top: 5px;
}


/*Forum flat view*/
.ForumFlat, .ForumTree
{
	/*margin-top: 15px;*/
}

.ForumFlat .ActionLink, .ForumFlat .ActionLink a, .ForumTree .ActionLink, .ForumTree .ActionLink a
{
	/*color: #245a91;*/
	display: inline;
}


.ForumFlat .Table, .ForumTree .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 0px;
}

.ForumFlat .Table .Info td, .ForumTree .Table .Info td
{
	border: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background: #000000 url(../App_Themes/CommunitySite/Images/bg_forum_subheader.gif) repeat-x top left;*/
	height: 55px;
	vertical-align: top;
	color: #010101;
}

.ForumTree .Table .Info td
{
	padding-left: 6px;
}

.ForumFlat .Table .ForumContent, .ForumTree .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	/*border-left: solid 1px #cccccc;*/
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName, .ForumTree .Table .ForumName
{
	/*display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: underline;
	color: #010101;*/
}

.ForumFlat .Table .ForumDescription, .ForumTree .Table .ForumDescription
{
	display: block;
	/*padding-left: 10px;*/
	color: gray;
}

.ForumFlat .Table .Informations td, .ForumTree .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td, .ForumTree .Table .Actions td
{
	font-weight: bold;
	/*background-color: #eeeeee;
	border-right: solid 1px #D1D1D1;
	border-left: solid 1px #D1D1D1;*/
	border-bottom: solid 1px #D1D1D1;
	padding:0px;
	padding-bottom:6px;	
}

.ForumFlat .Table .Actions .ActionLink, .ForumTree .Table .Actions .ActionLink
{
	/*color: #333; 
	text-decoration: underline;
	padding: 0px 0px 0px 0px;*/
}

.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 4px;
}

.ForumFlat .Table .PostsTable, .ForumTree .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td, .ForumTree .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	margin: 4px;
	height: 23px;
	font-weight: bold;
	text-align: center;
	padding-top:4px;
}


.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable, .ForumTree .ThreadTable
{
	border-left: solid 1px #cccccc;
	color:#333;
}

.ForumFlat .ThreadTable td, .ForumTree .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	background-image: url(/RVE_Images/Forums/headerBG.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
	padding-bottom:4px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #a7a7a7;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	padding:8px;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	/*text-decoration: underline;
	color: #000;
	font-size: 14px;*/
	white-space: nowrap;
}

.ForumFlat .ForumBreadCrumbs
{
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumBreadCrumbs a
{
	color: black;
}

.ForumFlat .ForumNewPost
{
	/*border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;*/
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

.PostAttachments .PostAttachmentsList a
{
	color: black;
}

/*#Forums/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}
.PostText
{
	display: block;
	margin: 5px 0px 5px 0px;
}

.PostIndent
{
	margin-left: 45px;
}


.ForumPost .PostUser
{
	color: #000;
	font-size: 13px;
}

.ForumPost .PostUser:hover
{
	text-decoration: none;
}

.ForumPost .PostSubject {
	display:block;
	margin-top:4px;
	font-weight:bold;
}

.ForumPost .PostActionLink
{	
	padding: 0px 0px;
}

.ForumPost .PostImage
{
	padding: 6px 0px;
}


.ForumPost .UserAvatar .AvatarImage
{
	background: url(../App_Themes/CommunitySite/Images/bg_blog_img.gif) no-repeat top left;
	width: 66px;
	height: 66px;
	padding: 5px;
	/*float: left;*/
	margin: 0px 15px 5px 6px;
}

.ForumPost .UserAvatar
{
	width: 75px;
}

.ForumPost .UserAvatar .Badge
{
	margin-left: 11px;
	white-space: nowrap;  
}

.ForumPost .UserAvatar .BadgeImage
{
	margin-left: 8px;
	margin-bottom: 3px;
	margin-top:2px;
}

.ForumPost .PostText img
{
border: none;
}


/* New post form */
.ForumNewPost
{
	/*padding: 5px;*/
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;
	padding: 5px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;

	vertical-align: middle;
	padding: 5px;
}

.PollsBox .PollVoteButton
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 300px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 505px;
	height: 200px;
}

.forumSearch
{
	padding: 2px 15px 30px 15px;
}

.forum h1
{

	padding-left: 2px;
}

.ThreadImageAnnouncement{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_announcement.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImage{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_default.gif) 50% 50% no-repeat;

width: 30px;
}

.ThreadImageLocked{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_lock.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImageSticky{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_stick.gif) 50% 50% no-repeat;
width: 30px;
}

.ForumImage{
background: url(../App_Themes/CommunitySite/Images/Forums/forum_default.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumImageLocked{
background: url(../App_Themes/CommunitySite/Images/Forums/forum_locked.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumTree .PostTree td
{
	border: 0px;
}

.ForumTree .PostTree
{
	border: 0px;
}

.ForumTree .ForumPost
{
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostImage td
{
	vertical-align: top;
}

.ForumTree .ThreadPostSelected
{
	background-color:#cccccc;
	padding: 3px;
	padding-bottom: 0px;
}

