﻿body
{
    text-align: left;
   
    background-color: #E1E1E1;
}

.TopAlign
{
	text-align:left;
	vertical-align:top;
	}

.ActivityView
{
	background-color: #d3d3d3;
}

.StandardLabelRight
{
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #696969;
	font-family: Verdana;
}

.StandardLabelLeft
{
	font-size: 8pt;
	font-weight: bold;
	text-align:left;
	color: #696969;
	font-family: Verdana;
}

.MainBoxTitle
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #be0000;
	text-align: left;
}

.MainBoxSubtitle
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #3399ff;
	text-align: left;
}

.StandardTextLeft
{
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	color: #696969;
	min-height: 50px;
	text-align: left;
	font-family: Verdana;
}


.news-summary
{
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	color: #696969;
	min-height: 50px;
	text-align: justify;
	font-family: Verdana;
}

.TextBox
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	color: #656565;
	border: #d3d3d3 1px solid;
}

.FormBox
{
	background-color: #c0c0c0;
}

.StandardButton
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: #284775;
	cursor: pointer;
	background-color: #e3dfe3;
	border: solid 2px #CCCCCC;
}

.FormTextBox
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	color: #696969;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	background-color: #fff5ee;
}

.TextBoxWatermark
{
	font-family: Verdana;
	font-size: 7pt;
	font-style: italic;
	text-align: left;
	color: #696969;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
}

.MainBoxText
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #f5f5f5;
	text-align: justify;
	overflow: auto;
	left: 0px; 
	width: 585px; 
	position: absolute;
    top: 2px; 
    height: 482px; 
    overflow:auto;
    padding:5px;
}

.StandardTextJustified
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #aaaaaa;
}

.StandardTextLeft
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	color: #aaaaaa;
}

a:link
{
	color: #6384c7;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
}

a:visited {
	color: #6384c7;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
}

a:hover
{
	color: #9bbcff;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
}

a:active {
	color: #6384c7;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
}

a.DefaultProjectLink:link
{
    color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: large;
    font-family: 'Tw Cen MT';
    cursor: pointer;
}

a.DefaultProjectLink:visited {
	color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: large;
    font-family: 'Tw Cen MT';
    cursor: pointer;
}

a.DefaultProjectLink:hover
{
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: large;
    font-family: 'Tw Cen MT';
    cursor: pointer;
}

a.DefaultProjectLink:active {
	color: #333333;
    text-decoration: none;
    text-align: left;
    font-size: large;
    font-family: 'Tw Cen MT';
    cursor: pointer;
}

a.MasterTitle:link
{
	color: #dcdcdc;
	text-decoration: none;
	text-align: left;
	font-size: 12pt;
	font-family: Verdana;
}
a.MasterTitle:visited
{
	color: #dcdcdc;
	text-decoration: none;
	text-align: left;
	font-size: 12pt;
	font-family: Verdana;
}
a.MasterTitle:hover
{
	color: #c0c0c0;
	text-decoration: none;
	text-align: left;
	font-size: 12pt;
	font-family: Verdana;
}
a.MasterTitle:active
{
	color: #dcdcdc;
	text-decoration: none;
	text-align: left;
	font-size: 12pt;
	font-family: Verdana;
}


a.MasterMenu:link
{
	color: #6384c7;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border: #696969 1px solid;
}
a.MasterMenu:visited
{
	color: #6384c7;
	text-decoration: none;
	text-align:center;
	font-size: 8pt;
	font-family: Verdana;
	border: #696969 1px solid;
}
a.MasterMenu:hover
{
	color: #9bbcff;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border: #696969 1px solid;
}
a.MasterMenu:active
{
	color: #6384c7;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	font-family: Verdana;
	border: #696969 1px solid;
}


a.MasterFootLink:link
{
    text-align: center;
    font-family: 'verdana';
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
a.MasterFootLink:visited	{text-align:center; font-family:'verdana'; font-size:10pt; color:#666666; text-decoration:none; font-weight:bold; cursor:pointer;}
a.MasterFootLink:hover
{
	text-align: center;
	font-family: 'verdana';
	font-size: 10pt;
	color: #a9a9a9;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a.MasterFootLink:active		{text-align:center; font-family:'verdana'; font-size:10pt; color:#666666; text-decoration:none; font-weight:bold; cursor:pointer;}

.PhotoDetailTitle
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: #dcdcdc;
}

.PhotoDetailDescription
{
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	color: #dcdcdc;
}

a.ClickLink:link
{
	color: white;
	text-decoration: none;
	text-align: left;
	font-size: 1px;
	font-family: Verdana;
	
}
a.ClickLink:visited
{
	color: white;
	text-decoration: none;
	text-align:left;
	font-size: 1px;
	font-family: Verdana;
	
}
a.ClickLink:hover
{
	color: white;
	text-decoration: none;
	text-align: left;
	font-size: 1px;
	font-family: Verdana;
	
}
a.ClickLink:active
{
	color: white;
	text-decoration: none;
	text-align: left;
	font-size: 1px;
	font-family: Verdana;
	
}


a.Content:link
{
    color: black;
    text-decoration: none;
    font-size: 10pt;
    font-family: Verdana;
    font-weight: normal;
}
a.Content:visited
{
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana;
	 font-weight: normal;
	
}
a.Content:hover
{
    color: #666666;
    text-decoration: none;
    font-size: 10pt;
    font-family: Verdana;
     font-weight: normal;
}
a.Content:active
{
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana;
	 font-weight: normal;
	
}