﻿/*@charset "utf-8";*/
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
}
a 
{
color:#676246;	
	
	}
/*---------- Body & General Styles ----------*/

body
{
	background:#E8E8E8;    /* #FFF6F6;    AE935D #e5e2cf;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Verdana;
	font-size: 0.8em;
}
a:link, a:visited
{
	text-decoration: underline;
	text-transform: capitalize;
}
a:hover, a:active
{
	text-decoration: none;
}

/*---------- End of Body & General Styles ----------*/


/*---------- Container Styles ----------*/

.wrapper
{
	width: 1005px;
	width: 1003px; /**/
	margin: 0 auto;
}
.lgn-container
{
	font-family: Arial,Helvetica,sans-serif;
	margin: 80px 0;
	width: 100%;
}

/*---------- End of Container Styles ----------*/



/*---------- Top Bar Styles ----------*/

.top-bar
{
	width: 100%;
	height: 25px;
	text-align: right;
}
.top-bar a:link, .top-bar a:visited
{
	display: block;
	float: right;
	width: 90px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	text-transform: capitalize;
	text-decoration: none;
	background: #d56643;
}
.top-bar a:hover, .top-bar a:active
{
	background: #e48668;
}

/*---------- End of Top Bar Styles ----------*/


/*---------- Logos Bar Styles ----------*/

.logo-bar
{
	width: 100%;
	line-height: 98px;
	margin-bottom: 5px;
}
.lundbeck
{
	float: right;
	width: 421px;
	height: 93px;
	/*background: url(images/lundbeck.gif) top right no-repeat;*/
	background: url(images/Copyoflundbeck.gif) top right no-repeat;
}

/*---------- End of Logos Bar Styles ----------*/



/*---------- Navigation Styles ----------*/

.nav
{
	width: 99%;
	padding-left: 1%;
	margin: 10px 0;
	background: #FFFFFF   url(images/nav-lft-corner.png) top left no-repeat;
	
	/*847e56	#F8BB71	*/
	
	line-height: 41px;
	height: 41px;
	border:0px solid gray;
}
.nav a:link, .nav a:visited
{
	/*color: #ffffff;*/
	color:#A41E24;
	font-weight:bold;
	display: inline-block;
	padding: 0 13px;
	font-size: 1.0em;
	text-decoration:none;
}
.nav a:hover, .nav a:active
{
	background: #B47E13; /*#716b42;*/
	text-decoration: none;
}
.nav span
{
}
.right-lnks
{
	/*background: url( "images/nav-rgt-corner.jpg" ) no-repeat scroll right top #A39C6D;*/
	background: url( "images/nav-rgt-corner.png" ) no-repeat scroll right top #FFFFFF;
	
	display: inline-block;
	float: right;
	height: 41px;
	padding-right: 25px;
	width: 55%;
}

.nav span#ctl00_lbl_CPanel, .nav span#lbl_CPanel
{
	background: none;
}
.nav span a:hover, .nav span a:active
{
	/*background: #908959;*/
	background: #B47E13;
}
span.user-control
{
	/*background: url( "images/nav-mid-curves.png" ) no-repeat scroll right top #FFFFFF ; /* #847E56;*/*/
	display: inline-block;
	float: left;
	height: 41px;
	line-height: 41px;
	margin-right: 0px;
	padding-right: 6px;
}
span.user-control a:link, span.user-control a:visited
{
	color: #B47E13; /*#ffb755;*/
	float: left;
}
span.user-control a:active, span.user-control a:hover
{
	background: #FFFFFF;
}


/*---------- End of Navigation Styles ----------*/


/*---------- Sub Menu Bar Styles ----------*/

.sub-menu
{
	line-height: 35px;
	background: #cfc9a4;
}
.sub-menu a:link, .sub-menu a:visited
{
	color: #56512c;
	margin: 0 20px 0 10px;
	text-decoration:none;
}
.sub-menu a:hover, .sub-menu a:active, .sub-menu-act
{
	color: #ffffff;
}
.sub-menu-act
{
	font-weight: bold;
}


/*---------- End of Sub Menu Bar Styles ----------*/


/*---------- Page container Styles ----------*/

.container, .container-2
{
	width: 100%;
	background: #ffffff url(images/rgt-col-bg.jpg) top right repeat-y;
	height: 100%;
	overflow: auto;
}
.container-2
{
	background-image: none;
	overflow: auto;	
	min-height:300px;
}
.container-new 
{
	width: 100%;
	background: #ffffff;
	height: 100%;
	overflow: auto;	
	padding:10px;
	width:98%;
	}
/*---------- End of Page Container Styles ----------*/


/*---------- DIV Columns Styles ----------*/

.rgt-col
{
	float: right;
	overflow: auto;
	width: 25%;
	width: 25.6%; /**/
	height:100%;
}
.lft-col
{
	float: left;
	width: 74.0%;
}

/*---------- End of DIV Columns Styles ----------*/


/*---------- Footer Styles ----------*/

.footer
{
	width: 100%;
	margin: 30px 0;
	font-size: 0.85em;
}
.footer a:link, .footer a:visited, .footer span a:link, .footer span a:visited
{
	color: #676246;
	margin-right: 30px;
}
.footer span a:link, .footer span a:visited, span.footer-bottom span a:link, span.footer-bottom span a:visited
{
	/*color: #f39c01;*/
	color:#B47E13 ;
}
.footer hr
{
	background: #f0eee0;
	border: 0;
	height: 1px;
	margin: 10px 0;
}
.footer label
{
	color: #928e72;
	margin-right: 30px;
	text-transform: capitalize;
}
span.footer-bottom a:link, span.footer-bottom a:visited
{
	margin: 0 5px;
	color: #676246;
}
span.footer-bottom span
{
	float: right;
}
span.footer-bottom span a:link, span.footer-bottom span a:visited, span.footer-bottom label
{
	margin: 0;
}


/*---------- End of Footer Styles ----------*/


/*---------- Login Page Styles ----------*/

hr
{
	background: #d8d3b8;
	border: 0;
	height: 1px;
	margin: 10px 0;
}
.lgn-nav
{
	text-align: right;
}
.lgn-nav a:link, .lgn-nav a:visited
{
	color: #9f9a74;
	font-size: 1.2em;
	margin-left: 35px;
}
.lgn-nav a:hover, .lgn-nav a:active
{
	text-decoration: none;
	color: #5a552d;
}
.lgn-footer
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	
	/*background: #D4D0BA none repeat scroll 0 0;*/
	background: #FFFFFF none repeat scroll 0 0;
	color: #948E6E;
	height: 55px;
	padding: 10px;
	font-size: 12px;
}


/*---------- Login Boxes Styles ----------*/

.lgn-box
{
	display: block;
	width: 495px;
	float: left;
	color: #6a664c;
}
.lgn-box + .lgn-box
{
	float: right;
}
.lgn-box-top, .lgn-box-bottom
{
	display: block;
	padding-top: 14px;
	height: 244px;
	background: url(images/top-rd-corners.jpg) top left no-repeat;
}
.lgn-box-bottom
{
	padding-top: 0;
	background: url(images/bottom-rd-corners.jpg) bottom left no-repeat;
}
.lgn-box-mid
{
	height: 232px;
	padding: 0 20px;
	background: url(images/mid-box-bg.jpg) top left repeat-y;
}
.lgn-box label, .lgn-box span, .lgn-box input
{
	display: block;
	float: left;
	margin-bottom: 8px;
}
.lgn-box label
{
	font-size: 1.2em;
	text-align: right;
	line-height: 22px;
	width: 100px;
}
label.box-title
{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.5em;
	line-height: 35px;
	text-transform: capitalize;
	border-bottom: 2px solid #e5e2cf;
	margin-bottom: 20px;
}
.lgn-box span
{
	width: 20px;
	text-align: center;
}
.lgn-box input
{
	width: 320px;
	height: 22px;
	border: 1px solid #b0ad8c;
}
.lgn-box p
{
	margin-bottom: 15px;
}
.lgn-box span.chk
{
	display: block;
	width: 320px;
	font-size: 0.8em;
	text-align: left;
	margin-left: 120px;
	height: 11px;
}
.lgn-box span.chk input
{
	display: inline-block;
	margin-top: 5px;
	height: 10px;
	width: 10px;
	float: left;
}
.lgn-box span.chk label
{
	width: 200px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.lgn-control
{
	width: 100%;
}

/*---------- End of Login Boxes Styles ----------*/

/*---------- End of Login Page Styles ----------*/



/*---------- Brown Button Styles ----------*/

.brw-bt
{
	display: block;
	width: 230px;
	text-align: center;
	clear: both;
	height: 36px;
	line-height: 35px;
	margin: 5px auto;
}
.brw-bt input, .brw-bt a
{
	width: 230px;
	height: 36px;
	color: #ffffff;
	font-size: 1.4em;
	text-transform: capitalize;
	background: url(images/brw-bt-bg.jpg) top left repeat-x;
	cursor: pointer;
	border: 0 none;
}
.brw-bt input:hover, .brw-bt a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}

.blck-btn
{
	display: block;
	height: 38px;
	float: right;
	margin-right: 28px;
}
.blck-btn input, .blck-btn input:visited
{
	background-color: #000000;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: capitalize;
	width: 128px;
}
.blck-btn input:hover, .blck-btn input:active
{
	background-color: #6F6F6F;
}
.rdio-btn
{
	background: url(       "images/buttons/rdio-btn-bg.gif" ) repeat-x scroll left top transparent;
	display: -moz-inline-grid;
	height: 30px;
	line-height: 24px;
	text-align: center;
	width: 115px;
	vertical-align: top;
}
.brw-bt-smll
{
	display: block;
	width: 230px;
	text-align: center;
	clear: both;
	height: 36px;
	line-height: 35px;
	margin: 5px auto;
}

