@import url("layoutlogin.css");
@import url("typography.css");

/* CSS Document */

/* Color Palette

Dark Blue #072F67
		60% #6A82A4  (dominate)
		20% #CDD5E1

GOLD (PMS 872) #8C734A
		80% #A38F6E
		50% #C6B9A4
		20% #E8E3DB
		
Dark Orange #FF9900
Light Orange #FFCC66
		60% #FFE0A3
		20% #FFF5E0

 */

html {
background:#4D4D4D url(../images/bg_leader4.gif) repeat-y fixed center top;
}

body {
/*border:solid #FF9900;*/
border-width:0 1px;
font:normal 10pt Arial, Helvetica, sans-serif;
text-align:left; 
position:relative;

}

blockquote {
color:#6A82A4;
margin-bottom:10px;
}

#header {
background:#6A82A4 url(../images/bg_header.jpg) no-repeat center top;
color:white;
z-index:50;
}

.table_header1 {
    background-color:#666666;
    color:#fff;
}
.table_row_dark1 {
    background-color:#ddd;
}

#branding h1 {
text-indent:-9999px;
color:white;
}
.page_title_font {
    margin:0 0 10px;
    color:#404040;
    font:normal normal 14pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#site-name {
    color:#fff;
    float:left;
    padding-top:2px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:18px;
    padding-left:4px;
    font-weight:bold;
}
#club-name {
    color:#fff;
    float:right;
    padding-top:4px;
    text-align:right;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    margin-right:4px;
}


#branding blockquote {
margin:0;
color:white;
}

#bulletin {
background:#FFE0A3 url(../images/bg_bulletin-bottom.gif) no-repeat left bottom;
}

#bulletin h2 {
background:#FF9900 url(../images/bg_bulletin-top.gif) no-repeat left top;
color:white;
}

#bulletin h3, #bulletin h4, #bulletin h5, #bulletin h6  {
color:#072F67;
}

#countdown {
background:#6A82A4 url(../images/bg_countdown-bottom.gif) no-repeat left bottom;
color:white;
}

#countdown h2 {
background:#6A82A4 url(../images/bg_countdown-top.gif) no-repeat left top;
color:white;
}

#content {
min-height:500px;
}



#wrapper {
/*width:990px;*/
margin:0 auto;
background:white url(../images/bg_leftcol.gif) repeat-y left top;
}

#content, #crumbs {
padding-top:10px;
background:white;
}


#crumbs {
padding-bottom:10px;
padding-left:10px;
color:#072F67;
}

#crumbs a {
padding-right:5px;
}

#crumbs a, #crumbs a:visited, #crumbs a:hover, #crumbs a:active  {
color:#999;
}


#info {
background:#E8E3DB url(../images/bg_info-bottom.gif) no-repeat left bottom;
}

#info h2 {
background:#8C734A url(../images/bg_info-top.gif) no-repeat left top;
color:white;
}


#header a, #header a:visited, #header a:active {
color:white;
text-decoration:underline;
}

#header a:hover {
text-decoration:none;
}




#logo {
position:absolute;
left:25px;
bottom:100px;
}

#content_brand {
background:transparent url(../images/boy-green.jpg) no-repeat left top;
position:absolute;
left:596px;
top:-81px;
width:148px;
height:392px;
}

div#content_main {
border-bottom:solid #8C734A 1px;
padding-bottom:10px;
margin-bottom:10px;
z-index:50;
}

#content_intro h2 {
color:#072F67;
}

#content_intro p {
margin-right:58px;
}

#footer {
background:#6A82A4 url(../images/bg-countdown.gif) no-repeat right top;
color:white;
}




#site_info, #site_info a, #site_info a:visited, #site_info a:hover, #site_info a:active  {
background-color:#FFCC66;
color:#333;
}

#nav_second {
background:white url(../images/bg_leftcol.gif) repeat-y left top;
}


