/* Common */
* {
   padding: 0;
   margin: 0;
   font-family: arial;
   font-size: 12px;
}
p {
   margin: 12px 0 12px 0;
}
b {
   font-weight: bold;
}
h1 {
   font-weight: bold;
   font-size: 20px;
   color: #333;
}
h2 {
   color:#333;
   font-size: 16px;
   border-bottom: 2px solid #f29;
   height: 20px;
   padding-left: 5px;
   background-image: url('images/h2.png');
   background-repeat: no-repeat;
   background-position: bottom right;
}
small {
   font-size: 10px;
}
div.clear {
   clear: both;
}

/* main content */
#t_content {
   width:872px;
   float:right;
   border:1px solid #ccc;
   background-color: white;
   min-height:500px;
   height:auto !important;
   height:500px;
}

/* Background style */
body {
   background-image: url('images/bg.png');
   background-repeat: repeat-x;
   font-family: arial;
   font-size: 12px;
}
#t_wrapper {
   position: relative;
   margin:auto;
   width: 1024px;
}

/* Navigation */
#t_nav {
   background-image: url('images/nav0.png');
   background-repeat: repeat-y;
   width:150px;
   float:left;
}
#t_nav1 {
   background-image: url('images/nav1.png');
   background-repeat: no-repeat;
   background-position: bottom left;
   padding-bottom:250px;
}
#t_nav a {
   width: 150px;
   height: 23px;
   display:block;
   color: white;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   border-bottom: 1px solid #666;
   padding-top:7px;
}
#t_nav a:hover {
   color: #f29;
}

/* Header */
#t_hd0 {
   position:relative;
   background-image: url('images/hd0.png');
   width: 200px;
   height: 100px;
}
#t_hd1 {
   background-image: url('images/hd1.png');
   background-repeat: repeat-x;
   width: 1024px;
   height: 100px;
}
#t_hd2 {
   background-image: url('images/hd2.png');
   width: 1024px;
   height: 60px;
}
#t_hd3 {
   position: absolute;
   top: 0;
   right:50px;
   background-image: url('images/hd3.png');
   width: 640px;
   height: 60px;
}
#t_header_login {
   position: absolute;
   top: 75px;
   right: 10px;
   color: #ddd;
}
#t_header_login a {
   color: #ddd;
   margin: 3px;
}

/* footer */
#t_ft {
   position: relative;
   width: 1024px;
   text-align: center;
   font-size: 10px;
   padding-top: 10px;
   clear: both;
}
#t_ft a {
   font-size: 10px;
}

/* form style */

#t_content .moores_margin {
   margin: 20px;
}
#t_content .moores_form {
   width: 350px;
   background-color: #ddd;
   border: 1px dotted #333;
   padding: 10px;
   margin: 20px;
}
#t_content .moores_form .row {
   padding: 5px;
   clear: both;
}
#t_content .moores_form .error {
   clear: both;
   color: #f29;
}
#t_content .moores_form .right {
   float: right;
}
#t_content .moores_form label {
   float: left;
   text-align: right;
   width: 150px;
   padding-right: 10px;
}
#t_content .moores_form .text_input {
   border: 1px solid #666;
   width: 150px;
}
#t_content .moores_form .text_submit {
   float: right;
   color: #333;
   font-weight: bold;
   border: 1px solid #333;
   background-color: #fff;
   padding: 2px;
   margin: 0 1px 0 1px;
   cursor: pointer;
}
#t_content .moores_form .file_input_hack {
   float: right;
   position: relative;
}
#t_content .moores_form .file_input_hack .pseudobutton {
   color: #333;
   font-weight: bold;
   border: 1px solid #333;
   background-color: #fff;
   padding: 2px;
   cursor: pointer;
}
#t_content .moores_form .hiddeninput{
   position:absolute;
   left:-30px;
   -moz-opacity:0;
   filter:alpha(opacity: 0);
   opacity: 0;
   z-index: 2;
   width:0px;
   border-width:0px;
   cursor: pointer;
}

/* profile modules */

#t_content .moores_promod_left {
   float: left;
   width: 30%;
   padding-top: 5px;
}
#t_content .moores_promod_right {
   float: left;
   width: 70%;
   padding-top: 5px;
}
#t_content .moores_promod_widget {
   position: relative;
   margin-bottom: 10px;
}
#t_content .moores_promod_widget .moores_promod_title {
   color:#fff;
   font-weight:bold;
   background-color:#333;
   padding:5px;
   border: 1px solid #fff;
}
#t_content .moores_promod_widget .moores_promod_title a {
   position:absolute;
   right:5px;
   color: #f29;
}

/* table */
#t_content .moores_table {
width:80%;margin:10px;background-color:#ccc;border-spacing:1px;
}
#t_content .moores_table th {
background-color:#333;font-weight:bold;color:#fff;
}
#t_content .moores_table td {
background-color:#fff;padding:2px;
}