.brw-bt-smll input, .brw-bt-smll a
{
	background: url(     "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.3em;
	height: 28px;
	text-transform: capitalize;
	width: 111px;
}
.brw-bt-smll input:hover, .brw-bt-smll a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.brw-cht
{
	display: inline;
}
.brw-cht input
{
	background: url(   "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	width: 55px;
}
.brw-cht input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}

/*---------- End of Brown Button Styles ----------*/







/*----------VIEW GALLERY PAGE--------------*/
.title_glry
{
	color: #c8421f;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 32px;
	margin-right: 23px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-top: 29px;
	text-align: left;
}

.img_style
{
	border: 0 solid #C5BC80;
	float: left;
	height: 159px;
	margin: 43px 43px 20px 47px;
	text-align: center;
	width: 81px;
}

.txt-arrange
{
	clear: both;
}
.my_img
{
	border: 3px double #D6D6D6;
	float: left;
	height: 124px;
	overflow: hidden;
	text-align: center;
	width: 131px;
}
.glry_container
{
	clear: both;
	margin-top: 0;
	padding-bottom: 50px;
}
.view_txt
{
	clear: both;
	color: #CA411D;
	font-family: Verdana;
	font-size: 11px;
	height: 71px;
	padding-top: 4px;
	text-align: center;
	width: 143px;
}
.view_title
{
	color: #696969;
}
.srch_sect
{
	float: right;
	height: 35px;
	margin: 28px 23px 0 0;
	width: 32%;
}


.btn_srch
{
	background-image: url(              "images/srch_btn.jpg" );
	border: 0 none;
	cursor: pointer;
	height: 18px;
	vertical-align: top;
	width: 30px;
}
.srch
{
	float: left;
	width: 342px;
}

.txt_srch
{
	background-color: #E5E2CF;
	border-bottom: 1px none;
	border-left: 1px none;
	border-top: 0 none;
	height: 19px;
}
.view_txt a:link, .view_txt a:active, .view_txt a:visited, .view_txt a:hover
{
	color: #32486A;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
}



.viewed
{
	color: #696969;
}
.pager
{
	clear: both;
	text-align: center;
	color: Gray;
}
.pager a
{
	color: #cf7030;
}
.txt-details
{
	color: #837E56;
	font-size: 13px;
	margin: 10px 35px 20px 5px;
	overflow: auto;
	padding-top: 4px;
	position: relative;
	line-height: 19px;
}
.txt-details_title
{
	background-color: #F4F4F4;
	color: #CD411E;
	font-size: 17px;
	margin-left: 20px;
	margin-top: 15px;
	overflow: auto;
	width: 94%;
}
.gallery_title
{
	color: #9C9C9C;
	font-size: 11px;
	margin-left: 20px;
}
.number_style
{
	color: #847e56;
}
.img_style_details
{
	float: left;
	height: 154px;
	margin: 10px 10px 11px;
	padding-left: 12px;
	text-align: center;
	width: 143px;
}

.img_style_details a:link
{
	color: #565656;
	font-size: 12px;
	text-decoration: underline;
}

.my_img_details
{
	border: 10px solid #F3F0E0;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 146px;
}
.my_img_details-news
{
	border: 10px solid #F3F0E0;
	height: 135px;
	overflow: hidden;
	width: 146px;
}

.div_space
{
	margin-left: 8px;
}
.main_title
{
	float: left;
	width: 300px;
}
.back_glry_btn a
{
	background-image: url(             "images/buttons/Lundbeck---link.jpg" );
	border: 0 none;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 13px;
	height: 21px;
	margin-bottom: 11px;
	margin-right: 46px;
	margin-top: 41px;
	padding-top: 3px;
	text-align: center;
	width: 111px;
}
.back_glry_btn a:hover
{
	background-image: url(              "images/buttons/Lundbeck--hover.jpg" );
	border: 0 none;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 13px;
	height: 21px;
	margin-bottom: 11px;
	margin-right: 46px;
	margin-top: 41px;
	padding-top: 3px;
	text-align: center;
	width: 111px;
}
.sub_title_txt
{
	clear: both;
}
.button_links
{
	margin-top: 20px;
}
.edit_upload a, .sub_sban a
{
	background-image: url(              "images/buttons/Lundbeck---link.jpg" );
	border: 0 none;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 13px;
	height: 21px;
	margin: 41px 42px 0 -27px;
	padding-top: 3px;
	text-align: center;
	width: 111px;
}
.sub_sban a:hover, .edit_upload a:hover
{
	background-image: url(              "images/buttons/Lundbeck--hover.jpg" );
	border: 0 none;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 13px;
	height: 21px;
	margin: 41px 42px 0 -27px;
	padding-top: 3px;
	text-align: center;
	width: 111px;
}

.srch_new
{
	margin-bottom: 30px;
	width: 385px;
}


.creat_new_glry
{
	color: #77714B;
	font-size: 12px;
	height: 19px;
	width: 296px;
	margin-top: 10px;
}
.twtw
{
	margin-left: 21px;
	overflow: auto;
	padding-top: 25px;
}
.video_glry_container
{
	clear: both;
	margin-top: 0;
	padding-bottom: 100px;
	padding-left: 10px;
}
.video_style
{
	border: 0 solid #C5BC80;
	float: left;
	height: 208px;
	margin: 43px 21px 19px 28px;
	text-align: center;
	width: 135px;
}
.my_video
{
	border: 1px solid #B6B397;
	float: left;
	height: 124px;
	width: 137px;
}



.video_align
{
	clear: both;
	margin-left: 177px;
}

.img_loader
{
	margin-bottom: 20px;
	margin-left: 24px;
	overflow: auto;
	position: static;
	margin-top: 24px;
}
.img_loader table
{
}
.img_loader table tr
{
	text-align: center;
}
.img_loader table tr td
{
}
.img_loader table tr th
{
	background-color: #e0dbc7;
}



.lbl_style
{
	color: #7B6A51;
	float: left;
	font-size: 14px;
	margin-right: 5px;
}
.lbl_style-flt-rght
{
	color: #77714b;
	font-size: 12px;
	float: right;
	margin-right: 5px;
}
.txtboxes_style
{
	border: 1px solid #908A5A;
	color: #434343;
	float: left;
	font-size: 12px;
	height: 18px;
	padding-left: 2px;
	width: 153px;
}
.txtboxes_style3
{
	border: 1px solid #908A5A;
	color: #434343;
	font-size: 12px;
	height: 18px;
	padding-left: 2px;
	width: 148px;
}

.txtboxes_style-2
{
	border: 2px solid #908A5A;
	color: #434343;
	float: left;
	font-size: 12px;
	height: 28px;
	padding-left: 2px;
	width: 196px;
}


.nd_upld_div
{
	float: right;
	padding-top: 4px;
}
.upload_btn
{
	background-image: url(              "images/buttons/Lundbeck---link.jpg" );
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 13px;
	height: 24px;
	margin-left: 6px;
	padding-bottom: 2px;
	padding-top: 0;
	text-align: center;
	width: 98px;
}
.edit_delet a:link
{
	border: 0 none;
	color: #675b0a;
	cursor: pointer;
	font-size: 11px;
	margin-left: 15px;
	text-align: center;
}
.div-edit-upld
{
	width: 160px;
}
.edit_delet a:hover
{
	border: 0 none;
	color: #adadad;
	cursor: pointer;
	font-size: 11px;
	margin-left: 15px;
	text-align: center;
}
.div_space
{
	height: 100px;
	clear: both;
}
/* APPROVAL PAGE */
.grid_container
{
	/*margin-left: 0; 	margin-top: 0; 	padding: 10px;*/
	text-align: center;
}
.grid_container a:link
{
	color: #D96532;
	text-decoration: underline;
}
.grid_container a:hover
{
	color: #7A7A7A;
}

.grid_container table
{
	border: 2px solid #e0dbc7;
	width: 98%;
	margin: 0 auto;
}
.grid_container table tr
{
	/*height: 50px; 	border: 1px solid #e0dbc7;*/
}

.grid_container table th
{
	background-color: #cfc9a5;
	color: #FFFFFF;
	line-height: 30px; /*width: 67px;*/
}
.grid_container table tr th a
{
	color: #ffffff;
}

.grid_container table tr td
{
	/*border: 1px solid #e0dbc7; 	height: 109px;*/
	padding: 10px 5px;
}
.grid_container table td table
{
	margin: -10px -5px;
	width: 100%;
	border: 0;
	background: #9b9361;
	color: #cfc9a5;
}
.grid_container table td table td
{
	padding: 5px;
}
.grid_container table td table span
{
	width: 40px;
	line-height: 25px;
}
.grid_container table td table a:link, .grid_container table td table a:visited
{
	display: inline-block;
	color: #ffffff;
	width: 40px;
	line-height: 25px;
}
.grid_container table td table a:hover, .grid_container table td table a:active
{
	background: #cfc9a5;
	color: #9b9361;
}
.approv_rjct a:link
{
	color: #c94d29;
}




/*--- End of approval page---*/
/*-----registration request page---*/
.div-req-title
{
	color: #847E56;
	font-size: 20px;
	margin-left: 19px;
	padding-top: 10px;
	text-align: left;
}
.div-req-brline
{
	background-color: #E7E5D8;
	clear: both;
	height: 1px;
	margin-left: 20px;
	width: 94%;
}
.div-sml-space
{
	clear: both;
	height: 10px;
	width: 80%;
}


.div-req-alignrght
{
	float: right;
	text-align: left;
	width: 79%;
}
.div-req-alignrght-lgn
{
	float: right;
	text-align: left;
	width: 60%;
}
.div-req-alignlft
{
	float: left;
	text-align: right;
	width: 17%;
}
.clear
{
	clear: both;
}


.div-req-form
{
	background-color: #FFFFFF;
	float: right;
	text-align: left;
	width: 74%;
}
.div-req-form2
{
	background-color: #FFFFFF;
	overflow: auto;
	text-align: left;
	width: 100%;
	float: left;
}
.div-req-lftbox
{
	background-color: #979062;
	float: left;
	height: 426px;
	margin-left: 5px;
	width: 25%;
}
.div-req-brline-whte
{
	background-color: #FFFFFF;
	clear: both;
	height: 2px;
	margin-left: 15px;
	width: 88%;
}
.div-req-lftbox-title p
{
	color: #FFFFFF;
	font-size: 20px;
	margin-left: 14px;
	padding-top: 10px;
	text-align: left;
}
.marginleft
{
	margin-left: 20px;
}
.div-req-sub_lftbox-title
{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 14px;
	padding-top: 13px;
}
.ofce-box
{
	float: left;
	height: 53px;
	margin-left: 13px;
	margin-right: 7px;
	margin-top: 10px;
	width: 71px;
}
.ofce-txt
{
	float: none;
}
.ofce-txt p
{
	color: #FFFFFF;
	float: none;
	font-size: 12px;
	padding-top: 7px;
	text-align: left;
}
.info-bx
{
	color: #FFFFFF;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 13px;
	margin-right: 9px;
}
.info-bx ul
{
	list-style: none;
}
.spaces
{
	padding-left: 13px;
}
.spaces a
{
	color: #ffffff;
}
.send-reqst
{
	text-align: center;
}
.width-235
{
	border: 1px solid #afa775;
	width: 200px;
}
.red-star2
{
	padding-left: 18px;
	color: #ef0000;
	display: inline-block;
}
.red-star3
{
	padding-left: 14px;
	color: #ef0000;
	display: inline-block;
}
.txtbx-border
{
	border: 1px solid #857E51;
	color: #434343;
	font-size: 12px;
	padding-left: 7px;
}
.rght-cmmnt
{
	border: 1px solid #EBE6C9;
	float: right;
	height: 80px;
	margin-right: 93px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 70%;
}
.lft-cmmnt
{
	float: left;
	width: 14%;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.mlti-txt
{
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}
.v-align-base
{
	vertical-align: baseline;
}
.why-cns
{
	background-color: #E5E2CF;
	float: right;
	margin-right: 10px;
	margin-top: 58px;
	width: 34%;
}
.why-cns ul
{
	font-size: 12px;
	line-height: 23px;
	margin-left: 31px;
	margin-top: 19px;
}
.height-150
{
	height: 100px;
}
/*----- End of registration request page---*/
/*-----Admin Pending user lists Page---*/
.admin-grid-container
{
	margin-left: 18px;
}
.grid-usr-title
{
  color: #CA411F;
	font-size: 25px;
	margin-left: 18px;
	float: left;
		
}
.glry-title 
{
   color: #CA411F;
	font-size: 18px;
	margin-left: 18px;
	float: left;
		
	}

.admin-grid-container tr
{
	border: 1px solid #E5E2CF;
}

.admin-grid-container td
{
	border: 1px solid #E5E2CF;
	color: #2F2E2E;
	text-align: center;
	height: 28px;
}

.admin-grid-container th
{
	background-color: #EEECE0;
	border: 1px solid #E5E2CF;
	color: #837E56;
	padding: 5px;
	text-align: center;
}

.admin-grid-container table
{
	width: 704px;
}
.div-crtemember-btn
{
	padding-top: 9px;
	text-align: center;
}
.cret-bt
{
	display: block;
	width: 230px;
	text-align: center;
	clear: both;
	height: 36px;
	margin: 5px auto;
}
.cret-bt input, .cret-bt input:visited
{
	background: url(              "images/buttons/link.gif" ) repeat-x scroll left top transparent;
	border: 1px solid #A39D6D;
	color: #837e56;
	cursor: pointer;
	font-size: 1.4em;
	height: 36px;
	text-transform: capitalize;
	width: 230px;
}
.cret-bt input:hover, .cret-bt input:active
{
	background: url(              "images/buttons/hover.gif" );
}
.popup-continer
{
	background-color: #FFFFFF;
	border: 9px solid #E0DBC7;
	left: 368px;
	position: absolute;
	top: 102px;
	width: 790px;
	z-index: 100001;
	height: 535px;
}
.popup-hdr
{
	background-color: #E0DBC7;
	height: 70px;
	width: 790px;
	text-align: left;
}
.txtalign-left
{
	text-align: left;
}

.flt-left
{
	float: left;
	line-height: 33px;
	margin-left: 23px;
	width: 330px;
	margin-top: 25px;
}


.flt-left-ulst
{
	float: left;
	line-height: 33px;
	margin-left: 19px;
	margin-top: 25px;
	width: 52%;
}
.flt-right
{
	float: right;
	line-height: 33px;
	width: 312px;
	margin-top: 25px;
}
.flt-right-ulst
{
	float: right;
	line-height: 30px;
	margin-top: 25px;
	width: 42%;
}

.popup-txt-align
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 28%;
}
.popup-txt-align-ulst
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 25%;
}
.popup-values-align
{
	color: #2D2D2D;
	float: right;
	font-weight: normal;
	text-align: left;
	width: 70%;
}
.div-close-alignrght a
{
	color: #AFAB8F;
}
.div-close-alignrght
{
	color: #2D2D2D;
	float: right;
	font-weight: lighter;
	padding-top: 6px;
	text-align: center;
	width: 12%;
	font-size: 1.8em;
}

