﻿body
{
    background-color: #666666;
    margin: 8px 20px 0px;
}

div.mainBody
{
    
}

div.mapOverlay
{
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:1;
}

td.Logo
{
    width: 181px;
    background-image: url('images/vermillionLogo.jpg');
    background-repeat: no-repeat;    
}

td.MainColor
{
    height:82px; 
    width:100%;
    background-image: url('images/redstripe.jpg');
}

td.Navigation
{
    height:23px;
    width:100%;
    /*background-image: url('images/blackgray.jpg');*/
    background-color:Black;
}

td.LogonStripe
{
    background-image: url('images/logonredstrip.jpg');    
}

td.LogonLogo
{
     background-image: url('images/vermillionLogo.jpg');  
     width: 182px; 
     height: 84px;
}

div.logonBackground
{
    text-align: center;
    vertical-align:middle;
    margin-top: 30px;
}

div.logonWelcomeText
{
    vertical-align:top;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color: #FFFFFF;
    padding-top: 50px;
}

div.logonWelcomeTextII
{
    vertical-align:top;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color: #FFFFFF;  
}

div.cbmLogo
{
    background-image: url(http://cbmtechnology.net/Ver_WebPortal/cbmlogo.jpg);
    float:left;
    margin-top:8px;
    padding-bottom:5px;
    margin-left: 10px;
    width:319px;
    height:38px;
    background-repeat:no-repeat
}

div.cbmText
{
    font-size:11px; 
    float:right;
    padding-top:5px;
    padding-right: 20px; 
    text-align: left;
}    

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
	position:absolute;
	text-align:center;
	vertical-align: middle;
}

/*List Extender*/

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Tahoma;
	Font-Size:x-small;
}

/*This is the Menu Style*/

.solidblockmenu{
border-left: 0 solid #625e00;
	border-right: 0 solid #625e00;
	border-top: 1px solid #625e00;
	border-bottom: 1px solid #625e00;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
width: 165%;
	height: 32px;
	background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li strong{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li asp:HyperLink{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, strong:hover, asp:HyperLink:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

/* Gridview Header */
.gridsearchheader
{
	background-image: url('images/gridheader.jpg');
	background-repeat:repeat-x;
	background-color: Transparent;
	border-style:none;	
}

/* Button Face */
.buttonface
{
	background-image: url('images/buttonface.jpg');
	background-repeat:repeat-x;
	background-color:Transparent;
}

/*Web Part Titel*/
.WebpartTitle
{
	background-image: url('images/gridheader.jpg');
}

.pinStyle{
                background:url('images/pin.gif') no-repeat 0 0; 
                height:30px; 
                width:25px; 
                color:#fff; 
                text-align:center; 
                font: bold 12px Arial; 
                cursor: pointer; 
                position: relative; 
                }
                
.pinShadowStyle{
            background:url('images/pinShadow.gif') no-repeat 0 0; 
            height:30px; 
            width:42px; 
            font: bold 12px Arial; 
            position: absolute; 
            filter: Alpha(opacity=50); 
            -moz-opacity: 0.60; 
            opacity: 0.60;
            left: 10px;
            }

.MapTable
{
    BORDER-RIGHT: #5789a0 1px solid;
    BORDER-TOP: #5789a0 1px solid;
    BORDER-LEFT: #5789a0 1px solid;
    BORDER-BOTTOM: #5789a0 1px solid
}

/*Modal Dialog Style*/
.dialog
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222222;
    background-color:#fff;
}    

/* header styles */
.header
{
    position:relative;
    color:#fff;        
    /*cursor:move; /* So the user knows they can drag the panel */
}
.header .outer
{
    background:url(../img/top-right.png) right no-repeat;
    padding-right:40px;
}
.header .inner
{
    background:url(../img/top-left.png) left no-repeat;
    padding-left:9px;
}
.header .content
{
    height:35px;
    background:url(../img/top-mid.png) repeat-x;
}
.header .content H2
{
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    padding-top:6px;
    margin:0;
}
.header .close
{
    /* the image is 35x35 pixels wide */
    height:25px;
    width:35px;	
    /* position the image */
    position:absolute;	
    top:4px;
    right:7px;	
    background:url(../img/close.png) no-repeat;	
    cursor:pointer;
}
.header .close:hover
{
    /* set the hover image */
    background:url(../img/close-hover.png) no-repeat;	
}        

/* dialog body styles */
.body
{
}
.body .outer
{
    background:url(../img/right.png) right repeat-y;
    padding-right:7px;
}
.body .inner
{
    background:url(../img/left.png) left repeat-y;
    padding-left:7px;
}
.body .content
{
}  
.body .content H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222222;            
    font-weight:normal;
}           
.body .content .footer
{
    /* footer image is 41 pixels tall */    
    background:url(../img/footer.gif) repeat-x bottom;
    height:41px;
}
.body .content .footer .commands
{
    text-align:right;
    padding:8px;
}           
.body .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.footer
{
}
.footer .outer
{
    background:url(../img/bottom-right.png) right top no-repeat;
    padding-right:9px;
}
.footer .inner
{
    background:url(../img/bottom-left.png) left top no-repeat;
    padding-left:9px;
}
.footer .content
{
    height:7px;
    background:url(../img/bottom-mid.png) repeat-x;        
}   
        
.updating
{
    color:#808080;
    background:url(../img/activity.gif) no-repeat center;
}  


/*datatabletheme*/
/* table style */
table.yui-datatable-theme
{
	font-family:arial;
	font-size:small;
	border:solid 1px #7f7f7f;
	width:700px;    
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td
{
    cursor:default;
}

/* header cell styles */
.yui-datatable-theme th
{
    background: url(img/yui-datatable/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

/* data data cell style */
.yui-datatable-theme td
{
    padding:4px 10px 4px 10px;
    border-right:solid 1px #cbcbcb;	
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#edf5ff; }

/* mouseover row style */
.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over { background-color:#b2d2ff; }

/* select row style */
.yui-datatable-theme .row-select
{ 
	background-color:#426fd9; 
	color:#fff;
}



/*tab themes*/
.red .ajax__tab_header 
{
    background:url(img/red_bg.gif) repeat-x;
}
.red .ajax__tab_hover .ajax__tab_outer,
.red .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/red_left.gif) no-repeat left top;
}
.red .ajax__tab_hover .ajax__tab_inner,
.red .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/red_right.gif) no-repeat right top;
}

.blue .ajax__tab_header 
{
    background:url(img/blue_bg.gif) repeat-x;
}
.blue .ajax__tab_hover .ajax__tab_outer,
.blue .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/blue_left.gif) no-repeat left top;
}
.blue .ajax__tab_hover .ajax__tab_inner,
.blue .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/blue_right.gif) no-repeat right top;
}

