﻿/* CSS FOR ADMIN SIDE */

.NonVisible {
	DISPLAY: none;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(img/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(img/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(img/bubble.gif) no-repeat bottom;
}

/*
label.frmLabel, input.frmInput {float:left;width:200px;margin-bottom: 3px;}

label {text-align:right;width:100px;margin-right: 3px;}


br{clear:left;}
*/

.backTtle 
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #293A54;
}

.backTxt
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, Sans-Serif;
    color: white;
}

.wrapCo {
    margin: 0 auto;
    width:600px;
    }
    
.wrapAddCo {
    /*background: navy;*/
    margin: 0 auto;
    width: 500px;
    }

.leftCo {
    float: left;
    width: 200px;
    }
    
.leftAddCo {
    /*background: blue;*/
    float: left;
    width: 280px;
    }
    
.rightCo {
    /* background: red; */
    float: right;
    width: 300px;
    }
    
.rightAddCo {
    /*background: red;*/
    float: right;
    width: 220px;
    }
    
.inrWrapCo {
    margin: 0 auto;
    width: 300px;
    }
    
.inrWrapAdd {
    margin: 0 auto;
    width: 325px
    }
    
.inrLeftCo {
    /*background: red;*/
    float: left;
    width: 70px;
    }
    
.inrLeftAdd {
    /*background: blue;*/
    float: left;
    width: 65px;
    }
    
.inrRightCo {
    /*background: blue;*/
    float: left;
    width: 230px;
    }
    
.inrRightAdd {
    /*background: blue;*/
    float: left;
    width: 200px;
    }
    
.inrRightWrap {
    /*background: blue;*/
    margin: 0 auto;
    width: 235px;
    }

.inrRightCoLft {
    float: left;
    width: 100px;
    }
    
.inrRightCoRght {
    float: right;
    width: 135px;
    }

.lnkButton, .lnkButton:visited, .lnkButton:link, .lnkButton:hover
{
    background-color: #6597fa; border: solid 1px black; color: White; 
    padding: 0px 8px 3px 8px; vertical-align: middle; height: 20px; text-decoration: none;
    cursor: hand; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
}

.lnkButton:hover
{
    background-color: #6597fa; border: solid 1px black; color: #006699; 
    padding: 0px 8px 3px 8px; vertical-align: middle; height: 20px; text-decoration: none;
    cursor: hand; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
}

.lnkInrButton, .lnkInrButton:visited, .lnkInrButton:link, .lnkInrButton:hover
{
    background-color: #94959a; border: solid 1px black; color: White; 
    padding: 0px 8px 3px 8px; vertical-align: middle; height: 20px; text-decoration: none;
    cursor: hand; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

.lnkInrButton:hover
{
    background-color: #94959a; border: solid 1px black; color: #5e6168; 
    padding: 0px 8px 3px 8px; vertical-align: middle; height: 20px; text-decoration: none;
    cursor: hand; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}

.lnkLst, .lnkLst:visited, .lnkLst:link
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
    font-weight: bold;
}

.lnkLst:hover

{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6168;
    text-decoration: none;
    font-weight: bold;	
}

.line
	{
	margin-top: 10px;
	background: url('../img/dotted-g.gif') top left repeat-x;
	}

.lnkPres, .lnkPres:link, .lnkPres:visited
	{
	color: #293A54;
	font-weight: bold;
	text-decoration: none;
	}

.lnkPres:hover, .lnkPres:active
	{
	color: #6596FA;
	font-weight: bold;
	text-decoration: none;
	}

.lnkC1, .lnkC1:link, .lnkC1:visited
	{
	padding-left: 12px;
	color: White;
	text-decoration: none;
    font-size: medium;
    font-weight: bold;
	background: url('../img/arrow-sb.gif') left no-repeat;

	}
	
 .lnkC1:hover, .lnkC1:active
	{
	color: #293A54;	
	background-image: url('../img/arrow-sw.gif');
		
		
	}
	
.lnkC2, .lnkC2:link, .lnkC2:visited
	{
	padding-left: 12px;
	color: #293A54;
	text-decoration: none;
    font-size: medium;
    font-weight: bold;
	background: url('../img/arrow-sw.gif') left no-repeat;

	}
	
 .lnkC2:hover, .lnkC2:active
	{
	color: White;	
	background-image: url('../img/arrow-sb.gif');
		
		
	}