/* Element Styles */

h1 {
    margin:0 0 10px;
    color:#404040;
    font:normal 14pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
    margin: 10px 0px 0px 10px;
    color:#6a82a4;
   font:normal 14pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
    margin:0px;
    color:#000000;
    font:normal 12pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.instructions {
    font-size:8pt;
}
.page_title_font {
    margin:0 0 10px;
    color:#404040;
    font:normal 14pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.table_header1 {
    background-color:#404040;
    color:#fff;
}
.table_row_dark1 {
    background-color:#ddd;
}
.clear {
    clear:both;
}

#table_border {
border:solid #6A82A4 2px;
}

th {
background-color:#6A82A4;
padding:5px;
color:white;
border:solid 1px;
border-color:#6A82A4 #CDD5E1 #CDD5E1 #6A82A4;
}

td 
{
    padding:0px;
}


    

#td_border {padding:5px;
border:solid #6A82A4 1px;
}

.highlite {
background-color:#CDD5E1;
}

.highlite-two {
background-color:#FFE0A3;
}


.imageleft {
float:left;
margin:.3em 5px 5px 0;
}

.imageright {
float:right;
margin:.3em 0 5px 5px;
}

a img {
border:0;
}

a, a:link {
color:#6A82A4;
text-decoration:underline;
}

a:visited {
text-decoration:none;
}

a:hover {
color:#8C734A;
text-decoration:none;
}

a:active {
color:#072F67;
}

/* End Element Styles */

/* Start Scott Add from Community Server */
.CommonSidebar
{
	padding: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

.CommonSidebarContentItem
{
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;	
	margin-left: 16px;
	color: #698d73;
}

.CommonSidebarArea
{
	/* width: 192px; */
	margin: 10px 0px 0px 0px;
}

.CommonSidebarArea A:LINK, .CommonSidebarArea A:ACTIVE
{
    color: #698D73;
}

.CommonSidebarArea A:VISITED
{
    color: #88AA88;
}


.CommonSidebarTopRound
{
    height: 5px;
    overflow: hidden;
    position: relative;
}

.CommonSidebarTopRound div
{
    height: 1px;
    overflow: hidden;
    position: absolute;
    background-color: #E8E3DB; /* Box color */
	color: #698d73;
}

.CommonSidebarTopRound .t1 { margin: 0 1.78%; top: 0px; width: 96%; }
.CommonSidebarTopRound .t2 { margin: 0 1.07%; top: 1px; width: 97.5%; }
.CommonSidebarTopRound .t3 { margin: 0 .713%; top: 2px; width: 98%;}
.CommonSidebarTopRound .t4 { margin: 0 .357%; height: 2px; top: 3px; width: 99%; }

/*.CommonSidebarTopRound .t1 { margin: 0 2.5%; top: 0px; width: 95%; }
.CommonSidebarTopRound .t2 { margin: 0 1.5%; top: 1px; width: 97%; }
.CommonSidebarTopRound .t3 { margin: 0 1%; top: 2px; width: 98%;}
.CommonSidebarTopRound .t4 { margin: 0 .5%; height: 2px; top: 3px; width: 99%; }*/

.CommonSidebarHeader
{
	text-align: left;
	font-size: 100%;
	padding: 2px;
	padding-left: 9px;
	padding-right: 9px;
	width: 245px; /* SS: Was 174 */
	padding-top: 0px;
	margin: 0px;
	background-color: #E8E3DB; /* Box Color */
	color: #8C734A;
}

.CommonSidebarHeader A:LINK, .CommonSidebarHeader A:VISITED, .CommonSidebarHeader A:ACTIVE, .CommonSidebarHeader A:HOVER
{
    color: #698D73;
}

.CommonSidebarContent
{
	font-size: 90%;
	color: #000000;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #E8E3DB; /* Box color */
	background-color: #ffffff;
	width: 245px; /* SS: Was 174 */
	overflow: hidden;
}

.CommonSidebarFooter
{
	font-size: 80%;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #d2e6bd;
	background-color: #ffffff;
	width: 245px; /* SS: Was 174 */
	overflow: hidden;
}

UL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	list-style-type: square;	
	margin-left: 16px;
	color: #698d73;
}