.green .ajax__tab_header 
{
    background:url(img/green_bg.gif) repeat-x;
}
.green .ajax__tab_hover .ajax__tab_outer,
.green .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/green_left.gif) no-repeat left top;
}
.green .ajax__tab_hover .ajax__tab_inner,
.green .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/green_right.gif) no-repeat right top;
}

.orange .ajax__tab_header 
{
    background:url(img/orange_bg.gif) repeat-x;
}
.orange .ajax__tab_hover .ajax__tab_outer,
.orange .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/orange_left.gif) no-repeat left top;
}
.orange .ajax__tab_hover .ajax__tab_inner,
.orange .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/orange_right.gif) no-repeat right top;
}

.purple .ajax__tab_header 
{
    background:url(img/purple_bg.gif) repeat-x;
}
.purple .ajax__tab_hover .ajax__tab_outer,
.purple .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/purple_left.gif) no-repeat left top;
}
.purple .ajax__tab_hover .ajax__tab_inner,
.purple .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/purple_right.gif) no-repeat right top;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_default .ajax__tab_header 
{
	font-size:13px;
	font-weight:bold;
	color:#000;
    font-family:sans-serif;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_outer,
.ajax__tab_default .ajax__tab_header .ajax__tab_outer,
.ajax__tab_default .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_inner,
.ajax__tab_default .ajax__tab_header .ajax__tab_inner,
.ajax__tab_default .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_tab,
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_default .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_default .ajax__tab_active .ajax__tab_tab 
{
	color:#fff;
}

.ajax__tab_default .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
    background-color:#ffffff;
}

/*Accordian*/
.accordion  
{
    font-size:8.5pt;
    font-family:Tahoma;
    background:url(img/item_bg.gif);
}
.accordion .header 
{
    cursor:pointer;
    background:url(img/hd_bg.gif) repeat-x;
    border-bottom:solid 1px #57566f;
}
.accordion .header DIV
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .header SPAN
{
    cursor:pointer;
    font-weight:bold;
    display:block;
    padding-top:8px;
    color:#fff;
}        
.accordion .header:hover
{
    cursor:pointer;
    height:31px;
    background-color:Transparent;
    background:url(img/hd_hover_bg.gif) repeat-x;
    border-bottom:none;
}                
.accordion UL        
{
    padding:0;
    margin:5px 5px 5px 15px;
    list-style-type:none;
}
.accordion LI
{
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:left center;
    vertical-align:middle;
    padding:6px 5px 6px 25px;
    cursor:hand;
}
.accordion LI DIV
{
    padding-left:10px;
    color:#666666;
    cursor:hand;
}
.accordion LI:hover
{
    text-decoration:underline;
}


.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.progresscontainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.progressheader
{
    background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.progressbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

