﻿body 
{
 
}
input.button
{

   font-size:10px;
}


.checkbox
{
	border: none;
	font-size: small;
	font-weight: normal;
	font-family: Calibri;
	
} 

h1
{
	font-size:  large;
	font-family: Calibri;
	color: #CB33A2;
	
}
h2
{
	font-size: small;
	font-family: Calibri;
	color: #CB33A2;
	font-weight:bold;
	
}
p
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #000000;
}
li
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #000000;
}
td.footertext
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #EC9000;
}


td.StandardText
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #000000;
}
.StandardText
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #000000;
}
td.adminCaptionCell
{
	background-color: #FFF1DD;
}

table.StandardText
{
	width: 100%;
}
table.StandardText td
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #000000;
}
.errors
{
	font-size: small;
    font-weight: normal;
    font-family: Calibri;
    color: #FF0000;
}


table.AdminMenu
{

	border: 0px;
	margin-top: 0px;
	width: 100%;


	}


table.AdminMenu td
{ 
	background-image: url('gfx/admin_menu/tile.png');
	background-repeat: repeat-x;
	vertical-align: middle;
	font-weight: bold;
	font-size: small;
    font-family: Calibri;
    color: #FFFFFF;
    
} 
table.DataGrid td
{ 
	background-image: url('gfx/admin_menu/light_tile.png');
	background-repeat: repeat-x;
	vertical-align: middle;
	color: black;
	font-weight: bold;
	font-size: small;
    font-family: Calibri;
    
} 

.adminHeaderRow a:link 
{ 
	color:#FFFFFF; 
	text-decoration: bold underline; 
}
.adminHeaderRow a:visited 
{ 
	color:#FFFFFF; 
	text-decoration: bold underline; 
} 
.adminHeaderRow a:active 
{ 
	color:#FFFFFF; 
	text-decoration: bold underline; 
}  
.adminHeaderRow a:hover
{
	color: #FF9933;
	text-decoration: bold underline;
} 



a.footertext
{
	font-size: small;
    font-weight: bold;
    font-family: Calibri;
    color: #EC9000;
}

label input{font-weight:normal;}



input.groovybutton
{
    border: 1px solid #999999;
	font-size:10px;
   	font-family:Verdana,sans-serif;
   	background-color:#FF9900;
   	margin-left: 0px;
}

.inputpassword
{
	border: 1px solid #FF9933;
	font-family: 'lucida grande';
	font-size: 8pt;
	color: Gray;
	Width: 130px;
	Height: 15px;
	text-align:right; 
}
.inputTextBox
{
	border: 1px solid #FF9933;
	font-family: 'lucida grande';
	font-size: 8pt;
	color: Gray;
	text-align:left; 
}

.watermarked_psw

{
	text-align:right; 
	color: White;
	
	border: 1px solid #FF9933;
	font-family: 'lucida grande';
	font-size: 8px;
	Width: 130px;
	Height: 15px;
	
	background-image:url('gfx/psw_wMark.png');

	background-repeat:no-repeat; 
}


table.BladeHeaderWide-Purple td
{ 
	background-image: url('gfx/ywb_admin/purpleheader_wide.png');
	background-repeat:no-repeat;
	vertical-align: middle;
	width: 450px;
	height: 25px;
} 
table.BladeWide-Purple td
{ 
	background-image: url('gfx/ywb_admin/purpleblade.png');
	background-repeat:no-repeat;
	vertical-align: middle;
	width: 450px;
	height: 200px;
} 
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.modalPopup
{
	background-color: White;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 0px;
	width: 250px;
}
.modalPopupTitle
{
	font-size: small;
	font-family: Calibri;
	color: White;
	font-weight:bold;
	
}

        .adjustedZIndex 
        {
        	 z-index: 100;
         }
         .dynamicCSS {
                text-align:left;

         }
         .menuFont
         {
                font-weight: bold;
                font-size: medium;
                font-family: Calibri;
         }
         
         .menuBackground {
                background-image: url('gfx/menutile.png');
                border-color: #FF9933;
            	color: White;
                font-weight: bold;
                font-size: medium;
                font-family: Calibri;
         }
         .menuBackgroundHover {
                background-image: url('gfx/menutile_active.png');
            	color: White;
                font-weight: bold;
                font-size: small;
                font-family: Calibri;

         }
         
         .menuNoBackground {
                background-image: none;
                font-weight: bold;
                font-size: small;
                font-family: Calibri;
         }
         
         .menuAdmin 
         {
         	font-weight: bold;
                font-size: small;
                font-family: Calibri;
            border-left-color: #FF9933;
            border-left-width: 1px;
            border-left-style: solid;
            border-right-color: #FF9933;
            border-right-width: 1px;
            border-right-style: solid;                             
         }