OL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
}

OL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 20px;
	color: #698d73;
}


UL.CommonSidebarRssList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarRssList LI
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
	color: #698d73;
}

LI.CommonSidebarRssListItem
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
	color: #698d73;
}

.CommonDescription
{
	font-size: 90%;
	color: #333333;
	padding: 0px 0px 8px 0px;
	margin-top: -5px;
	margin-bottom: 15px;
}

.CommonSidebarImage
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #C4D6AE;
	background-color: #fafafa;
	text-align: center;
}
UL.CommonSidebarImageList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* For tables in Monthly Report */
.table1
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 11px;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

}

.table2
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
	padding: 10px;

}

#footer1 {
background:#FFCC66 url(../images/bgyellow.gif) no-repeat right top;
color:#FFCC66;
padding-bottom:5px;
}

#copyright-notice {
     margin:3px 7px 5px;
    
    float:left;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    

}
#privacy-statement {
    margin:3px 7px 5px;
     color:#fff;
    float:right;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
}
#privacy-statement a {
    color:#000;
}


.table_row_dark1 {
    background-color:#ddd;
}

.monthlyReport_panel
{
	border: solid 1px #000;
	width: 99%;
}

/* For the Member Edit page table title bars */
.window_title2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #A4C2F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4675C7;
}
.contentStyle
{
    margin-left:10px;
    margin-right:10px;
}



/******************** New Styles *********************/

#language{
border:none;
text-align:center;
margin-left:10px;
}


#language a{
color:#d86d1e;
display: inline;
white-space:nowrap;
float:left;
font-size: 0.94em;
padding-left: 4px;
}

#language a:hover{
color:#e28948;
}

		
			#blog_bar{
			/*background-color:#6a82a4;*/
			border:2px dotted #d6e3ff;
			text-align:center;
			width:572px;
			clear:left;
			}
			
			#ltop_feed{
			min-height:250px;
			background-color:#edf3ff;
			border: 2px dotted #d6e3ff;
			float: left;
			width:190px;
			text-align:center;
			margin-right:15px;
			} 

            #main_story {
      		 border-left:2px dotted #d6e3ff;
			float:left;
			padding:0 10px 0 10px;
			width:348px;
            }
        
            #main_photo {
            float: left;
            padding: 0 10px 10px 0;
            }
            
			
		    #main_news {
            float: left;
            padding: 10px 5px 0 0;
	    	margin: 0;
            width: 275px;
            border-right:2px dotted #d6e3ff;
			border-left:2px dotted #d6e3ff;
            }
			
			#main_banner {
            clear: left;
            padding: 20px 0 30px 35px;
            border-top:2px dotted #d6e3ff;/*cbcbcb*/
            }
			
			#main_announcements {
            float: left;
            padding: 10px 0 10px 10px;
	   		width: 280px;
			border-right:2px dotted #d6e3ff;
            }
			
			#sidebar_orange a:link {
            display: block;
            text-decoration: none;
            }

            #sidebar_orange a:visited {
            display:block;
            text-decoration: none;
            }
			
			/*Dan Pasted */
			


input {
border:none;
}

input.submit {
background:url(../images/submitButton.png) center top no-repeat;
height:70px;
margin:95px auto auto;
width:125px;
text-indent:-9999px;
cursor: pointer;
border:none;
}

#submit-row {
background: url(../images/submitButton.png) center top no-repeat;
height:70px;
margin:135px 0 0 0;
width:125px;
cursor: pointer;
border:0;
text-indent: -9999em;

}