.accept-bt, .rjct-bt
{
	display: inline-block;
	float: left;
	height: 36px;
	text-align: right;
	width: 49%;
}
.accept-bt input
{
	background: url(             "images/Lundbecklink.gif" ) repeat scroll 0 0 transparent;
	border: 1px solid #A39D6D;
	color: #837E56;
	cursor: pointer;
	font-size: 1.4em;
	height: 36px;
	text-transform: capitalize;
	width: 153px;
}
.accept-bt input:hover
{
	background: url( "images/Lundbeckhover.gif" );
}

.rjct-bt
{
	float: right;
	text-align: left;
}
.rjct-bt input
{
	background: url(             "images/Lundbeclinkrj.gif" ) repeat scroll 0 0 transparent;
	border: 1px solid #A39D6D;
	color: #837E56;
	cursor: pointer;
	font-size: 1.4em;
	height: 36px;
	text-transform: capitalize;
	width: 154px;
}
.rjct-bt input:hover
{
	background: url(              "images/Lundbecrjhover.gif" );
}
.sub-popup-continer
{
	background-color: #FFFFFF;
	border: 3px solid #9A905D;
	color: #000000;
	height: 140px;
	position: static;
	width: 419px;
}
.sub-popup-hdr
{
	background-color: #E0DBC7;
	margin-bottom: 28px;
	text-align: left;
	width: 415px;
}

.padding-5
{
	padding-top: 5px;
}

.margin-top-20
{
	margin-top: 20px;
}
.height-100
{
	height: 100px;
}
.lgn-header
{
	background-color: #E0DBC7;
	height: 70px;
	padding-left: 10px;
	padding-top: 14px;
	text-align: left;
	width: 732px;
}
.lgn-header-2
{
	background-color: #E0DBC7;
	height: 70px;
	padding-left: 10px;
	padding-top: 14px;
	text-align: left;
	width: 993px;
}


.info-title
{
	float: left;
	text-align: right;
	width: 35%;
}
.info-values
{
	float: right;
	text-align: left;
	width: 60%;
	color: #424242;
}
.marginleft-124
{
	margin-left: 124px;
}
/*----- End of Admin Pending user lists Page---*/
/*-----start of view member Page---*/

.div-srch-bar
{
	margin-right: 0;
	margin-top: 0;
	padding-top: 17px;
	text-align: right;
}
.div-sml-btn
{
	float: left;
}

.div-sml-btn input
{
	background-image: url(      "images/srch_btn.jpg" );
	border: 1px solid #A39D6D;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 20px;
	margin: 0 0 0;
	padding-bottom: 0;
	text-align: center;
	width: 30px;
}
.div-sml-btn input:hover
{
	background-image: url(             "images/srch_btn.jpg" );
}
.div-sml-btn
{
	float: right;
}
.grid_container-vmember
{
	margin-left: 0;
	padding: 0px 29px 34px 34px;
	text-align: center;
}
.grid_container-vmember table
{
	border: 1px solid #BFB989;
	width: 100%;
}
.grid_container-vmember table tr
{
	height: 50px;
	border: 1px solid #E5E2CF;
}

.grid_container-vmember table tr th
{
	background-color: #EEECE0;
	border: 1px solid #E5E2CF;
	color: #837E56;
	font-size: 12px;
	width: 67px;
}
.grid_container-vmember table tr th a
{
	color: #837E56;
}

