/* @import url(/css/layout1c.css); */

/*
Baby blue: 	#3399cc
Purple:		#9933cc 

Orange: #ff9900

*/

body {
	color: #a3a3a3;
	/*background-color: #101010; */
	/* background-color: #181818; */
	background-color: #303030;
	text-decoration: none;
	line-height:1.2;
	font-size: 11pt;
	font-weight: normal;
	font-family: arial, helvetica, impact, sans-serif;
}

.page
{
}

a:link 		{ color: #9933cc; text-decoration: none; outline-style: none; }
a:visited 	{ color: #9933cc; text-decoration: none; outline-style: none; }
a:active 	{ color: #3399cc; text-decoration: none; outline-style: none; }
a:hover 	{ color: #3399cc; text-decoration: none; outline-style: none; }


/*
a[rel="external"] {
	background:  url("http://pictivity.com/imgage/externalLink.gif") right 	center no-repeat;
	padding-right: 14px;
}		

a[rel="external"] img {
	background: none;
	padding-right: 0;
}		

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
}
*/


img {
	border-width: 0px;
}
table {
	border-collapse: collapse;
	border-width: 0px;
}

div.footer a
{
	color: #a3a3a3;
}
/*----------------------------------------------------------------------------*/
div.ModalDisplay_divBase
{
	background-color: #303030; 
	opacity: 0.85;
	filter: alpha(opacity=85);
}

a.ModalDisplay_aOverlayControl
{
	color: #9933cc;
}
a.ModalDisplay_aOverlayControl_hover
{
	color: #3399cc;
	cursor: pointer;
}
div.ModalDisplay_divDisplayInfo
{
	width: 300px;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
}
/*----------------------------------------------------------------------------*/
.ContextMenu_body
{
	color: #9933cc;
	background-color: #404040; 
	opacity: 0.95;
	filter: alpha(opacity=95);
	border: 2px outset #9933cc;
}

.ContextMenu_highlight
{
	color: #3399cc;
	background-color: #101010; 
}

.ContextMenu_seperator
{
	width: 95%;
	color: #606060;
}

/*----------------------------------------------------------------------------*/
.DivDialog_title
{
	background-color: #9933cc;
}
.DivDialog_body
{
	background-color: #303030;
	opacity: 0.95;
	filter: alpha(opacity=95);
	border: 2px outset #9933cc;
}

/*----------------------------------------------------------------------------*/
a.selected:link 	{ color: #C0C0C0; background: #9933cc; } 
a.selected:visited 	{ color: #C0C0C0; background: #9933cc; }
a.selected:active 	{ color: #C0C0C0; background: #9933cc; }
a.selected:hover 	{ color: #C0C0C0; background: #9933cc; }

/*----------------------------------------------------------------------------*/
p.title1
{
	color: #3399cc;
	font-size: 16pt;
}

/*----------------------------------------------------------------------------*/
span.icon
{
	float: left;
	padding: 10px;
	overflow: hidden;
	height: 200px;
	width: 200px;
	border-style: none;
	text-align:center;
}
/*----------------------------------------------------------------------------*/
span.thumbNailInfo
{
	float: left;
	padding: 0px;
	overflow: hidden; 
	height: 158px;
	width: 158px;
	border-style: none; 
	border-width: 1px;
	border-style: solid;
	border-color: #303030;
}
span.thumbNailInfo_current
{
	float: left;
	padding: 0px;
	overflow: hidden; 
	height: 158px;
	width: 158px;
	border-style: none; 
	border-width: 1px;
	border-style: dashed;
	border-color: #3399cc;
}

td.thumbNailInfo_selected
{
	background-color: #504050;
}
/*
.thumbNailAccesory
{
	border-width: 0px;
	border-style: solid;
	border-color: red;

	background-color: #404040;  
	opacity: 0.80;
	filter: alpha(opacity=80);
}
*/

/*----------------------------------------------------------------------------*/
body#mailform .error {
	color: red;
	fontsize: 9pt;
}

#mailFormInputName
{
	color: #000000;
	background-color:#e0e0e0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Courier New", Lucidatypewriter, Courier, Fixed, monospace;
}
#mailFormInputFrom
{
	color: #000000;
	background-color:#e0e0e0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Courier New", Lucidatypewriter, Courier, Fixed, monospace;
}
#mailFormInputSubject
{
	color: #000000;
	background-color:#e0e0e0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Courier New", Lucidatypewriter, Courier, Fixed, monospace;
}
#mailFormInputMessage
{
	color: #000000;
	background-color:#e0e0e0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Courier New", Lucidatypewriter, Courier, Fixed, monospace;
}
/*----------------------------------------------------------------------------*/