/*#login{
background:url(../images/loginButton.png) center top no-repeat;
cursor:pointer;
height:70px;
margin:30px 0 0 420px;
text-indent:-9999px;
width:125px;
border:none;
}*/

input.login 
{ 
cursor:pointer;
height:70px;
margin:35px 0 0 420px;
/*text-indent:-9999px; */
border:none;

}



input.formfield1 {
height:21px;
width:403px;

/*margin:5px 10px 0px 10px;*/
margin:2px 10px 0px 6px;
border:solid 1px #7F9DB9;
}

input.formfield2 {
height:17px;
margin: 1px 4px 2px 13px;
width:190px;
border:solid 1px #ffffff;

}

input.formfield3 {
height:17px;
margin:0px 2px 0 1px;
margin:
width:186px;
border:solid 1px #ffffff;
}

input.formfield4 {
height:18px;
width:202px;
margin: 2px 18px 5px 5px;
border:solid 1px #ffffff; 
}

p.input {
position:absolute;
top:65px;
left:131px;
}

 

p.rememberMe 
{
margin:5px auto auto 425px;
position:relative;
}


#steps p {
color:#ffffff;
}


#sidebar_orange a {
color:#D86D1E;
}

#sidebar_orange p {
color: #92a3bc;
line-height:22px;
margin-left:12px;
}

h2#waiting,  h2#updates {
height:34px;
background-repeat: no-repeat;
background-position: left top;
text-indent:-9999px;
margin-left:10px;
}



h2#important {
height:34px;
background-repeat: no-repeat;
background-position: left top;
text-indent:-9999px;
margin-left:10px;
}

h2#important {
	background-image: url(../images/importantHead.jpg);
	
}

h2#important2 {
height:34px;
background-repeat: no-repeat;
background-position: left top;
text-indent:-9999px;
margin:-8px 0px 0px 10px;
}

h2#important2 {
	background-image: url(../images/importantHead.jpg);
	
}




h2#waiting {
	background-image: url(../images/waitHead.jpg);
}

h2#alerts {
	background-image: url(../images/alertsHead.jpg);
	margin-top:0px;
}

h2#updates {
	background-image: url(../images/updatesHead.jpg);
}


h2.reg-box {
color: #ffffff;
position:absolute;
left:15px;
top:6px;
text-align:left;
	height: 20px;
	width: 198px;
	right: 472px;
}

.required
{
	margin-left:-259px; 
	position:absolute;
	top: 40px;
}

.regtext {
float:right; 
text-align:left;
}

#info-box p {
font-size: .85em;
color: #000000;
}

#mem-contact p {
color: #ffffff;
margin-top:18px;
}

#support p {
color: #6a82a4;
}

.tutorialimage {
left:15px;
position:absolute;
top:-30px;

}

input.formfield5 
{ 
height:18px;
width:202px;
margin: 64px 18px 5px 25px;
border:solid 1px #ffffff;   
}

input.formfield6 
{ 
height:18px;
width:200px;
margin: 97px 0px 5px 15px;
border:solid 1px #ffffff;  
}

p.input-id 
{
height:20px;
left:195px;
top:63px;
right:-75px;
position:absolute;
}

p.input-num 
{
height:20px;
left:59px;
top:96px;
right:130px; 
position:absolute;
}

p.input-num-eg
{
 margin:100px 0px 0px 398px;
left:259px; 
position:absolute;
}

p.input-submit {
left:400px;
top:426px;
right:20px; 
height:20px;  
}


p.input-submit2 {
left:203px;
top:8px;
position:absolute;
height:30px;
}
p.input-email {
    margin-left: 25px;
    margin-top: 46px;
    position: absolute;
}

p.input-pass {
margin-left:9px;
margin-top:78px;
position:absolute;
}

#register-box p,#login-box p {
color:#6a82a4;
    top: 3px;
    left: 0px;
}



#reset-box p {
color:#6a82a4; 
margin-left:0px;
margin-top:2px;
}

