﻿/**********************************************************
Contains CSS Details for the following controls
-----------------------------------------------
* AvusaWebProfile_UserLogin				- REDONE
* AvusaWebProfile_Register				- REDONE
* AvusaWebProfile_Confirm
* AvusaWebProfile_CurrentUser
* AvusaWebProfile_Profile				- REDONE
* AvusaWebProfile_UserResendDetails		- REDONE
* AvusaWebProfile_Default				- NEW
* Tabber
**********************************************************/

.clr 
{
	clear: both;
}


/* Used on all error fields and validators */
.Error
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #ff0000;
}

/**********************************************************
FORMS
**********************************************************/
input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../images/avusacontrols/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../images/avusacontrols/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

 input.submit:hover {
  
  cursor: pointer;
}


/**********************************************************
AvusaWebProfile_UserLogin
**********************************************************/
#AvusaWebProfile_UserLogin
{
	font-family: Verdana;
	Color: #000000;
	font-size:11px;
	width: 440px;
	padding: 5px;
}

#AvusaWebProfile_UserLogin .Main
{
	padding:2px;
	border: solid 0px #000000;
	Background-Color: #FFFFFF; 
	text-align: center;
}

#AvusaWebProfile_UserLogin .Title
{
    width: 100px;
    font-family: Verdana;
	Color: #000000;
	font-size:10pt;
	padding-right:5px;
	text-align: right;
	Background-Color: #FFFFFF; 
}

#AvusaWebProfile_UserLogin .LoginTitle
{
	text-transform: uppercase;
	margin: 3px;
	text-align: center;
	font-weight: bold;
}

#AvusaWebProfile_UserLogin .Username
{
}

#AvusaWebProfile_UserLogin .Password
{
	
}

#AvusaWebProfile_UserLogin .RememberMe
{
	text-align: center;
}

#AvusaWebProfile_UserLogin .Inputbox 
{
    text-align: left;
	width: 200px;
}
#AvusaWebProfile_UserLogin div.LostPassword a
{
	font-size:13px;
	font-weight: bold;
}


/**********************************************************
AvusaWebProfile_Register
**********************************************************/
#AvusaWebProfile_Register
{
	font-family: Verdana;
	Color: #FFFFFF;
	font-size:11px;
	width: 470px;
	padding: 5px;
}


#JohnnicWebProfile_Register_Form .RegisterBox
{
	text-align: left;
}

#JohnnicWebProfile_Register_Form span.RegisterBoxTitle
{
	color: #2E3192;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	display: block;
}

#JohnnicWebProfile_Register_Form span.Label
{
	width: 250px;
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
	display: block;
}

/**********************************************************
AvusaWebProfile_Confirm
**********************************************************/

#AvusaWebProfile_Confirm
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width: 500px;
	background-color: #FFFFFF;
	padding:2px;
}

.AvusaWebProfile_Confirm_Message
{
	font-size: 13px;
}

.AvusaWebProfile_Confirm_Resend
{
}

.AvusaWebProfile_Confirm_Title
{
	text-transform: uppercase;
	margin: 3px;
	text-align: center;
	font-weight: bold;
}

.AvusaWebProfile_Confirm_Fields
{
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
	text-align: left;
}

.AvusaWebProfile_Confirm_Fields_Input
{
	width: 200px;
	background-color:#FFFFFF;
	font-size:12px;
}

.AvusaWebProfile_Confirm_UserName
{
}

.AvusaWebProfile_Confirm_Email
{
}

.AvusaWebProfile_Confirm_Button
{
}

.AvusaWebProfile_Confirm_ButtonButton
{
	margin: 2px;
	cursor: hand;
}

.AvusaWebProfile_Confirm_ErrorMessage
{
}

/**********************************************************
AvusaWebProfile_CurrentUser
**********************************************************/

#AvusaWebProfile_CurrentUser
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

/**********************************************************
AvusaWebProfile_Profile
**********************************************************/
#AvusaWebProfile_Profile
{
	font-family: Verdana;
	font-size:11px;
	width: 100%;
	padding: 5px;
	text-align: left;
}

#AvusaWebProfile_Profile .Title
{
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #2e3192;
	text-decoration: underline;
}

#AvusaWebProfile_Profile .Main
{
	text-align: left;
}

#AvusaWebProfile_Profile span.Label
{
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
	display: block;
}

#AvusaWebProfile_Profile input
{
	width: 250px;
}

#AvusaWebProfile_Profile .Button input
{
	width: 50px;
}


/**********************************************************
AvusaWebProfile_UserResendDetails
**********************************************************/
#AvusaWebProfile_UserResendDetails
{
	padding: 5px;
	width: 100%;
}

#AvusaWebProfile_UserResendDetails .Title
{
	color:#2E3192;
	font-weight:bold;
	text-align: center;
	font-size:12px;
}

#AvusaWebProfile_UserResendDetails table
{
	text-align: left;
}

#AvusaWebProfile_UserResendDetails span.Label
{
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
	display: block;
}

#AvusaWebProfile_UserResendDetails span.Label
{
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
	display: block;
}

#AvusaWebProfile_UserResendDetails .Button
{
	text-align: center;
}

/**********************************************************
AvusaWebProfile_Default
**********************************************************/
#AvusaWebProfile_Default
{
	padding: 20px;
}

#AvusaWebProfile_Default .Title
{
	color:#2E3192;
	font-weight:bold;
	text-align: center;
	font-size:12px;
}





.UserLogin_Title
{
    width: 100px;
    font-family: Verdana;
	Color: #000000;
	font-size:10pt;
	padding-right:5px;
	text-align: right;
	Background-Color: #FFFFFF; 
}

.AvusaWebProfile_UserResendDetails_LoginTitle
{
	text-transform: uppercase;
	margin: 3px;
	text-align: center;
	font-weight: bold;
}

.AvusaWebProfile_UserResendDetails_Username
{
}

.AvusaWebProfile_UserResendDetails_Password
{
	
}

.AvusaWebProfile_UserResendDetails_RememberMe
{
	text-align: center;
}

.AvusaWebProfile_UserResendDetails_Inputbox 
{
    text-align: left;
	width: 200px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
}

.AvusaWebProfile_UserResendDetails_ButtonButton
{
	margin: 2px;
	cursor: hand;
	background-color: #CCCCCC;
	
}

/**********************************************************
Tabber
**********************************************************/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #aaa;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #aaa;
	border-bottom: none;
	background: #2E3192;
	text-decoration: none;
	color: #ffffff;
}

ul.tabbernav li a:hover
{
	color: #ffffff;
	background: #cccccc;
	border-color: #aaa;
}

ul.tabbernav li a:link
{
	color: #FFFFFF;
}
ul.tabbernav li a:visited
{
	color: #2E3192;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 color: #000000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background: #FFFFFF;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/**********************************************************
LIVE VALIDATION
**********************************************************/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}