.grid_container-vmember table tr td
{
	height: 77px;
	border: 1px solid #E5E2CF;
	color: #2F2E2E;
}
.margin-right-29
{
	margin-right: 29px;
}
.margin-right-13px
{
	margin-right: 13px;
}
.div-sml-btn-link
{
	background-color: #a39d6d;
	padding-top: 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 16px;
	margin: 20px 0 0 214px;
	padding-bottom: 4px;
	text-align: center;
	width: 81px;
}
.div-sml-btn-link a:hover
{
	background-color: #a39d6d;
	border: 0 none;
	color: #fcaf58;
	cursor: pointer;
	font-size: 14px;
	height: 19px;
	margin: -1px 0 0 3px;
	padding-bottom: 4px;
	text-align: center;
	width: 81px;
}
.div-sml-btn-link a
{
	background-color: #a39d6d;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 19px;
	margin: -1px 0 0 3px;
	padding-bottom: 4px;
	text-align: center;
	width: 81px;
}
.div-sml-btnupload
{
	position: absolute;
	right: 478px;
	top: 328px;
}
.div-sml-btnupload input
{
	background-image: url(             "images/buttons/Lundbeck---link.jpg" );
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 22px;
	margin: -1px 0 0 3px;
	padding-bottom: 4px;
	text-align: center;
	width: 81px;
}
.div-sml-btnupload input:hover
{
	background-image: url(             "images/buttons/Lundbeck--hover.jpg" );
}
.margin-right-40
{
	margin-right: 26px;
}
.hyper-div
{
	background: url(              "images/buttons/link.gif" ) repeat-x scroll left top transparent;
	border: 1px solid #A39D6D;
	color: #837e56;
	cursor: pointer;
	font-size: 1.4em;
	height: 36px;
	text-transform: capitalize;
	width: 230px;
	text-align: center;
	margin-left: 8px;
	margin-top: 21px;
}
.hyper-div a:link, .hyper-div a:visited
{
	color: #837E56;
	display: block;
	line-height: 36px;
	text-align: center;
}
.hyper-div a:hover, .hyper-div a:active
{
	background: url(              "images/buttons/hover.gif" );
}
.img_loader table
{
	background-color: #FFFFFF;
	border: 1px solid #75704A;
	overflow: auto;
	position: relative;
	width: 708px;
}
.img_loader table tr
{
}
.img_loader table tr td
{
}
.img_loader tr th
{
	background-color: Red;
}
.modalPopup
{
	background-color: #E4E4E4;
	border: 10px solid #E4E4E4;
	left: 601.5px;
	position: fixed;
	text-align: center;
	top: 178.5px;
	z-index: 100001;
	overflow: auto;
}

.img_grid_align
{
	border-width: 0;
	width: 135px;
}
.popup-detils
{
	background-color: #FFFFFF;
	border: 5px solid #E1DCC9;
	left: 373px;
	position: absolute;
	top: 206px;
	z-index: 100001;
	width: 680px;
}
.popup-detils-th
{
	background-color: #E0DECC;
	height: 50px;
	width: 680px;
}
.font-size-26
{
	font-size: 26px;
}
.rgt-col-top
{
	color: #ACA15E;
	display: block;
	font-size: 16px;
	height: 46px;
	margin-top: 8px;
	padding-left: 12px;
	text-align: left;
	width: 93%;
}

.rgt-col-top p
{
	padding-top: 12px;
}
.margin-top-107
{
	margin-top: 23px;
}
.rght-col-usrlst-wrapper
{
	border-collapse: inherit;
}
.hp-mmbr-grd
{
	width: 100%;
	line-height: 18px;
}
.hp-mmbr-grd table tr td
{
	padding-left: 7px;
}