#left-top h3, #right-top h3 {
font-size: 1.1em;
color: #ffffff;
}

#tutorial h3 {
font-size:.95em;
color:#7b91b0;
display:inline;
margin-left:5px;
margin-right:5px;
margin-bottom:2px;
}


#register-box {
background: url(../images/registerBox.jpg) top center no-repeat;
width:565px;
height:234px;
margin-left:10px;
margin-top:-50px;
margin-right:auto;
text-align:center;
position: relative;
} 

#reset-box {
background: url('../images/resetBox.jpg') no-repeat center top;
width:565px;
height:192px;
margin-left:-4px;
margin-right:auto;
text-align:center;
position: relative;
top: 0px;
left: 0px;
margin-top:-16px;
} 


#login-box {
background: url('../images/loginBox1.jpg') no-repeat center top;
width:565px;
height:142px;
margin-left:10px;
margin-right:auto;
text-align:left;
position: relative;
} 

 #loginMultiple-box 
 { 
margin-left:65px;
margin-bottom:150px;
margin-right:auto;
text-align:left;
position: absolute;
} 


#mem-contact {
background-color:#93a9c8;
width: 520px;
border: 2px dotted #d6e3ff;
text-align:center;
margin:15px auto auto 33px;
}

#mem-contact a img, #support a img {
	vertical-align:middle;
}

#steps {
background-color:#93a9c8;
width: 510px;
border: 2px dotted #d6e3ff;
text-align:left;
padding:10px;
margin:15px auto auto 45px;
}

#support {
text-align:center;
margin: 10px auto auto 25px;
clear:left; 
} 

.supportSetPassword
{
	margin-left:-130px 
}

#info-box {
/*background-color: #6a82a4;
border: 2px dotted #d6e3ff;*/
font-size: 0.8 em;
width:555px;
margin:10px auto auto 20px;
text-align: center;
padding:7px 5px 0px 5px;
color:#000000;
}

#nav_bottom {
font-size:0.9em;
padding-top:25px;
	text-align: center;
}

#nav_bottomSetReset {
font-size:0.9em;
padding-top:25px;
margin-left:150px;
}



/******** Login Page DIVs *********/

#outer {
border: 2px dotted #d6e3ff;
float:left;
width:500px;
margin: -5px 0 40px 52px;
}


#left-top:hover #left-bot, #right-top:hover #right-bot {
background: url(../images/hoverState.jpg) top left no-repeat;
}


#outer a {
display:block;
}

#outer h3 a {
color:#FFFFFF;
height:18px;
}


#left-top:hover h3 a, #right-top:hover h3 a {
color:#f1941c;
}

#left-top:hover h2 a, #right-top:hover h2 a {
color:#000000;
}


#loginarrow {
background: url(../images/regArrow.jpg) top left no-repeat;
height:17px;
width:17px;
float:right;
margin:-18px 50px 0px 0px;
}

#left-top:hover #loginarrow, #right-top:hover #resetarrow{
background: url(../images/hoverArrow.jpg) top left no-repeat;
}


#resetarrow {
background: url(../images/resetArrow.jpg) top left no-repeat;
height:17px;
width:16px;
float:left;
margin:-18px 0px 0px 20px;
display:inline;
}


#left-top {
background-color:#6a82a4;
border-right:2px dotted #d6e3ff;
float:left;
text-align:center;
width:249px;
}

#left-top a, #right-top a {
text-decoration:none;
}

#left-bot, #right-bot  {
background-color:#ffffff;
text-align:center;
border-top:2px dotted #d6e3ff;
}


#left-bot a, #right-bot a {
height:47px;
text-decoration:none;
}

#right-top {
background-color:#6a82a4;
float:right;
text-align:center;
width:249px;
}



