
/* BlueStream Web Site Base CSS       */
/* Created 4/28/2012 by Steve Johnson */

/* Elements */

* 
{
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
    /*font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;*/
    font-size: small;
}


html
{
    color: white;    
    background-color: #003399;
    background-image: url('../Image/Background.jpg');
    background-repeat: repeat-x;
}        


body 
{
    height: 100%;
}


p
{
	margin-bottom: 1em;
}


h1, h2, h3, h4, h5, h6
{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}


h2
{
	font-size: 1.5em;
}


h3, h4, h5, h6
{
	font-size: 1em;
}


h4, h5, h6
{
    color: White;
}


h4, h5, h6
{
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
}


h4
{
	background-color: black;
}


h5
{
    background-color: #999999;
}


h6
{
    background-color: #0099cc;
    color: #ffcc00;
}


em
{
	font-style: italic;
}


strong
{
	font-weight: bold;
}


li
{
    margin-left: 2em;
}


blockquote
{
    margin: 1em 3em;
    font-style: italic;
    color: Gray;
}


code, pre
{
    font-family: Consolas, "Lucida Console", Fixedsys, "Courier New";
    color: Blue;
}


label
{
    white-space: nowrap;
    margin-right: 1em;
}
        
        
label.required
{
    font-weight: bold;
}


a
{
    color: Blue;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}


button 
{
	width: 6em;
    padding-left: 1em;
    padding-right: 1em;
    height: 2.2em;
    text-align: center;
}


input[type="submit"]
{
	width: 6em;
    padding-left: 1em;
    padding-right: 1em;
    height: 2.2em;
    text-align: center;
}


input[type="text"], input[type="password"]
{
    margin-bottom: 0.5em;
}


/* Page Element IDs */

#content 
{
    color: Black;
    background-color: White;
    padding: 1em;
    margin-top: 1.5em;
    border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
}
            
            
#contentBanner
{
	background-image: url('../Image/BspsLogo.png');
	background-repeat: no-repeat;
	min-width: 640px;
	height: 148px;
	text-align: right;            
}


#applicationTitle 
{
	float: right;
	margin-top: 1em;                
}            


#contentBody 
{
}
            
            
#footer 
{
	text-align: center;
	color: silver;
	margin-top: 0.5em;
	padding-bottom: 1em;
	min-height: 1em;            
}
            
            
#footerLeft 
{
    float: left;
}
            
            
#footerRight 
{
    float: right;
}


#footer a
{
    color: silver;   
}

                        
#infoBar 
{
	padding: 0.25em;
	background-color: #003399;
	color: white;
	width: 100%;
	height: 1.25em;
	min-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;            
}
            
            
#infoBarLeft 
{
    float: left;
}
            
            
#infoBarRight 
{
    float: right;
}


#infoBar a
{
	color: white;
	text-decoration: none;
	cursor: pointer;
}


#infoBar a:visited
{
	color: white;
}


#infoBar a:hover
{
	color: #ffcc00;
}


#infoBar ul
{
    list-style: none;
}


#infoBar ul li
{
    margin: 0;
    color: White;
	display: inline-block;
}

#infoBar ul li a
{
    padding: 0 0.5em;
}

#infoBar ul li a:hover
{
    background-color: Black;
}



/* Classes */

body.narrow
{
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}


body.wide
{
	width: 1024px;
	min-height: 768px;
	margin-left: auto;
	margin-right: auto;
}


body.variableWidth
{
	min-width: 800px;
	margin-left: 2em;
	margin-right: 2em;
}


img.smallIcon
{
    height: 1.2em;
    width: 1.2em;
}


div.fieldGroup
{
    padding: 1em;
    border: 1px dotted gray;
    color: Black;
    background-color: #ffff99;
}
        
        
div.commandButtons 
{
    margin-top: 1em;
    text-align: right;
}
        
        
div.commandButtons button
{
    margin-left: 0.5em;
}
        
        
button.large, input[type="submit"].large
{
	width: 10em;
}


.nowrap
{
    white-space: nowrap;
}


.warningText, .warning
{
	color: red;
	font-weight: bold;
}
