﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #F0F0F0;
}
.form1
{
    height: 100%; 
    min-height: 100%; 
    background-color: inherit;
    font-family: Arial, Helvetica, serif;
    z-index:1;
}
.container
{
    min-height:100%;
    position:relative;    
    text-align: center;
    padding: 0;
    margin: 0;
    z-index:2;
}

.header
{
    background-color: #4F85DD; /*background-image: url('Images/UCDALogo.jpg'); background-repeat: no-repeat; #4F85DD-forIE; #5C80DA-forMozilla */
    width: 1024px;
    height: 83px;
    margin: 0 auto; /*display: inline-block;*/
    color: #FED03D;
    font-size: 26px;
    text-align: right;
}

.smallheader
{
	color: #24418F;
	font-weight: bold;
}

.menuPanel
{
    background-image: url('../Images/mnuFone.png');
    background-repeat: repeat-x;
    background-color:#4F85DD;
    width: 1024px;
    height: 57px;
    /*display: inline-block;*/
    margin: 0 auto;
    z-index:50;
    position:relative;
    text-align:left;
}

.rightPanel
{
    background-color: inherit;
    width: 1024px;
    text-align: left;
    /*display: inline-block;*/
    margin: 0 auto;
    padding-bottom:60px;
    z-index:10;
}
ContentPlaceHolder1
{z-index:10;}
.footer
{
    background-color: inherit;
    position: absolute;
    bottom: 0;
    right:0;
    width: 100%;
    height: 60px; /* Height of the footer */
    margin-left: auto;
    margin-right: auto;
    color: #666666;
    font-size:80%;
    text-align:center;
}

.mnuLevel1
{
    /*background-color: #4F85DD;*/
    display: inline-table;
    font-weight: bold;
    vertical-align: middle;
}
.mnuLevel2
{
    /*background-color: #4F85DD;*/
    display: block;
    vertical-align: middle;
    text-align:left;
    font-weight: bold;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:2px;
    padding-top:2px;
    width:180px; 

    filter: Alpha(Opacity=90);    /*IE7*/
    -ms-filter:alpha(opacity=90); /*IE8*/
    -moz-opacity: 0.9;            /*Moz*/
    -khtml-opacity: 0.9;          /*safary*/
    opacity:.90;                  /*CSS2*/
}
.staticMenuStyle
{  }
.staticMenuItemStyle
{ padding-right:25px;  }
.dynamicMenuStyle
{ 
    background-color:Transparent;  position:relative;  display: none; visibility:hidden;   z-index:2;     
    /*filter: Chroma(Color = red) Glow(Color=#00FF00, Strength=40); */
    /*Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0);*/ 
    filter: Alpha(Opacity=90);    /*IE7*/
    -ms-filter:alpha(opacity=90); /*IE8*/
    -moz-opacity: 0.9;            /*Moz*/
    -khtml-opacity: 0.9;          /*safary*/
    opacity:.90;                  /*CSS2*/     
}
.dynamicMenuItemStyle
{
    /*filter: Chroma(Color = #FFF500) Glow(Color=#4F85DD, Strength=25);
    Filter: Alpha(Opacity=100, FinishOpacity=30, Style=1);*/
    background-color: #6191E0; 
     position:relative; z-index:52;
    /*width: 180px;*/
}
.dynamicHoverStyle
{   }
ctl00_MainMenun3Items
{  }
.ctl00_MainMenu_1 dynamicMenuItemStyle ctl00_MainMenu_5 mnuLevel2 ctl00_MainMenu_12
{  }
.ctl00_MainMenu_0 dynamicMenuStyle ctl00_MainMenu_7 /* or id=ctl00_MainMenun3Items - dinamic menu HTML code */
{  } 
/* STYLE for the rest of pages except Default.aspx */
.tdLogo
{
    width: 420px;
    height: 83px;
    background-image: url('../Images/UCDALogo.jpg');
}
.bigBlue
{
    text-align: center;
    font-size: x-large;
    color: blue;
    font-weight: bold;
}
.divPage
{
    display: inline-table;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -2px;
    background-color: White; /* #FFFFFF; */
    min-height: 600px;
}
strong
{
    color: #800000;
}
li
{
    padding-bottom: 10px;
}
