﻿
.Footer
{
	background: #ebebeb none repeat scroll 0 0;
	border-top: 2px solid #006699;
	clear: both;
	font-size: 10px;
	padding: 15px 0px;
	width: 100%;
}

.Footer .Contact
{
	float: left;
	width: 320px;
}

.Footer .Contact .Links,
.Footer .Contact .Description
{
	margin-bottom: 12px;
}

.Footer .Sponsors
{
	float: left;
	margin-left: 25px;
}

.Header
{
    padding-top: 13px;
}

.MainMenu
{
    font-size: 12px;
    font-family: Verdana;
    margin-bottom: 2px;
}

.MainMenu .Item, .MainMenu .Item a
{
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    float: left;
}

.MainMenu .Item .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 8px;
}

.MainMenu .Item .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body.gif);
    background-repeat: repeat-x;
    float: left;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    display: block;
}

.MainMenu .Item .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 8px;
    margin-right: 2px;
}

.MainMenu .ItemSel, .MainMenu .ItemSel a
{
    color: #003399;
}

.MainMenu .ItemSel .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left-Sel.gif);
}

.MainMenu .ItemSel .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body-Sel.gif);
}

.MainMenu .ItemSel .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right-Sel.gif);
}

.SectionHeading h1
{
	color: #5c5c5c;
	font-size: 18px;
	margin-bottom: 30px;
	margin-left: 180px;
	margin-top: 0px;
}

.SectionSubmenu
{
	border-top: solid 1px #dcdbda;
	margin-bottom: 25px;
	width: 150px;
}

.SectionSubmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.SectionSubmenu ul li
{
	border-bottom: solid 1px #dcdbda;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SectionSubmenu li.Placeholder
{
	border: none;
}

.SectionSubmenu li.Folder
{
	color: #5c5c5c;
	font-weight: bold;
	margin-top: 24px;
	padding: 4px 2px;
}

.SectionSubmenu li.Folder:first-child
{
	margin-top: 0px;
}

.SectionSubmenu a, .SectionSubmenu a:hover, .SectionSubmenu a:visited,
.MainMenu a,.MainMenu a:hover,.MainMenu a:visited
{
    border-bottom:none !important;
}

.SectionSubmenu a
{
	background-color: #ffffff;
	color: #006699;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

.SectionSubmenu a:hover
{
	background-color: #F3CB58;

}

.SectionSubmenu a.Selected
{
	background-color: #ffffff;
	color: #5C5C5C;
	font-weight: bold;
}

.SectionSubmenu li.Level1
{
}

.SectionSubmenu li.Level2
{
	padding: 4px 2px 4px 15px;
}

.SectionSubmenu li img.Icon
{
	border: none;
	float: left;
	margin-right: 5px;
	max-width: 17px;
}

#dialogWindow
{
    padding:10px 40px;
    text-align:center;
}

#dialogWindow .Loading
{
    background: transparent url(../Images/ajax-loader.gif) no-repeat center center;
    width:570px;
    height:450px;
    margin-bottom:20px;
}

#dialogWindow .imageDisplay
{
    width:570px;
    height:450px;
    margin-bottom:20px;
}

#dialogWindow img
{
    max-width:570px;
    max-height:450px; 
}

#dialogWindow .noImages
{
    font-size:15px;
}

#dialogWindow .imagePager
{
    margin-top:10px;
}

#dialogWindow .pageBack,
#dialogWindow .pageForward
{
    width:9px;
    height: 17px;
    display:inline-block;
    vertical-align:top;
    
}
#dialogWindow .imageCount
{
    margin-left:5px;
}

#dialogWindow .totalCount
{
    margin-right:5px;
}

#dialogWindow .pageBack.Visible
{
    background: transparent url(../Images/Icons/PageArrowLeft.png) no-repeat;
    
    
}

#dialogWindow .pageForward.Visible
{
    background: transparent url(../Images/Icons/PageArrowRight.png) no-repeat;
     
}

#dialogWindow .imageDescription
{
    font-size:11px;
    font-family:Verdana;
    text-align:left;
    margin-bottom:20px;
    min-height:40px;
}






