﻿body
{
	
	color: #FFFFFF;
}

p
{
    color: #FFFFFF;
}

h1
{
	border-style: none none solid none;
	border-width: thin;
	border-color: #C0C0C0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	text-align: center;
}

h2
{
    font-size: 18pt;
	text-align: left;
	color: #FFFFFF;
}

h3
{
    font-size: 14pt;
	text-align: left;
	color: #FFFFFF;
}


.menu
{
    width:100%;
}

.menuItem, .menuItem a
{
    
    color: #FFFFFF;
    display: block;
    font-size:12pt;
    padding: 4px 5px;
    text-decoration: none;
    white-space: nowrap;
     font-variant:small-caps;
     text-align:center;
      
}

.bodyText
{
    color:#FFFFFF;
    font-size:14pt;
    text-align: left;
    padding-bottom:20px;
}

.centeredImage
{
    color:#FFFFFF;
    font-size:14pt;
    text-align: center;
}

.BlackToBlueGradient
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#006699'); /* IE6 - IE9 */
    background-color: #006699; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#006699));  
    background-image: -webkit-linear-gradient(top, #000000, #006699);  
    background-image: -moz-linear-gradient(top, #000000, #006699);  
    background-image: -ms-linear-gradient(top, #000000, #006699);  
    background-image: -o-linear-gradient(top, #000000, #006699);  
    background-image: linear-gradient(top, #000000, #006699); 
    width: 100%; 
}

.BlueBack
{
    background-color: #006699;
    width: 100%; 
}

.BlueToBlackGradient
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006699', EndColorStr='#000000'); /* IE6 - IE9 */
    background-color: #006699; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#006699), to(#000000));  
    background-image: -webkit-linear-gradient(top, #006699, #000000);  
    background-image: -moz-linear-gradient(top, #006699, #000000);  
    background-image: -ms-linear-gradient(top, #006699, #000000);  
    background-image: -o-linear-gradient(top, #006699, #000000);  
    background-image: linear-gradient(top, #006699, #000000); 
    width: 100%; 
}

.BlackToGrayGradient
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#313131'); /* IE6 - IE9 */
    background-color: #313131; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#313131));  
    background-image: -webkit-linear-gradient(top, #000000, #313131);  
    background-image: -moz-linear-gradient(top, #000000, #313131);  
    background-image: -ms-linear-gradient(top, #000000, #313131);  
    background-image: -o-linear-gradient(top, #000000, #313131);  
    background-image: linear-gradient(top, #000000, #313131); 
    width: 100%; 
}

.GreyBack
{
    background-color: #313131;
    width: 100%; 
}

.GreyToBlackGradient
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#313131', EndColorStr='#000000'); /* IE6 - IE9 */
    background-color: #313131; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#313131), to(#000000));  
    background-image: -webkit-linear-gradient(top, #313131, #000000);  
    background-image: -moz-linear-gradient(top, #313131, #000000);  
    background-image: -ms-linear-gradient(top, #313131, #000000);  
    background-image: -o-linear-gradient(top, #313131, #000000);  
    background-image: linear-gradient(top, #313131, #000000); 
    width: 100%;  
}

.BlueButton
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#041D77', EndColorStr='#0720CE'); /* IE6 - IE9 */
    background-color: #0720CE; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#041D77), to(#0720CE));  
    background-image: -webkit-linear-gradient(top, #041D77, #0720CE);  
    background-image: -moz-linear-gradient(top, #041D77, #0720CE);  
    background-image: -ms-linear-gradient(top, #041D77, #0720CE);  
    background-image: -o-linear-gradient(top, #041D77, #0720CE);  
    background-image: linear-gradient(top, #041D77, #0720CE); 
    font-size:1em;
    border-radius:5px;
    color:#FFFFFF;
    width:100%;
    margin:10px;
    min-height:35px;  
}

.RedButton
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4D1926', EndColorStr='#BF1723'); /* IE6 - IE9 */
    background-color: #BF1723; /* Fallback background color for non supported browsers */  
    background-image: -webkit-gradient(linear, left top, right top, from(#4D1926), to(#BF1723));  
    background-image: -webkit-linear-gradient(top, #4D1926, #BF1723);  
    background-image: -moz-linear-gradient(top, #4D1926, #BF1723);  
    background-image: -ms-linear-gradient(top, #4D1926, #BF1723);  
    background-image: -o-linear-gradient(top, #4D1926, #BF1723);  
    background-image: linear-gradient(top, #4D1926, #BF1723); 
    font-size:1em;
    border-radius:5px;
    color:#FFFFFF;
    width:100%;
    margin:10px;   
    min-height:35px;   
}

.CenteredContentSection
{
 width: 1000px; 
 margin: 0 auto;   
}

.LeftMenuStyle
{
    width: 215px; 
    float: left;

   
}

td
{
    
    padding:20; 
}

.SideMenuStaticStyle
{
    color: #FFFFFF;
    font-size:14pt;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
    font-variant:small-caps;
    
  /*   border-bottom-style:solid;
     border-bottom-color:Gray;
     border-bottom-width:thick;*/
}

.SideMenuMouseOver
{
     background-color: #0720CE;
     
}



.SideMenuDynamicMouseOver
{
    background-color: #BF1723;
}

.SideMenuDynamicItems
{
    color:  #FFFFFF;
    font-size:14pt;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
    font-variant:small-caps;
    
}

a:link, /* unvisited link */
a:visited /* visited link */
{
    color:#FFFFFF;
}   

a:hover
{
    color: #C0C0C0;
}   
 
 
 .modalPopup {
	background-color:#ffffdd;
	
	padding:3px;
	width:550px;
	color:Black
	
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
}
