@charset "ISO-8859-1";

body {
color: #4f6b72;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
background-image:url('img/BodyBackground.gif');
margin: 0px;
padding: 0px;
color: #b4b4b4;
}

img {
border:0;
}

.Pointer {
cursor:pointer;
}

.Title {
color: black;
font-size: 60px;
font-weight:bold;
-moz-user-select: none;
text-align: center;
cursor:default;
padding: 10px 0 10px 0;
}

#Container {
Width: 500px;
height: auto;
margin-top: 130px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border-top: 0;
border-right: 1px;
border-bottom: 1px;
border-left: 1px;
border-style: solid;
border-color: #6F6F6F;
text-align: left;
}

#Header {
width: auto;
height: auto;
float: left;
margin-top: 0;
}

#Menu {
background-color: #b4b4b4;
position: relative;
width: 250px;
height: 30px;
float: left;
margin-top: 40px
}

#Main{
height: auto;
width: 100%;
padding: auto;
margin: 0px;
background-color: #EBEBEB;
}

#Main a {
color: #336699;
}

.Content {
/*background-image:url('img/BodyBackground.gif');*/
color: #4D4D4D;
min-height: 300px;
width: 500px;
margin: 0px 0px 0px 0px;
float: left;
background-color: #eaeaea;
} 


#Bottom {
width: 100%;
height: auto;
background-color: #141414;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Bottom a {
color: #fff;
text-decoration: none;
}

.BottomLeft {
height: 35px;
width: 214px;
float: left;
background-color: #141414;
margin-bottom: 50px;
padding-left: 200px;
}

.BottomRight {
height: 30px;
width: 86px;
float: right;
background-color: #141414;
padding-top: 5px;
}

.Table {
border-top: 1px solid #C8C8C8;
margin-left: auto;
margin-right: auto;
letter-spacing: 0;
padding-bottom: 10px;
}

.TableCell1, .Tablecell3 {
vertical-align: top;
}

.TableCell2 {
border-bottom: 1px solid #C8C8C8;
max-width: 180px;
overflow: hidden;
}

.TableCell2 a {
text-decoration: none;
}

.Hidden {
display: none;
}

.Button {
border: 1px solid #6F6F6F;
background: #6cabcc;
background-image:url('img/Button.gif');
color: #fff;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
left: 0;
margin-left: 0;
height: 20px;
}

.Button:hover {
background-image:url('img/ButtonHover.gif');
}

.NoBorderButton {
border: 0;
background-color: #6cabcc;
background-image:url('img/Button.gif');
color: #fff;
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
left: 0;
margin-left: 0;
height: 18px;
}

.FileBackground {
background-color: #369;
}

.Border {
border: 1px solid #6F6F6F;
top: 0;
left: 0;
margin: 0;
padding: 0;
}

.FileInputTextbox {
float: left;
height: 16px;
border: 0;
width: 140px;
}

.FileInputDiv {
position: relative;
overflow: hidden;
height: 18px;
width: 100%;
left: 0;
background-color: #6cabcc;
text-align: center;
}

.FileInputButton {
position: absolute;
top: 0;
left: 0;
}

.FileInputHidden {
font-size: 45px;
position: absolute;
right: 0;
top: 0;
opacity: 0; 
filter: alpha(opacity=0); 
-ms-filter: "alpha(opacity=0)"; 
-khtml-opacity: 0; 
-moz-opacity: 0;
}

#Hidden {
display: none;
}


