﻿body 
{
	background-color: Black;
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	font-size: 10pt;
	font-family: Verdana, Arial, 'Times New Roman';	
}

image.Main
{
	margin: 0px 0px 5px 10px;
}

table.Content
{
	width: 800px;
	background-color: White;
}

.label
{
	font-size: 8pt;
	color: #222222;
}

.editLabel
{
	color: #222222;
	font-size: 8pt;
}

.editRowSpace
{
	height: 10px;
}

.required
{
	font-style: italic;
	font-size: 8pt;
	color: Red;
}

.field
{
	width: 99%;
}

p
{
	text-align: justify;
}

.header
{
	font-size:12pt; 
	font-weight:bold;
}

.header2
{
	font-size:11pt; 
	font-weight:bold;
	margin-bottom: 10px;
}

.error
{
	font-size: 12pt;
	color: Red;
	font-style: italic;
	font-weight: bold;
}

a
{
	color: #564d70;
}

a:visited
{
	color: #564d70;
}

a:active
{
	color: #000000;
}

a:hover
{
	color: #000000;
}

/*************************************************
 * Accordion
 */

.Accordion 
{
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

.AccordionPanel 
{
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab 
{
	background-color: Black;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	background: #080808 url('images/AccordionBG1.jpg') repeat-x;
}

.AccordionPanelTab h3 
{
	margin: 0;
	padding: 0px 0px 0px 30px;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background: url('images/AccordionArrowOpened.gif') no-repeat left 50%;
}

.AccordionPanelClosed .AccordionPanelTab h3 
{ 
	background: url('images/AccordionArrowClosed.gif') no-repeat left 50%; 
	font-weight: normal;
	color: #eeeeee;
}

.AccordionPanelClosed .AccordionPanelTab h3 span
{
	font-size:8pt; 
	font-weight:normal;
	visibility: visible;
}

.AccordionPanelOpen .AccordionPanelTab h3 span
{
	font-size:8pt; 
	font-weight:normal;	
	visibility: hidden;
}


.AccordionPanelContent 
{
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

.AccordionPanelContent p
{
	margin-left: 10px; 
	margin-right: 10px;
}

.AccordionPanelOpen .AccordionPanelTab 
{
	background-color: Black;
}

.AccordionPanelTabHover 
{
	color: white;
}

.AccordionPanelOpen .AccordionPanelTabHover 
{
	color: white;
}

.AccordionFocused .AccordionPanelTab 
{
	background-color: Black;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab 
{
	background-color: Black;
}

/*************************************************
 *
 */

#thumbnails 
{
	clear: both;
	margin: 10px auto;
}

#thumbnails div 
{
	position: relative;
	width: 48px;
	height: 48px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}

#thumbnails img 
{
	width: 48px;
	height: 48px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

/**************************************************
 * HTML Panel
 */

.HTMLPanelLoadingContent, .HTMLPanelErrorContent 
{
	display: none;
}

.HTMLPanelLoading 
{
}

.HTMLPanelError 
{
}

.HTMLReadPanel
{
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	width: 750px;
	height: 200px;
}

/*******************************************************
 * Tabbed panel
 */

.TabbedPanels 
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup 
{
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab 
{
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	font-size: 8pt;
	background-color: #DDD;
	list-style: none;	
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover 
{
	background-color: #CCC;
}

.TabbedPanelsTabSelected 
{
	background-color: white;
	border-bottom: 1px solid white;
}

.TabbedPanelsTab a 
{
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup 
{
	clear: both;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

.TabbedPanelsContent 
{
	padding: 4px;
}


.TabbedPanelsContentVisible 
{
}