.rght-col-usrlst-wrapper table
{
	border: medium none;
	line-height: 16px;
	margin-top: 0;
	width: 239px;
}
.ltst-mmbr-fnt
{
	padding-left: 9px;
	padding-top: 5px;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

.rght-col-usrlst-wrapper table tr
{
	border: none;
}
.rght-col-usrlst-wrapper table tr th
{
	border: medium none;
	color: #837E56;
	padding-bottom: 13px;
	padding-right: 37px;
}
.rght-col-usrlst-wrapper table tr td
{
	border: medium none;
	color: #727272;
	width: 35px;
}
.red-lbl
{
	color: #ef0000;
}
.red-star
{
	color: #ef0000;
	padding-left: 5px;
	display: inline-block;
}
.exval-rdstr
{
	color: #ef0000;
	float: right;
	width: 69px;
}

.img-site-logo
{
	border-width: 0;
	margin-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rght-col-brline
{
	background-color: #E5E2CF;
	clear: both;
	height: 2px;
	margin-left: 0;
	margin-top: 12px;
	width: 99%;
}
.nws-inr-lnk a:link
{
	color: #d96532;
	font-size: 12px;
}
.nws-inr-lnk a:hover
{
	color: #8c8c8c;
}


.innr-links
{
	margin-left: 13px;
}
.links-title-style
{
	color: #837E56;
	font-size: 16px;
	padding-bottom: 6px;
	padding-top: 20px;
	font-weight: normal;
}
.innr-links ul span
{
color:#5B4E10;	
	}
.innr-links ul li
{
	list-style: none;
	
}
.mre-lnks li {padding-bottom:10px;}
.innr-links ul li a:link, .innr-links ul li a:visited, .innr-links-ql a:link, .innr-links-ql a:visited
{
	color: #d96532;
	font-size: 12px;
	font-size: 12px;
	text-decoration: underline;
	text-transform:none;
}
.innr-links ul li a:hover, .innr-links ul li a:active, .innr-links-ql a:hover, .innr-links-ql a:active
{
	color: #8c8c8c;
}
.poll-box
{
	margin-left: 7px;
	
}


.poll-box span
{
	color: #393939;
}
.rdio-btn-style
{
	color: #000000;
}
.rgt-col-btn
{
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
}
.rgt-col-btn input
{
	width: 230px;
	height: 36px;
	color: #ffffff;
	font-size: 1.4em;
	text-transform: capitalize;
	background: url(images/brw-bt-bg.jpg) top left repeat-x;
	cursor: pointer;
	border: 0 none;
}
.rgt-col-btn input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.actve-mmbrs
{
	margin-left: 16px;
	margin-top: 13px;
	
}
.rght-numbers
{
color:#4C4C4C;
float:right;
margin-right:16px;
text-align:right;
width:20%;
}
.rght-numbers span
{
	color: #EC4F00;
}
.left-numbers
{
	color: #343434;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0;
	width:70%;
	font-family:Arial;
	margin-bottom:5px;
}
.left-numbers span
{
	color: #343434;
	font-weight: bold;
	font-family:Arial;
}

.grd-hdr-style
{
	background-color: #CFC9A5;
	color: #4A4622;
	height: 50px;
}
.aprve-rjct-btns-align
{
	display: inline-block;
}
.brw-bt-sml
{
	display: inline;
	width: 55px;
	text-align: center;
	clear: both;
	height: 20px;
	margin: 5px auto;
}
.brw-bt-sml input, .brw-bt-sml a:link
{
	background: url(           "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	height: 20px;
	text-transform: capitalize;
	width: 55px;
}
.brw-bt-sml input:hover, .brw-bt-sml a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}



/*---  Home Page Start ----*/
/*---  Home Page left-side box1 ----*/

.left-side-wrper
{
	float: left;
	width: 50%;
}
.hompge-title
{
	color: #CD501A;
	font-size: 19px;
	margin-left: 31px;
	margin-top: 20px;
	height:25px;
}
.hp-img
{
	border: 1px solid #B7B28B;
	float: left;
	height: 50px;
	margin-left: 32px;
	margin-top: 11px;
	width: 50px;
}
.hp-title-nws
{
	float: left;
	margin-left: 18px;
	margin-top: 10px;
	width: 70%;
}
.right-side-wrper
{
	float: right;
	width: 50%;
}
.img-icon
{
	float: left;
	margin-left: 20px;
	width: 14%;
}
.img-link
{
	float: left;
	height: 27px;
	width: 76%;
}
.hp-title
{
	color: #494949;
	font-weight: bold;
}
.hp-date
{
	color: #CE3C3C;
	font-size: 11px;
}
.hp-lftside-txt
{
	color: #6D673D;
	text-align: left;
}
/*--- End of Home Page left-side box1 ----*/
/*---  Home Page right-side box1 ----*/
.img-icns-wrper
{
	margin-top: -3px;
}
.img-link a:link, .img-link a:visited
{
	background-image: url(         "images/link-home-page.gif" );
	color: #000000;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 14px;
}
.img-link a:hover, .img-link a:hover
{
	background-image: url(images/homepage-hover.gif);
}
/*---  Home Page photoglry box ----*/
.glry-hp-wrper
{
	background-color: #F3F3F3;
	height: 190px;
	margin-left: 29px;
	margin-top: 38px;
	width: 94%;
}
.glrytitle-hp
{
	margin-top: 10px;
	margin-left: 24px;
	float: left;
}
.viewglry-link-hp
{
	float: right;
	margin-right: 20px;
}
.viewglry-link-hp a:link, .viewglry-link-hp a:visited
{
	color: #D46643;
	font-size: 12px;
}

.viewglry-link-hp a:hover, .viewglry-link-hp a:active
{
	color: #D46643;
	text-decoration: underline;
}

.brw-btn-mail
{
	clear: both;
	display: block;
	height: 36px;
	margin: 5px auto;
	text-align: center;
	width: 230px;
}
.brw-btn-exl
{
	clear: both;
	display: block;
	height: 131px;
	margin-bottom: 168px;
	margin-left: 70px;
	margin-top: 22px;
	text-align: center;
	width: 230px;
}
.brw-btn-exl input
{
	background: url( "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	height: 21px;
	text-transform: capitalize;
	width: 103px;
}
.brw-btn-exl input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}

.brw-btn-mail input, .brw-btn-mail a
{
	background: url(         "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.4em;
	height: 36px;
	text-transform: capitalize;
	width: 230px;
}
.brw-btn-mail a
{
	background: url(         "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	height: 20px;
	text-transform: capitalize;
	width: 78px;
}
.brw-btn-mail input:hover, .brw-btn-mail a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.padding-right-96
{
	padding-right: 96px;
}
.form-reqst-wrper
{
	float: left;
	width: 64%;
}
.btn-align-center
{
}
.padding-top4
{
	padding-top: 4px;
}
.user-list
{
}
.lft-part
{
}
.user-prfile-style
{
	background-color: #FFFFFF;
}
.vertical-top
{
	vertical-align: top;
}
.pad
{
	padding-left: 10px;
}
.wrper-brder
{
	border: 1px solid #D1D3BE;
	height: 50px;
	margin-left: 194px;
	margin-top: 100px;
	padding-top: 23px;
	text-align: center;
	width: 400px;
}
.vew-mmbers
{
	clear:both;
	 text-align: right;
	margin-right: 8px;
	margin-top: 10px;
	
}
.vew-mmbers a:link, .vew-mmbers a:visited
{
	color:#D04500;
	font-size: 12px;
	font-size: 12px;
}
.vew-mmbers a:hover, .vew-mmbers a:active
{
	color: #8c8c8c;
	text-decoration: underline;
}
.er-succ-text
{
	border: 1px solid #4B8A08;
	color: #610B0B;
	font-size: 17px;
	font-weight: bold;
	height: 100px;
	margin-left: 349px;
	padding-top: 74px;
	text-align: center;
	width: 343px;
}
.er-succ-text2
{
	color: #d46643;
	font-size: 23px;
	font-weight: bold;
	height: 100px;
	margin-left: 155px;
	margin-top: 90px;
	padding-top: 74px;
	text-align: center;
	width: 458px;
}
.sub-ppup-text
{
	font-size: 20px;
}
.eror-msg
{
	color: red;
	margin-left: 6px;
}

.part1
{
	margin-bottom: 33px;
	margin-left: 41px;
}
.part2
{
	margin-left: 32px;
}
.part2-gl
{
	margin-left: 48px;
}
.part1 span
{
}
.part2 span
{
}
.img-prfile
{
	padding-left: 551px;
	position: absolute;
	top: 350px;
}
.suc-msg
{
	color: #679700;
	float: right;
	margin-bottom: 28px;
	width: 314px;
}
.nav-2-align
{
	margin-left: 21px;
}
.hlp-lnk
{
	color: #ffffff;
}
.sttic-glry-wrpr
{
	height: 170px;
	margin-left: 36px;
	margin-top: 2px;
	overflow: auto;
	width: 680px;
}

.sttis-img
{
	border: 2px solid #FFFFFF;
	height: 115px;
	margin-right: 30px;
	vertical-align: middle;
	width: 102px;
}
.left-text-wrper
{
	float: left;
}
.left-text-wrper p
{
	color: #6B701A;
	margin-left: 32px;
}
.img-link-hp
{
}
.right-text-wrper
{
	float: right;
	margin-right: 20px;
}
.right-text-wrper p span
{
	color: #CA581E;
}
.right-text-wrper p span span
{
	color: #000000;
	margin-left: 34px;
}

.right-text-wrper p
{
	margin-bottom: 5px;
}

.brline-hp
{
	background-color: #E5E2CF;
	clear: both;
	height: 1px;
	margin-left: 36px;
	margin-top: 49px;
	width: 92%;
}
.brline-hp-grd
{
	background-color: #E5E2CF;
	clear: both;
	height: 1px;
	margin-left: 13px;
	margin-top: 49px;
	width: 99%;
}
.viva-img
{
	height: 59px;
	width: 74px;
}
.nav-sub
{
	width: 99%;
	padding-left: 1%;
	margin: 10px 0;
	background: #F79E35 url(images/qz-lft-crn2.jpg) top left no-repeat; /*#f5f5f5   F8BB71	 */
	line-height: 41px;
	height: 41px;
	color:	Black;	/*#F8BB71*/
	overflow:auto;
}
.nav-sub2
{
	background: #F79E35 url(images/qz-rgt-crn3.jpg) top right no-repeat; /*#f5f5f5 F8BB71*/
	float: right;
	padding-right: 10px;
	height: 41px;
}
.brw-bt-quiz
{
	display: block;
	width: 201px;
	text-align: center;
	clear: both;
	height: 22px;
	line-height: 35px;
	margin: 5px auto;
	float: right;
}

.brw-bt-quiz input
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(images/brw-bt-bg.jpg) repeat-x scroll left top;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.4em;
	height: 32px;
	text-transform: capitalize;
	width: 146px;
}

.brw-bt-quiz input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.srch_sect-mp
{
	display: inline;
	float: none;
	height: 19px;
	margin: 0 0 0 3px;
	width: 20%;
}
.div-sml-btn-hp
{
	float: left;
	margin-top: 8px;
}
.div-sml-btn-hp input
{
	background-image: url(images/srch_btn.jpg);
	border: 1px solid #A39D6D;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 20px;
	margin: 0 0 0 2px;
	padding-bottom: 4px;
	text-align: center;
	width: 29px;
}
.lbl_style-hp
{
	color: #77714B;
	float: left;
	font-size: 12px;
	margin-left: 6px;
	margin-right: 5px;
	margin-top: 13px;
}

.txtboxes_style-hp
{
	background-color: #CFC9A4;
	border: 1px solid #908A5A;
	color: #434343;
	float: left;
	font-size: 12px;
	height: 18px;
	margin-top: 8px;
	padding-left: 2px;
	width: 148px;
}
.rght-col-brline-hp
{
	background-color: #E5E2CF;
	clear: both;
	height: 2px;
	margin-left: 0;
	margin-top: 35px;
	width: 99%;
}
.nav-sub-txt
{
	font-size: 15px;
	font-weight: normal;
	float: left;
}
.ys-no-txt
{
	margin-left: 6px;
	margin-right: 17px;
}
.date-style
{
	margin-left: 440px;
	color: #56512C;
	margin-right: 17px;
}
/*----- user-Registration Request page -------*/

.div-req-form-lgn
{
	background-color: #FFFFFF;
	float: right;
	margin-top: 30px;
	overflow: auto;
	text-align: left;
	width: 64%;
}
.form-reqst-wrper-lgn
{
	float: none;
	width: 90%;
}
.div-req-lftbox-lgn
{
	background-color: #979062;
	float: left;
	margin-left: 11px;
	margin-top: 30px;
	width: 33%;
}
.flt-rght-only
{
	float: right;
}
.send-req-blgn
{
	text-align: left;
	width: 253px;
}






/*-----End of user-Registration Request page -------*/
/*-----start  of quiz pages -------*/
.quiz-lbl1
{
	float: left;
	font-size: 15px;
	margin-left: 38px;
	margin-top: 0;
	text-align: right;
	width: 19%;
	color: #3d3d3b;
}
.txtboxes_quiz
{
	border: 1px solid #ADA888;
	margin-left: 10px;
	padding-left: 7px;
	color: #333331;
}
.quiz-grn-title
{
	color: #A39C6D;
	font-size: 15px;
	margin-left: 15px;
	float: left;
}
.align-left
{
	text-align: right;
}
.quiz-txtbox
{
	float: right;
	margin-right: 78px;
	width: 64%;
}
.quiz-wrper
{
	overflow: auto;
}
.quiz-txtbx-2
{
	border: 1px solid #ADA888;
	color: #3D3D3B;
	font-size: 12px;
	height: 75px;
	padding-left: 4px;
	padding-top: 2px;
	width: 350px;
}
.quiz-txtbx-3
{
	border: 1px solid #847E56;
	height: 22px;
	width: 299px;
}
.mrgn-rght
{
	margin-right: 2px;
	width: 5px;
}
.chck-bx
{
	float: right;
	width: 99px;
	font-size: 12px;
	margin-top: 1px;
}
.quiz-grid table
{
	border: 1px solid #C6C09B;
	margin-left: 22px;
	text-align: center;
	width: 94%;
	height:auto;
}
.news-grid
{
	margin: 18px;
	padding: 5px;
}
.news-grid table
{
	margin-left: 10px;
	text-align: left;
	width: 100%;
}
.quiz-grid table tr, .news-grid table tr
{
}
.quiz-grid table tr td, .news-grid table tr td
{
	color: #545454;
	height: 23px;
	padding:5px;
}
.quiz-grid table tr td a:link, .news-grid table tr td a:link
{
	color: #ca411d;
}
.quiz-grid table tr td a:hover, .news-grid table tr td a:hover
{
	color: #afaeae;
}
.quiz-grid table tr th
{
	background-color: #847E56;
	color: #FFFFFF;
	font-size: 14px;
	height: 29px;
}
.quiz-grid table tr th a, .news-grid table tr td a
{
	color: #ffffff;
	text-decoration: underline;
}
.quiz-img-bx
{
	margin-left: 22px;
}
.intrvl-wrper
{
	overflow: auto;
}
.intrvl-lft
{
	float: left;
	margin-left: 85px;
	width: 53%;
}
.intrvl-rght
{
	float: right;
	width: 27%;
}
.intrvl-lbl
{
	color: #3D3D3B;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 12px;
	text-align: right;
	width: 90px;
}
.frm-to-lbl
{
	color: #3D3D3B;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	text-align: right;
	width: 68px;
}

.intrvl-bxs
{
	border: 1px solid #837E56;
	color: #000000;
	float: right;
	height: 20px;
	margin-right: 0;
	padding-left: 2px;
	width: 284px;
}
.intrvl-bxs-dw
{
	border: 1px solid #837E56;
	color: #555555;
	float: left;
	height: 20px;
	margin-right: 0;
	padding-left: 2px;
	width: 180px;
	margin-left: 4px;
}
.lbl-dte
{
	float: right;
	margin-right: 28px;
}
.dte-bx
{
	border: 1px solid #837E56;
	color: #707070;
	float: right;
	font-size: 14px;
	height: 21px;
	margin-bottom: 3px;
	margin-right: 27px;
	text-align: center;
	width: 81px;
}
.txt-area-intrv
{
	border: 1px solid #837E56;
	float: right;
	height: 82px;
	width: 286px;
	color: #323130;
	font-family: Arial;
	font-size: 12px;
}

.upld-bx.upld-bx
{
	border: 1px solid #837E56;
}
.quiz-intro
{
	font-size: 23px;
	margin-bottom: 74px;
	margin-top: 30px;
	text-align: center;
}
.timer-clck
{
	background-color: #676242;
	border: 0 none;
	color: #FFFFFF;
	float: right;
	margin-right: 54px;
	margin-top: 10px;
}
.quiz-bdy
{
	font-size: 20px;
	margin-bottom: 26px;
	margin-left: 20px;
	margin-top: 10px;
}
.rdio-btn-style
{
	line-height: 18px;
	margin-left: 4px;
}
.rdio-btn-style table tr td label
{
	margin-left: 5px;
	font-size: 12px;
}
.rdio-btn-style table tr td input
{
	vertical-align: middle;
}

.intrv-bx-hd
{
	background-color: #EEEAD1;
	color: #837E56;
	display: block;
	height: 18px;
	text-align: left;
	width: 210px;
}
.intrv-bx
{
	background-color: #FFFFFF;
	border: 1px solid #EEEAD1;
	color: #4A4A4A;
	height: 115px;
	padding: 3px;
	width: 92%;
}
.intrv-bx-wrper
{
	margin-left: 37px;
}
.intrv-bx-wrper-in
{
	float: left;
	width: 32%;
}
.qz-intrv-rght
{
	float: right;
	margin-right: 47px;
}
.qz-intrv-lft
{
	color: #3D3D3B;
	float: left;
	font-size: 15px;
	margin-right: 15px;
}
.qz-intrv-rght a:link, .qz-intrv-rght a:visited
{
	color: #D46643;
	font-size: 12px;
}

.qz-intrv-rght a:hover, .qz-intrv-rght a:active
{
	color: #929292;
	text-decoration: underline;
}
.qz-intrv-lft a:link, .qz-intrv-lft a:visited
{
	color: #D46643;
	font-size: 12px;
	text-decoration: underline;
}

.qz-intrv-lft a:hover, .qz-intrv-lft a:active
{
	color: #929292;
	text-decoration: underline;
}
.crct-un
{
	float: left;
	margin-left: 208px;
}
.grn_lbl
{
	color: #51B926;
	margin-left: 13px;
	margin-right: 14px;
}
.rd_lbl
{
	color: #C8421F;
	margin-left: 15px;
	margin-right: 10px;
}
.time-lbl
{
	color: #101C5A;
	margin-left: 66px;
}
.time-lbl2
{
	color: #767676;
}

.time-lbl-1
{
	color: #101C5A;
	margin-left: 10px;
	margin-right: 10px;
}
.high-light-txt
{
	color: #307100;
	float: left;
	font-size: 17px;
	margin-left: 20px;
	margin-top: 8px;
	padding-top: 1px;
	text-align: center;
}
.mrgn-rght-36
{
	margin-right: 32px;
}
.rd-star
{
	margin-left: 5px;
}


.innr-links-ql
{
	margin-bottom: 10px;
	margin-left: 20px;
}
.hp-grid-up
{
	margin-left: 37px;
}
.hp-grid-up table
{
	border: 1px solid #FFFFFF;
	width: 97%;
}
.hp-grid-up table tr
{
}
.hp-grid-up table tr th
{
}
.hp-grid-up table tr td
{
	background-color: #ECECE0;
	border: 1px solid #FFFFFF;
	height: 39px;
	text-align: center;
	color: #60442b;
}
.hp-grid-up table tr td a:link, .hp-grid-up table tr td a:visited
{
	color: #d96532;
	font-size: 11px;
}
.hp-grid-up table tr td a:hover, .hp-grid-up table tr td a:active
{
	text-decoration: underline;
	color: #8c8c8c;
}

.hp-grid-dwn
{
	margin-bottom: 15px;
	margin-left: 17px;
	margin-top: 3px;
}
.hp-grid-dwn table
{
	width: 97%;
}
.hp-grid-dwn table tr
{
}
.hp-grid-dwn table tr th
{
}
.hp-grid-dwn table tr td
{
	height: 50px;
}

.grd-hp-lbl
{
	color: #938F69;
	float: left;
	margin-left: 18px;
	margin-right: 13px;
}
.grd-hp-rghtside
{
	float: right;
	margin-right: 10px;
}
.grd-hp-subtitle
{
	color: #BB480F;
	float: left;
	margin-left: 18px;
	margin-top: 5px;
}
.rd_hp-lbl
{
	color: #D26031;
	margin-right: 6px;
	font-size: 12px;
	margin-right: 1px;
}
.blck_hp-lbl
{
	font-size: 12px;
	margin-left: 13px;
	margin-right: 2px;
}

.ltst-mmbr
{
	color: #837E56;
	font-size: 15px;
	margin-right: 19px;
	margin-top: 16px;
}

.q-lft-dtls
{
	float: left;
	font-size: 17px;
	margin-left: -16px;
	margin-right: 40px;
	text-align: right;
	width: 23%;
}

.q-rght-dtls
{
	color: #7D7D12;
	float: right;
	text-align: left;
	width: 70%;
}
.target
{
	float: right;
	width: 82%;
}
.target ul li
{
	color: #dc542e;
	font-weight: bold;
	list-style: none;
	margin-bottom: 8px;
}
.blck-txt
{
	color: #404040;
}
.award-image
{
	float: right;
	height: 145px;
	margin-bottom: 20px;
	margin-right: 30px;
	width: 193px;
}
.stcs-vlue
{
	color: #515151;
	margin-left: 141px;
}
.stcs-vlue-2
{
	color: #515151;
	display: block;
	margin-left: 182px;
	width: 68%;
}
.intrv-bx-hd p
{
	line-height: 18px;
	padding-left: 7px;
}
.nws-dte
{
    margin: 0 auto;
    width: 41%;
}
.nws-dte a:link
{
	color: #9D9D9D;
	margin-left: 20px;
	text-decoration: underline;
}
.nws-dte a:hover
{
	color: #02136C;
	text-decoration: underline;
}

.prgrf-hdr
{
	color: #d65803;
	float: right;
	font-size: 14px;
	margin-right: 31px;
	text-decoration: underline;
}

.prgrf
{
	color: #454545;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-left: 24px;
}

.prgrf-img-titl
{
	clear: both;
	color: #3D3D3D;
	font-size: 13px;
	margin: 16px 5px 0 25px;
}
.news-wrpr
{
	float: left;
	width: 100%;
	height: 100%;
}
.img-nws-wrpr
{
	float: left;
	margin-left: 23px;
	width: 22%;
}
.dtls-img
{
	font-size: 12px;
	margin-top: 18px;
	color: #676765;
}
.atch-fls
{
}
.hp-title a:link
{
	color: #000000;
	font-family: helvetica;
	font-weight: normal;
}
.hp-date a:link
{
	color: Red;
}
/*---- CHAT STYLING ----*/
.cht-wrpr
{
	margin-left: 29px;
	margin-top: 29px;
	width: 38%;
	background-color: #F2EED5;
}
.cht-hdr
{
	padding: 5px;
	text-align: left;
	background-color: #d4cda0;
	margin-bottom: 2px;
}
.cht-subhdr
{
	float: left;
	width: 43%;
	text-align: right;
	padding-top: 10px;
}
.cht-banner
{
	background: url(   "images/my_03.gif" ) repeat scroll 0 0 transparent;
	height: 29px;
	margin-bottom: 2px;
}
.cht-banner P
{
	color: #FFB755;
	font-size: 15px;
	font-weight: normal;
	padding: 6px;
	text-align: left;
}
.cht-hdr a
{
	color: #432B02;
	font-size: 15px;
}
.cht-hdr a:hover
{
	color: #918964;
	text-decoration: underline;
}
.edt-dlt-cht
{
	float: right;
	width: 40%;
	padding-top: 10px;
}
.edt-dlt-cht span
{
	margin-right: 5px;
}
.sub-hdr-rpr
{
	background-color: #BEB99A;
	height: 30px;
	line-height: 12px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
}
.sub-hdr-rpr a
{
	color: #ffffff;
}
.sub-hdr-rpr a:hover
{
	text-decoration: underline;
}
.cht-usr-lst
{
	padding-left: 44px;
}
.cht-usr-lst
{
	font-size: 12px;
	margin-left: 29px;
	text-align: center;
	width: 121px;
	background: url(   "images/msngr.gif" ) repeat scroll 0 0 transparent;
}
.cht-usr-lst ul li
{
	list-style: none outside none;
}
.cht-usr-lst ul li a
{
	color: #656565;
}

.lst-rpr
{
	display: inline-table;
	margin-left: 6px;
	padding-left: 8px;
	width: 90%;
}
.lst-rpr-of
{
	display: inline-table;
	margin-left: 6px;
	padding-left: 8px;
	width: 90%;
	color: #807D7D;
}
.lst-rpr ul
{
	/*padding:4px;*/
	margin: 4px;
}
.lst-rpr-of ul
{
	/*padding:4px;*/
	margin: 4px;
}
.lst-rpr-of a
{
	color: #AA7100;
}
.lst-rpr ul li
{
	list-style-image: url(  "images/Lundbeck_logo_LARGE.gif" );
	list-style-position: inside;
	line-height: 20px;
	vertical-align: top;
	padding: 0;
	margin: 2px 0 0;
}
.lst-rpr-of ul li
{
	list-style-image: url(  "images/Lundbeck_logo_gray.gif" );
	list-style-position: inside;
	line-height: 20px;
	vertical-align: top;
	padding: 0;
	margin: 2px 0 0;
}
.lst-rpr a
{
	color: #AA7100;
}
.lst-rpr a:hover
{
}
.grp-msg
{
}
.grp-cht
{
	margin-right: 11px;
	text-align: right;
}
.grp-cht-edt
{
}
.grp-cht-edt a
{
	color: #5C5739;
	text-decoration: underline;
}
.grp-cht-edt a:hover
{
	text-decoration: underline;
	color: #cdcdcd;
}

.grp-cht a
{
	color: #5C5739;
}
.grp-cht a:hover
{
	text-decoration: underline;
	color: #cdcdcd;
}
.lst-lnks a:link
{
	background: url(   "images/msngr.gif" ) repeat scroll 0 0 transparent;
	color: #FF4C00;
}
.lst-lnks a:hover
{
	background: url(   "images/msngr.gif" ) repeat scroll 0 0 transparent;
}
.cht-aplc
{
	margin-left: 10px;
	margin-top: 20px;
	width: 100%;
}
.cht-aplc table
{
}
.cht-aplc table tr
{
}
.cht-aplc table tr td
{
}
.dlt-cht
{
	color: #6A6A22;
	font-size: 18px;
	margin-top: 24px;
	text-align: center;
}
.brw-bt-lnk
{
	display: inline-block;
	height: 21px;
}
.brw-bt-lnk a:link
{
	background: url(     "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	display: block;
	height: 22px;
	width: 50px;
	line-height: 19px;
	color: #ffffff;
	text-align: center;
}
.brw-bt-lnk a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.cht-rght-btn
{
	float: right;
	margin-right: 79px;
	width: 65%;
}
.cht-grp-lnk
{
	float: right;
	margin-right: 79px;
	width: 17%;
}
.brw-bt-lnk-grp
{
	display: inline-block;
	height: 21px;
}
.brw-bt-lnk-grp-2
{
	display: inline-block;
	height: 21px;
	margin-top: 5px;
}
.brw-bt-lnk-grp a
{
	background: transparent url(images/brw-bt-bg.jpg) repeat-x scroll left top;
	color: #FFFFFF;
	display: block;
	height: 22px;
	line-height: 19px;
	text-align: center;
	width: 150px;
	border: 0px;
}

.brw-bt-lnk-grp-2 input
{
	background: url(  "images/brw-bt-bg.jpg" ) repeat-x scroll left top transparent;
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	height: 18px;
	line-height: 19px;
	text-align: center;
	width: 104px;
}
.brw-bt-lnk-grp-2 input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.brw-bt-lnk-grp a:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.cht-lst-grd
{
	margin-left: 171px;
}
.cht-lst-grd table
{
	border: 1px solid #9D9D72;
}
cht-lst-grd table tr
{
}
.cht-lst-grd table tr td
{
	text-align: center;
	width: 40px;
}
.cht-lst-grd table tr td a
{
	color: #bd5000;
}
.cht-lst-grd table tr td a:hover
{
	color: #929292;
}
.cht-lst-grd table tr th
{
	background-color: #888059;
	color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
}
.flsh-ctrl
{
}
.flsh-ctrl p
{
}
.chtgrp-lbl
{
	color: #48480C;
	float: left;
	font-size: 15px;
	margin-left: 0;
	margin-top: 0;
	text-align: right;
	width: 16%;
}
.cht-txtbox
{
	float: right;
	margin-right: 78px;
	width: 73%;
}
.cht-grp-btn
{
	float: right;
	margin-right: 0;
	width: 57%;
}
.grn-txt
{
	color: #066705;
	margin-left: 28px;
}
.fnal-grd table
{
	text-align: center;
	width: 77%;
	border: 1px solid #847D48;
}
.fnal-grd table tr
{
}
.fnal-grd table tr td
{
}
.fnal-grd table tr th
{
	color: #ffffff;
	background-color: #847D48;
}
.fnal-grd
{
	margin-left: 172px;
	margin-bottom: 20px;
}
.hypr-edit-dlt a
{
	color: #4D360A;
	text-decoration: underline;
}
.hypr-edit-dlt a:hover
{
	color: #806D48;
}
.rght-lstbx
{
	color: #291A00;
	padding-left: 3px;
}
.mmbrlst-ttle
{
	color: #443D0E;
	font-weight: normal;
}
.grd-lst
{
	margin-left: 30px;
	margin-top: 12px;
}
.grd-lst table
{
	border: 1px solid #C1B989;
}
.grd-lst table tr
{
}
.grd-lst table tr td
{
}
.grd-lst table tr th
{
	background-color: #938D69;
	color: #FFFFFF;
	font-family: arial;
}
.ppup-qz
{
	border: 1px solid #9A947C;
	height: 230px;
	width: 500px;
	background-color: #ffffff;
}
.ppup-qz-hdr
{
	background-color: #E5E2CF;
	height: 50px;
	width: 500px;
}
.clse-lnk
{
	color: #2D2D2D;
	float: right;
	font-weight: lighter;
	padding-top: 6px;
	text-align: center;
	width: 20%;
}

.clse-lnk a
{
	color: #AFAB8F;
	font-size: 25px;
}
.brlne-ppup
{
	background-color: #D9D4C1;
	height: 1px;
	margin: 5px;
	width: 86%;
}
.ttle-pp
{
	color: #595B21;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 10px;
}
.marg-5
{
	margin-right: 5px;
}
.quiz-txtbox-2
{
	float: right;
	margin-right: 78px;
	width: 64%;
}
.news-lbl
{
	color: #3D3D3B;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	text-align: right;
	width: 76px;
}
.marglft-11
{
	margin-left: 20px;
}
.brw-bt-forum
{
	clear: both;
	display: block;
	float: right;
	height: 22px;
	line-height: 35px;
	margin-bottom: 5px;
	margin-right: 170px;
	margin-top: 5px;
	text-align: left;
	width: 315px;
}
.brw-bt-forum input
{
	width: 137px;
	height: 36px;
	color: #ffffff;
	font-size: 1.4em;
	text-transform: capitalize;
	background: url(images/brw-bt-bg.jpg) top left repeat-x;
	cursor: pointer;
	border: 0 none;
}
.brw-bt-forum input:hover
{
	background: url(images/brw-bt-bg-on.jpg);
}
.ttSources
{
	text-align: center;
}
.ttSources div h2
{
	text-align: left;
	margin-top: 20px;
}
.ttSources div
{
	display: inline-block;
	width: 48%; *display:inline;
*zoom:1;

}
#common_calculations p
{
	display: inline-block;
	width: 30%;
	margin: 10px 0px;
	font-size: 140%;
}
#common_calculations p span.title
{
	font-size: 80%;
}
#common_calculations
{
	padding-left: 20px;
	margin: 20px 0px;
}

#common_calculations h2
{
	margin-bottom: 10px;
}
#map_div h2
{
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#map_canvas
{
	text-align: center;
}
div#overlay
{
	position: absolute;
	top: 180px;
	left: 380px;
	padding: 50px;
	z-index: 1000;
	text-align: center;
}
div.center
{
	text-align: center;
}
h2.title
{
	padding-left: 20px;
}
.viewAll
{
	padding-left: 20px;
	text-decoration: underline;
}
/*-- SUBSCRIBE PAGE , ADMIN MEMBER QUIZ  --*/


.sbrib-grd
{
	margin-left: 85px;
}
.sbrib-grd table
{
	border: 1px solid #CFC9A4;
	width: 94%;
	text-align: center;
}
.sbrib-grd table tr
{
}
.sbrib-grd table tr td
{
}
.sbrib-grd table tr th
{
	background-color: #CFCAAC;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;
	height: 25px;
}
.mrgn-lft
{
	margin-left: 10px;
}
.succ-msg
{
	font-size: 21px;
	margin-top: 134px;
	text-align: center;
	color: #06BB0A;
}
.drpdwn-bx
{
	border: 1px solid #837E56;
	width: 136px;
}
/*----*/
/*--  ABOUT US PAGE --*/
.abt-us
{
	color: #8F8C36;
	font-family: helvetica;
	font-weight: normal;
	line-height: 20px;
	margin-right: 5px;
	padding-bottom: 10px;
}
.abt-us-sbhdr
{
	font-size: 0.9em;
	line-height: 18px;
	padding-left: 17px;
	padding-right: 11px;
	text-align: justify;
}
.abt-us-lnk
{
	color: #D07F06;
	display: inline-block;
	margin-bottom: 5px;
}
.sbrib-grd a:link
{
	color: #CA411D;
	text-decoration: underline;
}
.sbrib-grd a:hover
{
	color: #ABABAB;
}

/*---Report Page  ---*/

.report-container
{
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 23px;
}
.rprt-lbl-hdr
{
	background-color: #676246;
	color: #FFA839;
	font-size: 16px;
	font-weight: normal;
	height: 23px;
	padding-left: 12px;
	width: 98%;
	padding-top: 6px;
}
.rprt-lbl
{
	float: left;
	width: 61%;
	color: #595832;
	padding-left: 12px;
}
.rprt-vlue
{
	float: right;
	width: 3%;
}


.report-grd table
{
	border: 1px solid #CFC9A4;
	text-align: center;
	width: 65%;
}
.report-grd table tr
{
}
.report-grd table tr td
{
}
.report-grd table tr th
{
	background-color: #EBE7D0;
	color: #434119;
	font-family: Arial;
	font-weight: normal;
	height: 25px;
}
.report-grd
{
	margin-left: 139px;
}
.report-grd a:link
{
	color: #D96532;
	text-decoration: underline;
}
.report-grd a:hover
{
	color: Gray;
}
.psswrd-lbl
{
	color: #3D3D3B;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	text-align: right;
	width: 26%;
}
.rprt-lbl1
{
	color: #3D3D3B;
	float: left;
	font-size: 14px;
	margin-right: 15px;
	text-align: right;
	width: 13%;
}

.psswrd-left
{
	color: #000000;
	float: right;
	height: 20px;
	margin-right: 0;
	padding-left: 2px;
	width: 69%;
}
.mlti-bx
{
	margin-left: 31%;
}
.abt-us-img
{
	float: left;
	margin-right: 9px;
	margin-left: 20px;
}
.prgrf-abtus
{
	line-height: 38px;
	text-align: left;
}
.pswrd-frgt
{
	font-size: 11px;
	clear: both;
}
.pswrd-frgt a:link
{
	color: #E30000;
}
.frgt-pswrd-msg
{
	color: #746C37;
	margin: 10px 0 10px 0px;
	font-size: 16px;
}




/*--------- AutoComplete Style ----------*/

ul.list
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #9B9B9B;
	list-style-type: none;
	background-color: #FFFFFF;
	height: 150px;
	overflow-y: scroll;
	cursor: pointer;
	text-align: left; /*/margin-left:8px;*/
}
ul.list li
{
	padding: 2px 2px;
}
.hoverlistitem
{
	color: #FFFFFF;
	background-color: #25ADB8;
}

/*--------- End of AutoComplete Style ----------*/


/*--------- Single Row ----------*/

.sng-rw
{
	margin: 10px 20px;
	overflow: auto;
}
.sng-rw span, .sng-rw input
{
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	width: 10%;
	text-align: right;
}
.sng-rw input
{
	height: 20px;
	line-height: 20px;
	width: 200px;
	border: 1px solid #ADA888;
	text-align: left;
}
.sng-rw input.btn
{
	text-align: center;
	height: 22px;
	line-height: 22px;
	width: 128px;
	background: #000000;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: capitalize;
}
.sng-rw input.btn:hover
{
	background-color: #6F6F6F;
}

/*--------- End of Single Row ----------*/

/*--------- Quiz Intro --------*/
.qi-rsctn
{
	float: right;
	width: 45%;
	padding: 15px;
	border-left: 1px outset #ccbf9c;
}
.qi-lsctn
{
	float: left;
	padding: 15px;
	width: 45%;
	border-right: 1px inset #ccbf9c;
}
.sml-lftflt
{
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 27%;
}
.sml-rgttflt
{
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 29%;
}
h4
{
	background-color: #767047;
	color: #fbae20;
	font-family: arial;
	font-weight: normal;
	padding: 4px;
}
.dflt-lnk a:link, .dflt-lnk a:link
{
	color: #D96532;
	font-size: 12px;
	font-size: 12px;
	text-decoration: underline;
}

/*--------- Quiz Intro --------*/


/*---------Home Page Modifications --------*/
.ance-wrpr 
{
margin-left:29px;
margin-right:11px;
margin-top:14px;			
	}
.ance-wrpr ul 
{
background:none repeat scroll 0 0 #FFFFFF;/*#eeeee5;*/
border:1px solid #000000; /*#e7e7d7;*/
line-height:26px;
list-style:none outside none;
padding-left:7px;
padding-right:5px;	
	
	}
.ance-wrpr ul li 
{
	border-bottom:1px solid #000000;
	margin-bottom:1px;
	text-decoration:none !important;
	
}
.ance-wrpr ul li a
{
	text-decoration:none !important;
}
	
/*--------- modification--------*/

.left {float:left;}
.right {float:right;}
.width-60{width:59%;}
.width-40{width:39%;}
.txt-style {color:#56512C;
            text-align:justify;}
.title-style  
{
    background: none repeat scroll 0 0 #F4F3E7;
    color: #CD501A;
    display: inline-block;
    font-size: 19px;
    width: 100%;
	}
	hr 
	{
	color: #E8E5D5 !important;	
		}
	.News-Bar 
	{
    background: none repeat scroll 0 0 #F4F3E7;
    padding: 10px;	
    height:25px;
		
		}	
	.news-title {
   color: #CD501A;
    font-weight: bold;
    margin-right: 10px; }
	.news {color: #8B8572; }	
	.float-33 {    border: 1px solid #F2EEDA;
	               background:none repeat scroll 0 0 #F9F7F1;
    float: left;
    min-height: 100px;
    padding: 5px;
    width: 32%;}
    
	.img-sect 
	{
 border: 1px solid #B7B28B;
    height: 205px;
    margin: 0 auto;
   width: 72%;
    overflow: hidden;
	
		}
		.img-sect-2 
	{
    border: 1px solid #B7B28B;
    float: left;
    height: 20px;
    margin-top: 11px;
    overflow: hidden;
    width: 22px;
	
		}
	.img-text-sect 
	{
    color: #56512C;
    /*float: right;*/
    font-size: 12px;
    /*margin-left: 7px;*/
    margin-top: 10px;
    text-align: center;
    width: 100%;
    
		}
.img-text-sect-2 
	{
    color: #56512C;
    float: right;
    font-size: 12px;
    margin-left: 7px;
    margin-top: 10px;
    text-align: left;
    width: 87%;
		}	
		
	.btn-home 
	{
		display: block;
	width: 230px;
	text-align: center;
	clear: both;
	height: 36px;
	line-height: 35px;	
		
		
		
		}
		.btn-home input ,.btn-home a  {
	width: 230px;
	height: 36px;
	color: #ffffff;
	font-size: 1.4em;
	text-transform: capitalize;
	background: url(images/brw-bt-bg.jpg) top left repeat-x;
	cursor: pointer;
	border: 0 none;			
			}
	.btn-home a:hover ,.btn-home input:hover
	{
		
	background: url(images/brw-bt-bg-on.jpg);		
		}		
	.txt-box-style 
	{
    border: 1px solid #AFA775;
    width: 200px;	
height:24px;
width:300px;
font-size:13px;
font-family:Arial;
		}	
		#ticker-content { margin:2px 0 0!important;}		
		.calendar-div 
		{
    border: 1px solid #E1E0DD;
    height: 169px;
    margin-top: 8px;
    padding-top: 10px;
    width: 94%;
			}
			#ctl00_ContentPlaceHolder2_clndr_events
		{
    border-width: 1px !important;
    height: 170px !important;
    margin-left: 31px;
    margin-top: 18px !important;
    width: 194px !important; 				
				}
	#ctl00_ContentPlaceHolder2_clndr_News 
	{
	    border-width: 1px !important;
    height: 170px !important;
    margin-left: 50px;
    margin-top: 18px !important;
    width: 194px !important; 			
		}			
			.Event-list-calendar 
	{
	    border-width: 1px !important;
    height: 170px !important;
    margin-left: 50px;
    margin-top: 18px !important;
    width: 194px !important; 			
		}	
	.calendar
	 {margin:0 auto; background: url( "images/calendar.jpg" ) no-repeat scroll  top; height:200px;}
	.calendar td {padding-bottom:1px;}
	.calendar a	{ text-decoration:none;}
	.calendar th {
    color: #7C7B7B;
    padding-bottom: 1px;
    text-align: center;
}
.dayStyle	{ font-size:90%; text-decoration:none;}
	.monthStyle {
    color: #333333;
    font-weight: bold;
}
.filter-wrper { overflow:auto;}
.filter-lft 
{
    float: left;
    margin-left:10px;
    width: 50%;	
	}
.filter-rght 
{
    float: right;
    width: 44%;	
    margin-bottom:39px;
	}
	.filter-lbl 
	{
color: #77714B;
font-size: 13px;
		}
	.filter-bx 
	{
    border: 1px solid #908A5A;
    color: #434343;
    font-size: 12px;
    height: 18px;
    width: 160px			
		
		}
		#ticker-content a 
		{
		color:#B47E13 !important;	
			}
				#ticker-content a:hover 
		{
		color:#B47E13 !important;	
			}
			.user-list-meue 
		{
    background: none repeat scroll 0 0 #847E56 !important;
    height: auto !important;
    left: 651px !important;
    position: absolute !important;
    text-align: center !important;
    top: 205px  !important;
    width: 130px !important;
    z-index: 1000 !important;
  
    
}	
#user_menu li a 
{
text-decoration:none !important; 	
	} 
.user-list-meue  div 
{
float:none !important;
width:100% !important;	
	
	}
.menu-container-admin 
{
    background: none repeat scroll 0 0 #847E56 !important;
    height: auto !important;
    /*left: 641px !important;*/
    left: 505px !important;
    position: absolute !important;
    text-align: center !important;
    top: 204px !important;
    width: 425px !important;
    z-index: 1000 !important;
	}	
			
		
/*--------- End of modifications--------*/	
	
		
	
