@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor:default;
	background-color: White;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td {
	vertical-align: top;
	font-size: 13px;
}

.mainElement {
	width: 800px;
	background-image: url(images/background.gif);
}

#LeftSide {
	background-color: White;
	padding: 10px;
	font-size: 12px;
}

#LeftSide h4 {
	margin: 0;
	font-size: 13px;
	color: #DF0B70;
	font-weight: normal;
	margin-left: 5px;
}

#LeftSide h3 {
	margin: 0;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin-left: 5px;
}

#LeftSide h2 {
	margin: 0;
	font-size: 14px;
	color: #F75BA4;
	font-weight: bold;
	display: block;
	float: left;
}

#LeftSide h1 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	margin: 0px;
}

#LeftSide a.big {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	display: block;
	float: left;
}
#LeftSide a.big:hover {
	color: White;
	
	text-decoration: none;
	background-image: url(images/background.gif);
}


#LeftSide div.divider {
	display: block;
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

#RightSide {
	width: 210px;
	background-color: White;
	min-width: 210px;
}

#RightSide a.Tab{
	width: 70px;
	display: border;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	background-color: #999;
	color: White;
	text-decoration: none;
	height: 45px;
	float: left;
	vertical-align: middle;
	padding-top: 25px;
}
#RightSide a.Tab:hover{
	background-color: #DF0B70;
	cursor: pointer;
}
#RightSide #Holder{
	margin: 10px;
	float: left;
}
#RightSide h2 {
	margin: 0;
	font-size: 14px;
	color: #F75BA4;
	font-weight: normal;
}
#RightSide h1 {
	margin: 0;
	font-size: 24px;
	color: #DF0B70;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -3px;
}

#RightSide h4 {
	margin: 0;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#RightSide input.textbox {
	margin: 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid Black;
	padding: 4px;
	width: 95%;
	margin-top: 5px;
}
#RightSide input.button {
	margin: 0;
	font-size: 14px;
	color: White;
	background-color: #999;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 0;
	margin-top: 5px;
}
#Header {
	width: 790px;
	height: 462px;
	display: table-cell;
}



#Footer {
	background-color: White;
	color: #666;
	text-align: center;
	display: table-cell;
	font-size: 11px;
	padding: 5px;
}


#LeftSide input.textbox {
	margin: 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid Black;
	padding: 2px;
	width: 200px;
}
#LeftSide textarea {
	margin: 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid Black;
	padding: 2px;
	height: 50px;
	width: 200px;
}
#LeftSide input.button {
	margin: 0;
	font-size: 14px;
	color: White;
	background-color: #999;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 0;
}

#LeftSide h2 {
	margin: 0;
	font-size: 24px;
	color: #DF0B70;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: -1px;

}