﻿body
	{font-family: Century Gothic, Tahoma, Helvetica, sans-serif;font-size: 12px; color:#AEBD36;}

#MasterCaption 
{ 
    position: relative;
    font-size: 33px; 
    vertical-align: middle; 
    text-align: center; 
    color: black;
    font-weight: bold;

}
#MasterFooter 
{ 
    text-align: center;

}
#MasterMenu 
{ 
    width: 200px; 
    float: right;
}
.SmallFontCheckBox
{
    margin-bottom: 0;
	_margin-top: 3px;
}
#MasterContent 
{
    margin-right: 211px; 
}
#MasterContentPanel 
{ 
    min-height: 200px; 
    margin-top: 11px; 
    padding: 11px;
}

a
{
    color: #AEBD36; 
}

.Button
{
    border: none; 
    background-color:#AEBD36; 
    color: #FEFEFE; 
    padding: 5px 7px;
    font-weight: bold;
    min-width: 75px;
}

.TextBox 
{
    border: 1px solid #AEBD36; 
    width: 100%;
}

.GridView 
,.GridView a
{
    text-align: left; 
    color: black;
    text-decoration: none;
}

.GalleryDatePicker
{
    float: left;
    width: 100px;
    text-decoration: none;
}
.GalleryDatePicker a
{
    text-decoration: none;
}
.GalleryDatePicker .SelectedDate 
{
    text-decoration: underline;
}

	
.ImagePanel 
	{ width:133px;
	  height:133px;
	  float:left;
	  padding:6px 6px 0 6px; margin:6px;
	  vertical-align:middle; text-align:center;
	  background: #FFF; color: #AEBD36;
	  border-bottom: solid 1px #999;
	  border-right: solid 1px #999;
	  border-left: solid 1px #ccc;
	  border-top: solid 1px #ccc;
	  _margin:-1px; /*IE _hack to compensate border width */
	  }
	
.ImagePanel a img
	{ max-width:133px; min-height:100px; }
	
.ImageCaption 
	{ height:16px; font-size:11px; width:100%;
	  vertical-align:middle;
	  text-align:center;
	  table-layout:fixed;
	  }
.ImageCaption td
	{ white-space:nowrap;
	  _text-overflow:ellipsis;
	  overflow:hidden;
	  }
	 
.contentCleaner
	{ clear:both; }

.GridView td 
	{ padding:1px 5px 1px 5px;}

.InformationLabel
, .ErrorLabel
	{ font-size:11px; vertical-align:middle; text-align:center; font-weight:bold; }
.InformationLabel
	{color:Green;}
.ErrorLabel
	{color:Red;}
	
.privateInfoLine
	{color:#990000;}
	
#DownloadLink 
	{text-align:center; }
#DownloadLink a
	{font-size: 33px; color:Red; background-color:Transparent;}
	
.PrivateProjectInfo
	{vertical-align:middle; padding-left:5px;}
.AddObjectField
	{margin:2px 0;}
