﻿#registerPanel
{
	display:none;
}

.comError
{
	color:Red;
}

.comSuccess
{
	color:Green;
}

.comEdit
{
	display:none;	
}

.thickButton
{
    background-color: #3b9aff;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    display: inline-block;
    color: #ffffff;;
    font-size: 21px;
    font-weight: normal;
    padding: 15px 37px;
    text-decoration: none;
    cursor: pointer;
}
.thickButton-small
{
    font-size: 14px;
    padding: 5px 20px;
}

.thickButton:hover
{
    background-color: #0075cf;
}
.thickButton:active
{
    position: relative;
    top: 1px;
}

.jtiger-software-panel{
    margin-top: 5 0px;
    margin-bottom: 10px;
}

#jtigerCOMTools li
{
	display:inline;
	list-style-type:none;
	padding-right: 20px;
}

#jtigerCOMTools li a
{
	text-decoration:none;
}

#jtigerCOMTools li a:hover
{
	font-weight: bold;
	font-style:italic;
	color:Aqua;
}

.jtigerCOMHelp
{
	cursor: pointer; cursor: hand;
}

.headerLink
{
	cursor: pointer; cursor: hand;
	font-size: 14pt;
}

.a-link
{
    color: #09F;
    font-family: KeffeesatzBold, Arial;
    text-decoration:none;
    text-align:center;
}

.a-link-big
{
    color: #09F;
    font-family: KeffeesatzBold, Arial;
    text-decoration:none;
    text-align:center;
    font-size: 35px;
}

#jtigerCOMTools .ui-selecting { background: #FECA40; }
#jtigerCOMTools .ui-selected { background: #F39814; color: white; }
#jtigerCOMTools { list-style-type: none; margin: 0; padding: 0; }
#jtigerCOMTools li { margin: 3px; padding: 3px; float: left; width: 100px; height: 35px; font-size: 20px; text-align: center; }
	
#forgotPassword
{
	cursor: pointer; cursor: hand;
	text-decoration: none;	
}

#userCOM
{
	display: block;
	padding:25px;
}

.userCOMDependent{display:none;}

.jtigerCOMPanel
{
	width: 98%; position: relative; background-color:White; display:block;
    margin-left:auto;margin-right:auto; margin-top:0;
    border-radius: 16px;overflow: hidden;padding-top: 20px;
}

.userCOMAccount
{
	
}

#accountEditPanel
{
	display: none;	
}

td
{
	padding: 2px;
}

.userType
{
    display: block;
    border-style: solid;
    width: 220px;
    margin: 5px;    
    font-size: 12px;
    text-align: left;
    z-index: 5;
}

.userType i
{           
    font-size: 16px;
    font-style:italic;
    margin-top: 10px;
}        
.userTypeTop
{
    background-image: url(../img/jtigerCOM/usertype.png);
    height: 48px;
    width: 220px;
}
        
.userTypeTopSelected
{
    background-color: Red;
}
        
.userTypeTop p
{
    padding-top: 5px;        	
    font-size: 25px;
    width: 98%;
    color: White;
    vertical-align: middle;
    text-align: right;
}
        
.userTypeContent
{
    margin-left: 10px;
}
.userTypeContent p
{
    font-size: 18px;
}
.userTypeContent ul li
{
    font-size: 16px;
}
        
.userTypePrice span
{
    font-size: 18px;
    text-align: right;
}

.userTypeDependent
{
	display: none;
}

.tableHead
{
	background-color: #C0C0C0; 
	color: Black; 
}

.jtigerCOM-link-panel
{
    margin-bottom: 5px;
}
.jtigerCOM-link
{
    float:left;margin:0px 5px 5px 5px;
}

.fixedControlPanel
{
    margin: 10px 0px;
}