﻿ 
 /* 

	Useful for when need to display the user profile control differently depending on the page

	//  this file is for development purposes, nicely separates styles, 
	//	but should be compbined with main.css when deploying application)
*/
 
table.tbl_login {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
table.tbl_login td {
	margin: 0px;
	padding: 2px 0px 2px 2px;
}
table.tbl_login input.loginfield {
	width: 150px;
}

 
 #profile fieldset
    {
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    #profile legend
    {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 3px;
        width: 254px;
    }
	
    #profile label
    {
        clear: left;
        display: block;
        float: left;
        padding-right: 10px;
        text-align: right;
        width: 160px;
    }
    
    
    
     #registration fieldset
    {
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 5px 10px;
		background: #F4F4F4;
    }
    #registration legend
    {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 5px;
        padding: 3px;
        width: 254px;
    }
    #registration label
    {
        clear: left;
        display: block;
		font-size: 14px;
		color: #666666;
        float: left;
        padding-right: 10px;
		margin: 2px 0px 2px 0px;
        text-align: right;
        width: 150px;
    }
	#registration input 
	{
		margin: 2px 0px 2px 0px;
	}
	#registration select 
	{
		margin: 2px 0px 2px 0px;
		width: 185px;
	}
	#registration select.profile_title
	{
		margin: 2px 0px 2px 0px;
		width: 50px;
	}
	#registration table.tbl_communitylist {
	
	}
	#registration table.tbl_communitylist label {
		width: 200px;
		font-size: 12px;
}
	
   .profile_settings label {
		padding-right: 10px;
		padding-top: 5px;
		color:#666;
		font-family:Verdana,form_hdl;
		font-size:11px;
	    display: block;
        float: left;
        text-align: right;
        width: 160px;
    }
	.profile_settings input {
		margin-bottom: 8px;
		margin-top: 8px;
		width: 250px;
    }
    
    .profile_settings .update_profile_btn input {		
		width: 120px;
    }
    
    .profile_settings select {
		
		width: 250px;
    }
    
	.update_profile_btn {
		padding: 10px 0px 0px 230px; 
	}
    /* 


		tabs styles 


	*/  
	.profile_pic1 {
	    margin-top: 22px;
		padding: 0px;
		float: left;
		}
	.profile_pic2 {
	    margin-top: 22px;
	    margin-right: 15px;
		padding: 1px 0px 0px 0px;
		float: right;
		}
	.profile_txt {
		padding-top: 10px;
		color:#666666;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
	}
	h3.profile_hdl { 
		padding: 10px 0px 0px 0px;
	} 
   .hr_profile {
	    width: 470px;
		margin-top: 20px;
		border-bottom: 1px dotted #BBB;
	 }
	 .sub_btn {
	  	padding-top: 10px;
	 }
	.acc_sett_content {
		margin-bottom: 15px;
		padding: 0px;
		color: #CC3300;
	}
	p.form_hdl {
		padding-top: 5px;
		color:#666;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
	}
	p.form_hdl_red {
		padding-top: 10px;
		color:red;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
	}
	.tab_hdl {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
		padding-top: 6px;
	}    		
	
    div#tabs ul {
	    width: 524px;
		height: 34px;
		list-style: none;
		margin: 0px;
		padding: 0px;
		background: url(Images/tab_menu/tabs_bg_top.gif) no-repeat top left;
		display: block;
		 }
 
	#tabs ul li {
		float: left;
		margin: 0px;
		padding: 0px;
	}
    
	div#tabs ul li.tab1_on a {
		display: block;
		background: url(Images/tab_menu/acc_ess_on.gif) no-repeat top left;
		float:left;
		width: 174px;
		height: 34px;
		 }
	
	div#tabs ul li.tab1_on  a:hover {
		background: url(Images/tab_menu/acc_ess_on.gif) no-repeat top left;
	}
   div#tabs ul li.tab1_off a {
		background: url(Images/tab_menu/acc_ess_off.gif) no-repeat top left;
		float:left;
		display: block;
		width: 174px;
		height: 34px;
    }
	
	div#tabs ul li.tab1_off  a:hover {
		background: url(Images/tab_menu/acc_ess_on.gif) no-repeat top left;
	}
	div#tabs ul li.tab2_on a {
		background: url(Images/tab_menu/profile_info_on.gif) no-repeat top left;
		float:left;
		display: block;
		width: 175px;
		height: 34px;
		}
	
	div#tabs ul li.tab2_on  a:hover {
		background: url(Images/tab_menu/profile_info_off.gif) no-repeat top left;
	}
	
	div#tabs ul li.tab2_off a {
		background: url(Images/tab_menu/profile_info_off.gif) no-repeat top left;
		float:left;
		display: block;
		width: 175px;
		height: 34px;
    }
	div#tabs ul li.tab2_off  a:hover {
		background: url(Images/tab_menu/profile_info_on.gif) no-repeat top left;
	}
	div#tabs ul li.tab3_on a {
		background: url(Images/tab_menu/genconn_sett_on.gif) no-repeat top left;
		float:left;
		display: block;
		width: 175px;
		height: 34px;

		}
	
	div#tabs ul li.tab3_on  a:hover {
		background: url(Images/tab_menu/genconn_sett_off.gif) no-repeat top left;
	}
	
	div#tabs ul li.tab3_off a {
		background: url(Images/tab_menu/genconn_sett_off.gif) no-repeat top left;
		float:left;
		display: block;
		width: 175px;
		height: 34px;
    }
	div#tabs ul li.tab3_off  a:hover {
		background: url(Images/tab_menu/genconn_sett_on.gif) no-repeat top left;
	}
	div#tabs .selected {
		border-color: black;
	}
	
	div#tabs .selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	div#tabs .hidden
	{
		visibility:hidden;
	}
	
	div#content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
	}	
	
	
	

