﻿/* CSS Document | LastRender Art Studio's | www.lastrender.com */

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial;
	color: #454545;
	font-size: 12px;
	text-align: center;
	background: url(../media/admin/footer.jpg) no-repeat 100% 100%;
	background-attachment: fixed;
	background-color: #ffffff;
}
a:link
{
	color: #1572B1;
	text-decoration: none;
}
a:hover
{
	color: #1572B1;
	text-decoration: underline;
}
a:visited
{
	color: #1572B1;
	text-decoration: none;
}
#menu
{
	padding-right: 0px;
	border-top: #d9d9d9 1px solid;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 180px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
#menu UL
{
	margin: 0 0 1em;
	color: #000000;
	list-style-type: none;
}
#menu LI
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#menu A
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu A:hover
{
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
.myTable
{
	border:1px solid #d2d2d2;
	border-collapse:collapse;
}
.myTable thead
{
	background-color:#f9f9f9;
}
.myButton
{
	background: url(../media/button.png);
	vertical-align: middle;
	width: 124px;
	height: 29px;
	color: #ffffff;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
.accordionHeader
{
	border: 1px solid #e1e1e1;
	border-top: none;
	color: white;
	background-color: #1572B1;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #ececec;
	border: 1px solid #e1e1e1;
	border-bottom: 1px solid #1572B1;
	font-size: 12px;
	padding: 5px;
	padding-top: 10px;
}
.btnLogin{
		background:url(../media/admin/loginBtn.jpg) no-repeat;
		width:105px;
		height:30px;
		font-weight:bold;
		border: none;
}