﻿body 
{
	background-color:#516a83;
	font-family:arial, helvetica, Sans-Serif;
	font-size:12px;
	color:black;
	margin-top:5px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}


h1{
	font-weight:bold;
	font-family:"trebuchet ms",arial, helvetica;
	font-size:13pt;
	color:#374469;
	margin-bottom:3px;
}

h2 
{
	font-size:10pt;
	font-weight:bold;
	font-family:"trebuchet ms",Arial,helvetica;
	color:#006600;
	margin-bottom:3px; 
}

a:link {color: #374469;}
a:hover {color: #374469;}
a:visited {color: #374469;}
input {font-size:11pt;font-weight:normal;font-family:arial,arial,helvetica;}

.treeView
{
	font-size:9pt;
	font-weight:normal;
}

.logo
{
	float:left;
	width:182px;
	height:40px;
	padding:5px;
	padding-left:15px;
}

.headerLinks
{
	float:right;
	padding:0px;
	padding-right:15px;
	vertical-align:top;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#7c8888;
	text-decoration:none;
}


.mainContainer
{
	margin-left:20px;
	margin-right:20px;
	min-width:740px;
}

.footerContainer
{
	margin-left:28px;
	margin-right:28px;
}

.menuBox
{
	width:auto;
	border:solid 1px #333333;
	background-color:#efefff;
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana;
}
.menuBar
{
	text-align:left;
	background-image:url(images/menubar.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	border:none;
	vertical-align:top;
	height:29px;
}

.menubar img
{
	padding:0px;
	border:none;
	margin:0px;
}

.topLeft
{
	width:25px;
	background-image:url(images/row1-1.jpg);
	height:26px;
}

.topCenter
{
	height:26px;
	width:auto;
	background-image: url(images/row1-2.jpg);
    background-repeat: repeat-x;
}

.topRight
{
	height:26px;
	width:26px;
	background-image:url(images/row1-3.jpg);
}

.leftEdge
{
	width:7px;
	background-image: url(images/leftedge.jpg);
	background-repeat:repeat-y;
}

.rightEdge
{
	width:8px;
	background-image: url(images/rightedge.jpg);
	background-repeat:repeat-y;
}

.bottomLeft
{
	width:25px;
	
	background-image:url(images/row3-1.jpg);
	height:20px;
}

.bottomCenter
{
	height:20px;
	width:auto;
	background-color:White;
}

.bottomRight
{
	width:26px;
	background-image:url(images/row3-3.jpg);
	height:20px;
}

.reflectionLeft
{
	width:18px;
	background-image:url(images/row4-1.jpg);
	height:71px;
	background-repeat:no-repeat;
}

.reflectionCenter
{
	height:71px;
	width:auto;
	background-image:url(images/row4-2.jpg);
	background-repeat:repeat-x;
}

.reflectionRight
{
	width:18px;
	background-image:url(images/row4-3.jpg);
	height:71px;
	background-repeat:no-repeat;
}

.header
{
	vertical-align:top;
	text-align:left;
	padding:0px;
	width:auto;
	background-color:White;
}


.content
{
	vertical-align:top;
	text-align:left;
	padding:17px;
	width:auto;
	background-color:White;
	
}

.title{
	font-weight:bold;
	font-family:"trebuchet ms",arial, helvetica;
	font-size:13pt;
	color:#374469;
}
.imageDetails
{
	font-size:10pt;
	font-family:"trebuchet ms",arial, helvetica;
	font-weight:normal;
}

.imageDetails input
{
	font-size:10pt;
	font-family:arial,helvetica;
	font-weight:normal;
}


.singleBorder
{
	text-align:left;
	margin:0px;
	padding:0px;
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

.subMenu
{
	border:solid 1px #666666;
	font-weight:bold;
	font-size:10pt;

}
	

.subMenu a
{

	font-family:arial,helvetica;
}

.contentBody
{
	padding:5px;
	font-weight:normal;
	font-family:"trebuchet ms",arial,helvetica;
	font-size:9pt;
	color:#000000;
	background-color:White;
	min-height:400px;
}

.footer
{
	font-family:"trebuchet ms",arial;
	padding-top:10px;
	text-align:center;
	font-size:9px;
	font-weight:normal;
}

.albumText{
	font-size:10pt;
	font-family:"trebuchet ms",,arial,sans serif;
	font-weight:normal;
	color:#000000;
}

.errorLabel
{
	text-align:center;
	color:#990000;
	font-size:11px;
	font-weight:bold;
}

.folderList
{
	min-height:150px;
	background:#ffffff;
	float: left;
	padding:2px;
	margin-right:10px;
	border: solid 1px #666666;
	width:150px;
	clip:auto;
	font-size:12px;
	font-family:verdana, Arial, helvetica;
	font-weight:normal;
}

.folderListLink
{
	font-weight:bold;
}

/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/


.fileGrid table
{
	border-collapse:collapse;
	border-spacing:0em;
}


.fileGrid td
{
	
	border               : 1px solid #CCC;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", arial, Helvetica, sans-serif;
	padding:5px;
		
}

.fileGrid thead th,
.fileGrid thead td,
.fileGrid tbody th,
.fileGrid tfoot th,
.fileGrid tfoot td
{
	background            : #efefef;
	color                 : #666;  
	padding               : 5px 10px;
	border           : 1px solid #CCC;
}

.fileGrid tbody tr:hover
{
  background            : #EEE;
}

.fileGrid tbody tr:hover td
{
  color                 : #454545;
}

.fileGrid caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 5px;
	color                 : #666;
	font-weight:bold;
}
.fileGrid table a:link
{
	color                 : #666;
}
.fileGrid table a:visited
{
	color                 : #666;
}
.fileGrid table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
.fileGrid table a:active
{
	color                 : #003366;
}

.bigLabel
{
	font-weight:bold;
	font-size:13px;
	color:#666666;
	font-family:"trebuchet ms",arial,helvetica;
}

.formLabel
{
	font-weight:bold;
}

    .thumbNail
    {
        margin:5px;
        text-align:center;
        width:115px;
        height:115px;
        background-color:#ffffff;
        border:2px solid black;
    }
    
    .thumbDetail
    {
        text-align:center;
        width:115px;
        font-size:7pt;
        font-family:verdana;
        font-weight:normal;
    }
    