#tutorial{
position:relative;
background-color:#edf3ff;
border:2px dotted #d6e3ff;
clear:left;
text-align:center;
width:325px;
margin:20px auto;
height:70px;
padding-left:175px;
padding-top:15px;
margin: 20px 0 40px 38px;
	top: 0px;
	left: 0px;
	display:none;
}



/******************* New Style Adjustments **********************/

#crumbs, #content {
float:left;
padding-left:0px;
padding-right:0px;
width:767px;
}

#sidebar_orange {
float:right;
margin: 0px -20px 50px 5px;
width:190px;
}

#main_container {
padding:10px 1px 1px 15px;
}

#main_container h2 {
color:#ffffff;
}

#language{
border:none;
text-align:center;
margin-left:10px;
}


#language a{
color:#d86d1e;
display: inline;
white-space:nowrap;
float:left;
font-size: 0.94em;
padding-left: 4px;
}

#language a:hover{
color:#e28948;
}

		
			#blog_bar{
			/*background-color:#6a82a4;*/
			border:2px dotted #d6e3ff;
			text-align:center;
			width:572px;
			clear:left;
			}
			
			#ltop_feed{
			min-height:250px;
			background-color:#edf3ff;
			border: 2px dotted #d6e3ff;
			float: left;
			width:190px;
			text-align:center;
			margin-right:15px;
			} 

            #main_story {
      		 border-left:2px dotted #d6e3ff;
			float:left;
			padding:0 10px 0 10px;
			width:348px;
            }
        
            #main_photo {
            float: left;
            padding: 0 10px 10px 0;
            }
            
			
		    #main_news {
            float: left;
            padding: 10px 5px 0 0;
	    	margin: 0;
            width: 275px;
            border-right:2px dotted #d6e3ff;
			border-left:2px dotted #d6e3ff;
            }
			
			#main_banner {
            clear: left;
            padding: 20px 0 30px 35px;
            border-top:2px dotted #d6e3ff;/*cbcbcb*/
            }
			
			#main_announcements {
            float: left;
            padding: 10px 0 10px 10px;
	   		width: 280px;
			border-right:2px dotted #d6e3ff;
            }
			
			#sidebar_orange a:link {
            display: block;
            }

            #sidebar_orange a:visited {
            display:block;
            text-decoration: none;
            }


/************** Popup module*********/
input.linkButtonMore 
{
color:#D86D1E;
line-height:16px;
margin: 5px 0px 0px 210px;
}
input.linkButtonMore2
{
color:#D86D1E;
line-height:16px;
margin: 5px 0px 0px 10px;
}

#popupmoduleHeader  {
color:#D86D1E;
line-height:16px;
margin: 5px 0px 0px 15px;
}

#popupmoduleText {
color:#6A82A4;
line-height:16px;
margin: 5px 0px 0px 15px;
}

#popupmoduleHeader1  {
color:#D86D1E;
line-height:10px;
margin: 5px 0px 0px 15px;
}

#popupmoduleText1 {
color:#6A82A4;
line-height:20px;
margin: 5px 10px 0px 15px;
}

#popupmoduleHeader2  {
color:#D86D1E;
line-height:16px;
margin: 5px 0px 0px 15px;
}

#popupmoduleText2 {
color:#6A82A4;
line-height:20px;
margin: 5px 10px 0px 15px;
}

#popupmoduleHeader22  {
color:#D86D1E;
line-height:10px;
margin: 5px 0px 0px 15px;
}

#popupmoduleText22 {
color:#6A82A4;
line-height:20px;
margin: 5px 10px 0px 15px;
}

/*.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	float: right;
	visibility:hidden;
	border-style:solid;
	border-color: red;
	border-width: 2px;
	}

.modalBackground {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:100px;
	margin: 200px 100px 0px 400px;
	
}*/

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:250px;
	padding-top:11px;
}

#updateHeader  {
color:#D86D1E;
line-height:16px;
margin: 5px 0px 0px 10px;
}

