* {
	margin:0;
	padding:0;
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	line-height:1.3;
	font-size:18px;
word-wrap: break-word;
}
body {
	background-color:#FFFAFA;
}

#mBody {
	position:relative;
	width: 800px;
	margin: 0px auto;
	background: url(../images/top.gif) no-repeat;
	padding-top:100px; 
	background-color:white;
	border-style:solid;
	border-color:pink;
	border-width:1px;
}
#mBody:after {
	overflow: hidden;
	content: "";
	display: block;
	clear: both; 
	height:0px;
}


#mBody2 {
	position:relative;
	width: 800px;
	margin: 0px auto;
	background: url(../images/top2.gif) no-repeat;
	padding-top:100px; 
	background-color:white;
	border-style:solid;
	border-color:pink;
	border-width:1px;
}
#mBody2:after {
	overflow: hidden;
	content: "";
	display: block;
	clear: both; 
	height:0px;
}


#topBar {
	position:absolute;
	top:124px;
	background-image:url('../images/bar.gif');
	width:800px;
	height:16px;
}

#pageTitle {
	margin: 0px auto;
	font-size:30px;
	text-align:center;
/*background-color:orange;*/
}
#pageContent {
	width:640px;
	padding: 16px 80px;
/*background-color:red;*/
}
#pageContent2 {
	width:680px;
	padding: 16px 60px;
/*background-color:red;*/
}

#pageFooter {
	width:802px;
	margin:0px auto;
	font-size:14px;
	text-align:center;
	background-color:#F69;
	color:white;
}


table.inputForm {
	width:600px;
	margin:auto;
	margin-top:10px; 
	margin-bottom:10px;
	border-collapse:collapse;
}
.inputForm td {
	padding:8px;
	border:1px solid #BBB;
}
.inputForm td.label {
	width:150px;
	background-color:#F0F0F0;
}
table.inputForm2 {
	width:680px;
	margin:auto;
	margin-top:10px; 
	margin-bottom:10px;
	border-collapse:collapse;
}
.inputForm2 td {
	padding:8px;
	border:1px solid #BBB;
}
.inputForm2 td.label {
	width:238px;
	font-size:16px;
	background-color:#F0F0F0;
}


table {
	border-collapse: collapse;
}
th {
	padding : 4px;
	font-weight:normal;
	text-align:left;
	font-size:18px;
}
td {
	padding : 4px;
	font-weight:normal;
	text-align:left;
	font-size:18px;
}
/***********************/
/*    TABLE THEMES     */
/***********************/
/**** THEME ORANGE ****/
table.orange th {
	border : solid 1px #FC6;
	background-color:#006;
	color:white;
}
table.orange td{
	border : solid 1px #FC6;
}
table.orange tr.evenLine {
	background-color:#F0F0FF;
}
/**** THEME BLUE ****/
table.orange2 th {
	border : solid 1px #FC6;
	background-color:#FF9966;
	color:white;
}
table.orange2 td{
	border : solid 1px #FC6;
	color:#339;
}
table.orange2 tr.evenLine {
	background-color:#FFF0CD;
}
table.orange2 a:visited {
	color:#339;
}
table.orange2 a:link {
	color:#339;
}
table.orange2 a:hover {
	color:#F39;
}

/**** THEME BLUE ****/
table.blue th {
	border : solid 1px #CCF;
	background-color:#339;
	color:white;
}
table.blue td{
	border : solid 1px #CCF;
	color:#339;
}
table.blue tr.evenLine {
	background-color:#F0F0FF;
}
table.blue a:visited {
	color:#339;
}
table.blue a:link {
	color:#339;
}
table.blue a:hover {
	color:#F39;
}
/**** THEME RED ****/
table.red th {
	border : solid 1px #F99;
	background-color:#C66;
	color:white;
}
table.red td{
	border : solid 1px #C66;
	color:#633;
}
table.red tr.evenLine {
	background-color:#FFF0F0;
}
table.red a:visited {
	color:#339;
}
table.red a:link {
	color:#339;
}
table.red a:hover {
	color:#F39;
}

/**** THEME GREEN ****/
table.green th {
	border : solid 1px #9F9;
	background-color:#4A4;
	color:white;
}
table.green td{
	border : solid 1px #6C6;
	color:#363;
}
table.green tr.evenLine {
	background-color:#F0FFF0;
}
table.green a:visited {
	color:#339;
}
table.green a:link {
	color:#339;
}
table.green a:hover {
	color:#F39;
}

/**** THEME WHITE ****/
table.white th {
	border : solid 1px #FFF;
	background-color:#FFF;
	color:black;
}
table.white td{
	border : solid 1px #FFF;
}
table.white tr.evenLine {
	background-color:#FFFFFF;
}

/****************
* FORM PARTS
*****************/
input {
	font-size:18px;
	padding:2px;
}
textarea {
	font-size:18px;
	padding:2px;
}




.button{
    margin: 6px;
    text-decoration: none;
    font: bold 0.9em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
 
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
 
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
 
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
 
}
 
.button, .button span{
    -moz-border-radius: .3em;
    border-radius: .3em;
}
 
.button span{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.3em 2.5em;
 
/* The background pattern */
 
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 
/* Pattern settings */
 
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
}
 
.button:hover{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
 
.button:active{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}
.button-blue{
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}

.button-blue:hover{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}

.button-blue:active{
    background: #4477a1;
}
