﻿body
{
	background: #818285;
	color: Silver;
	font-family: Century Gothic, Arial;
	font-size: 11px;
	background-image: url("../img/layout/vertical.png");
	background-repeat: repeat-x;
	letter-spacing: 1px;
}

hr
{
	border: none 0;
	margin: 0px 0px 0px 0px;
}

a
{
	text-decoration: none;
	color: White;
}

a:hover
{
	text-decoration: underline;
}
img
{
	border: none 0;
}

li
{
	list-style-image: url("../img/layout/bullet.png");
	font-size: 11px;
	padding: 3px 0px 3px 0px;
}
ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

input.button
{
   font-size:11px;
   font-family:Century Gothic,sans-serif;
   width:55px;
   border-style:solid;
   border-color:#CCCC66;
   border-width:1px;
   margin-right: 30px;
}

input.button:hover
{
   color: #EEEEEE;
   background-color: #333333;
}

input.text, textarea.text
{
	border: 1px solid silver;
	font-family:Century Gothic;
	font-size: 13px;
	padding: 4px;
	letter-spacing: 2px;
	line-height: 19px;
}

.shadow
{
	position: absolute;
	background: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);
	z-index: -1;
}


#titleBar
{
	position: absolute;
	width: 750px;
	height: 55px;
	top: 50px;
	left: 50px;
}

#titleBar hr
{
	position: relative;
	top: 5px;
	border-top: 1px solid #BDB76B;
	width: 100%;
	height: 1px;
}

#titleBar img.logo1
{
}

#titleBar img.logo2
{
	position: absolute;
	left: 620px;
	top: 0px;
}

#footer
{
	height: 60px;
	width: 750px;
	z-index: 2;
	position: absolute;
}

.footerContent .shadow
{
	position: relative;
	top: 15px;
	left: 5px;
	height: 35px;
	width: 750px;
	z-index:1;
}

#footer div
{
	/*background-image: url("../img/layout/footer.jpg");*/
	position: absolute;
	color: gray;
	padding: 7px 20px 7px 0px;
	text-align: right;
	height: 14px;
	width: 724px;
	border: 3px solid white;
	top: 10px;
	background-image: url("../img/layout/footer.jpg");
	background-repeat: repeat-y;
	letter-spacing: 5px;
	font-size: 9px;
}

#footer div a
{
	color: gray;
}

#footer hr.top
{
	position: absolute;
	top: 0px;
	border-top: 1px solid #BDB76B;
	width: 750px;
	height: 1px;
}
#footer hr.bottom
{
	position: absolute;
	top: 55px;
	border-top: 1px solid #BDB76B;
	width: 750px;
	height: 1px;
}
#footer img.logo
{
	position: absolute;
	top: 23px;
	left: 20px;
	z-index: 3;
	left: 20px;
}

/* elemPopup */

#elemPopup 
{
	visibility: hidden;
	position: absolute;
	left: 50px;
	z-index: 999;
}

#elemPopup .content
{
	background-color: #303030;
	border: 1px solid white;
	padding: 15px 25px 25px 25px;
	position: relative;
	z-index: 2;
}

#elemPopup .content .titleBar
{
	position: relative;
	text-align: right;
	padding: 3px;
	font-weight: bold;
	height: 25px;
}

#elemPopup .shadow
{
	width: 100%;
	height: 100%;
	top: 20px;
	left: 20px;
	z-index: 1;
}

#elemPopup .content img.fullImage
{
	border: 3px solid white;
}

#imgPopup
{
	position: relative;
	cursor: pointer;
}