#updateText {
color:#6A82A4;
line-height:16px;
margin: 5px 0px 0px 10px;
}


/******error Label******/
#errorLabel p{
color:blue;
margin: 5px 0px 0px 25px;
}


h2#alerts {
height:34px;
background-repeat: no-repeat;
background-position: left top;
text-indent:-9999px;
margin-left:10px;
}

#sidebar_orange2 p {
color: #92a3bc;
line-height:22px;
margin-left:15px;
}


#MemRegistration1 {
color: #92a3bc;
line-height:22px;
margin-left:15px;
width:160px;
}

#MemRegistration2 {
color: #92a3bc;
line-height:22px;
margin-left:15px;
width:160px;
}

#MemRegistration3 {
color: #92a3bc;
line-height:22px;
margin-left:15px;
width:160px;
}

#errorEmail {
margin:-18px auto auto 25px;
}

#verifyPanel {
margin: -50px 0px 0px 25px; 
}


#panel1 {
margin: -30px 0px 0px 25px; 

}

#pnlError {
margin: -50px 0px 0px 25px; 
}

#emailReg 
{
margin: -95px 0px 0px 25px; 
}

#emailReg p
{
}
p.email-label {
margin-left:140px;
margin-top:0px;
position:absolute;
}
p.email-address {
margin-left:48px;
margin-top:-15px;
position:absolute; 
}

p.email-missing {
margin-left:268px;
margin-top:-26px;
position:absolute; 
}

p.email-invalid {
margin-left:268px;
margin-top:-26px;
position:absolute; 
}

.btnSaveEmail
{
 margin-left:185px;
 margin-top:-70px;
 position:absolute; 
}

.btnSaveCancel
{
 margin-left:270px;
 margin-top:-70px;
 position:absolute; 
}


.email-box {
background: url(../images/emailBox.jpg) no-repeat center top;
width:583px;
height:162px; 
margin-right:auto;
text-align:center;
position: relative;
top: 0px;
left: 0px; 

margin-left:-20px;
margin-top:15px;  
}

#thisyou-box {
background: url(../images/thisyouBox.jpg) no-repeat center top;
width:583px;
height:207px; 
margin-right:auto;
text-align:center;
position: relative;
top: 0px;
left: 0px; 

margin-left:-20px;
margin-top:15px; 
} 

 
#thisyou-box p 
{
	margin:5px 5px 0 110px;  
}


.buttonYes {
margin: 55px 0px 10px -140px;
text-indent:-9999px;
cursor: pointer;
border:none;
width:86px;
height:59px;
}
 

.buttonNo {
margin:15px 0px 10px -4px;
text-indent:-9999px;
cursor: pointer;
border:none;
width:86px;
height:58px;
}



#correct-box {
background: url(../images/correctBox.jpg) no-repeat center top;
width:583px;
height:207px; 
margin-right:auto;
text-align:center;
position: relative;
top: 0px;
left: 0px; 

margin-left:-20px;
margin-top:15px;  
} 

.correctEmail { 
margin-left:150px;
margin-top:5px;  
} 

.btnNo2
{
margin: -15px 0px 10px -110px;
cursor: pointer; 
}

.BtnYes3
{
margin: -10px 0px 10px -150px; /*-60px 0px 10px -110px;*/
cursor: pointer; 
}

.BtnYes4
{
margin: -60px 0px 10px -110px;
cursor: pointer; 
}
 
  /*--------CSS Alt made for chrome and ie for login---------- */
@media screen and (-webkit-min-device-pixel-ratio:0)
{


#login-box {
margin-left: 0px;
} 


}


/*  .required
{
	margin-left:25px;  
	position:absolute;
	top: 40px;
}

#outer {
margin: -400px 0 40px 52px;
}

#tutorial{
margin: -400px 0 40px 52px;
}

#support {
text-align:center;
margin: -250px auto auto -100px;
clear:left; 
} */

