html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
}

body
{ 
	color:			black;
	font-family:	arial;
	font-size:		12px;
}


table
{
	color:			black;
	font-family:	arial;
	font-size:		12px;
	padding: 0px;
	spacing: 0px;
}
.mainTable
{
     height:100%;
     width: 100%
}

td
{
	color:			black;
	font-family:	arial;
	font-size:		12px;
}

/****************************
*		UL, LI
*****************************/
ul.menu
{
	list-style:none;	
	padding:0px;
	margin:0px;
	width:174px;
}
ul.root{
    margin-top: 50px;
}
li.menu
{
	width:174px;
	position:relative;
	font-weight:bold;
	text-decoration:none;
	color:White;
	padding-top:3px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#D4D4D4;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#D4D4D4;
}
ul.menu.sub
{
    background-color: #D4D4D4;
    position: absolute;
    top:-1px;
    left: 174px;
    cursor:pointer;
   
}

a.menu, a.menu:visited
{
	text-decoration:none;
	color:#9A9A9A;
}

a.menu:hover
{
	text-decoration:none;
	color:#DE0025;
}

a.menu.sub, a.menu.sub:hover, a.menu.sub:visited
{
    text-decoration:none;
	color:#DE0025;
}

/******************************
			H
******************************/
h1
{
	color:			black;
	font-family:	arial;
	margin-top:	0px;
	margin-bottom:15px;
	padding:0px;
	font-size:		24px;
	text-decoration:none;
}
.theme
{
	font-size:		48px;
}
.red
{
	color:			#DE0025;
}

/******************************
			a
******************************/
a, a:visited
{
	text-decoration:none;
	color:#DE0025;
}

a:hover
{
	text-decoration:underline;
	color:#DE0025;
}


a.menusub, a.menusub:visited
{
	text-decoration:none;
	color:#DE0025;
}

a.menusub:hover
{
	text-decoration:none;
	color:#DE0025;
}
.album > a{
    font-weight: bold;
}
/******************************
			P
******************************/
#tip7-title {
    text-align: left;
    top: -20px;
}

#tip7-title b {
    display: block;
}

#tip7-title span {
    float: right;
}

/******************************
			Poll
******************************/
td.pollAnswerFont
{
	font-family: Arial;
	background-color: #ffffff;
	font-size:		11px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	color:		000000;
	font-weight: normal;
}

td.pollAnswerFont.White
{
    color:		#ffffff;
    background-color: #de0025;
    
}
.imgClass{
    margin: 0x;
    margin-bottom: 0px;
    padding :0px;
    border: 0px red;
}

/******************************
			iframe
******************************/
#iframe1 {
	overflow-x:auto;
	overflow-y:hidden;
}

/******************************
            Album
******************************/

.album img {
    border:0;
}

table.albumTable {
    text-align:center;
}

table.albumTable td {
    padding:10px;
}

/****CMS***/

div .editable
{
    border: 1px dotted black;
}

div .editable:hover
{
	cursor:pointer;
	cursor:hand;
}

/**********************
        IE7 hax
**********************/

#ctl00_cntMainContent_cntLabel {
    min-height:400px;
}


#contactForm { font-family:Arial; }
#contactForm td.label { width:220px; vertical-align:top; }
#contactForm td.input { width:220px; vertical-align:top; }
#contactForm td.input input { border:solid 1px black; width:240px; }
#contactForm td.input input[type=checkbox] { width:20px; }
#contactForm td.input select { border:solid 1px black; width:240px; }
#contactForm td.input textarea { font-family:Arial; font-size:12px; border:solid 1px black; width:240px; height:100px; }
#contactForm td.error { width:40px; }
