/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License


    background: #FFFFFF url(images/img01.gif) repeat-x left top;
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif, serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #B55100;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

div, span{
    font-size: 12px;
}

a {
    font-size: 12px;
    text-decoration: none;
    color: #C25700;
}

a:hover {
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/* Header */

#header-wrapper {
    height: 146px;
}

#header {
    width: 950px;
    margin: 0 auto;
    padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
    float: left;
    width: 350px;
    margin: 0;
    padding: 0;
    color: #B55100;
    background: url(images/img02.jpg) no-repeat left 15px;
}

#logo h1, #logo p {
}

#logo img{
    padding: 20px 10px 0px 0px;
    width: 56px;
    height: auto;
    display: inline;
}

#logo h1 {
    padding: 40px 0px 0px 0px;
    letter-spacing: -1px;
    text-transform: lowercase;
    background: redc;
    font-size: 28px;
}

#logo p {
    margin: 0;
    padding: 0px 0 0 0px;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
    color: #B55100;
    word-spacing: 5px;
} 

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #B55100;
}

/* Search */

#search {
    float: right;
    width: 250px;
    height: 40px;
    padding: 0px;
}

#search form {
    height: 40px;
    margin: 0;
    padding: 0px 0 0 10px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, sans-serif, serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

/* General */
.inactive{
	color: #b0b0b0;
}

.standard-modal-textinput{
	font-size: 13px;
	display: block;
	padding: 8px;
	border-radius: 5px;
	height: auto;
	border: 1px solid #dddddd;
	
	-moz-box-shadow: inset 1px 1px 3px #a3a3a3;
	-webkit-box-shadow: inset 1px 1px 3px #a3a3a3;
	box-shadow: inset 1px 1px 3px #a3a3a3;
	width: 220px;
}

.standard-modal-row{
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

/* Menu */

#menu {
    float: right;
    width: 600px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

#menu ul {
    float: right;
    margin: 0;
    padding: 87px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    margin-right: 1px;
    padding: 10px 20px 15px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif, serif;
    font-size: 12px;
    font-weight: bold;
    color: #B55100;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    background: #FE7805;
    text-decoration: none;
    color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Page */

#page {
    width: 990px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background: url(images/img03.jpg) repeat-y left top;
}

#page-bgtop {
    padding: 40px 0px 20px 0px;
    background: url(images/img02.jpg) no-repeat left top;
}
/* Content */

#content {
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}

.post {
    margin-bottom: 40px;
    border-bottom: 1px dotted #E7E2DC;
}

.post .title {
    height: 41px;
    padding: 7px 0px 0px 30px;
    letter-spacing: -.5px;
}

.post .title a {
    border: none;
    color: #C25700;
}

.post .meta {
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
    text-align: left;
    font-family: Arial, sans-serif, serif;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

.post .meta .date {
    float: left;
}

.post .meta .posted {
    float: right;
}

.post .meta a {
}

.post .entry {
    padding: 0px 30px 20px 30px;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.content-header{
    border-bottom: 1px ridge #919295;
    background-color: #f1f0f0;
}

.content-frame{
    border-bottom: 0px;
}

.content-section {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px ridge #919295;
}

.content-section input[type="text"]{
    margin: 0px 5px;
    padding: 3px;
    height: 30px;
    border: 1px solid #d9d8d8;
}

.content-section input[type="button"]{
    margin: 0px 5px;
    width: 50px;
}

div#ajex-result{
    padding: 15px 5px;
}

p.row-content{
    padding: 0px 10px 0px 10px;
    width: auto;
    height: auto;
    margin: 0px;
}

p.section-title{
    padding: 0px 20px;
    font-size: 1.6em;
    color: #B55100;
}

a#button{
    float: right;
    padding: 3px 20px;
}


/* Tables */

table.result {
    font-size: 12px;
    margin: 0px 0px;
    width: 100%;
    border-width: thin;
    border-spacing: 1px;
    border-style: none;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
}
table.result th {
    border-width: thin;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ffbb81;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
}
table.result td {
    border-width: thin;
    padding: 6px;
    border-bottom: 1px solid #bcbcbc;
}

table.ajax-table {
    font-size: 12px;
    margin: 0px 5px;
    width: auto;
    border-width: thin;
    border-spacing: 1px;
    border-style: none;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
}
table.ajax-table th {
    border-width: thin;
    padding: 4px;
    border-style: solid;
    border-color: gray;
    background-color: rgb(255, 255, 240);
}
table.ajax-table td {
    border-width: thin;
    padding: 4px;
    border-style: solid;
    border-color: gray;
    background-color: rgb(255, 255, 255);
}

table.receipt {
    margin: 0px 5px;
    border-width: thin;
    border-spacing: 1px;
    border-style: none;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
    padding: 10px;
}
table.receipt th {
    border-width: thin;
    padding: 4px;
    border-style: solid none solid none;
    border-color: gray;
    background-color: rgb(255, 255, 255);
}

table.receipt td {
    border-width: thin;
    padding: 4px;
    border-style: none;
    border-color: gray;
    background-color: rgb(255, 255, 255);
}

table.receipt td#total{
    border-width: thin;
    padding: 4px;
    border-style: solid none solid none;
    border-color: gray;
    background-color: rgb(255, 255, 240);
}

table.receipt td#remain{
    border-width: thin;
    padding: 4px;
    border-style: solid none solid none;
    border-color: gray;
    background-color: rgb(255, 255, 240);
}

/* Sidebar */

#sidebar {
    float: right;
    width: 270px;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    color: #FFFFFF;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px dotted #E7E2DC;
    margin: 0px 30px;
    border-left: none;
}

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar li li a {
    padding: 0px 0px 0px 15px;
    /*background: url(images/img01.jpg) no-repeat left 5px;*/
}

#sidebar h2 {
    height: 38px;
    padding-left: 30px;
    letter-spacing: -.5px;
    font-size: 1.8em;
    color: #FFFFFF;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
    text-align: justify;
}

#sidebar a {
    border: none;
    color: #FFFFFF;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/******************************* Contact Page *******************************/
ul.basicList li {
    border-bottom: 1px solid #e1e5e9;
    padding: 0 20px;
}

ul.basicList li p {
    color: #919295;
}

div.sidebarGeneral {
    margin: 20px;
}

form#uniForm {
    overflow: hidden;
}

form#uniForm p {
    margin-top: 0;
}

form#uniForm input[type="text"] {
    background: url('./images/lightInputBG.png') 0 0 repeat-x;
    height: 47px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #e1e5e9;
    width: 260px;
    padding: 0 10px;
    margin: 0px 3px 0px 3px;
}

form#uniForm input[type="text"]:hover {
    border: 1px solid #b8babd;
}

form#uniForm input.time {
    background: url('./images/lightInputBG.png') 0 0 repeat-x;
    height: 30px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #e1e5e9;
    width: 80px;
    padding: 0 10px;
    margin: 0px 3px 0px 3px;
}

form#uniForm input[id="time"]:hover {
    border: 1px solid #b8babd;
}

form#uniForm input[id="address"] {
    background: url('./images/lightInputBG.png') 0 0 repeat-x;
    height: 47px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #e1e5e9;
    width: 575px;
    padding: 0 10px;
    margin: 0px 3px 0px 3px;
}

form#uniForm input[id="address"]:hover {
    border: 1px solid #b8babd;
}

form#uniForm input[type="password"] {
    background: url('./images/lightInputBG.png') 0 0 repeat-x;
    height: 47px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #e1e5e9;
    width: 260px;
    padding: 0 10px;
    margin: 0px 3px 0px 3px;
}

form#uniForm input[type="password"]:hover {
    border: 1px solid #b8babd;
}

form#uniForm textarea {
    background: url('./images/lightTextareaBG.png') 0 0 repeat-x;
    height: 179px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid #e1e5e9;
    width: 570px;
    padding: 10px 10px 0 10px;
}

form#uniForm textarea:hover {
    border: 1px solid #b8babd;
}

form#uniForm label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

form#uniForm p.additionalOptions a {
    color: #dd0c46;
    line-height: 41px;
    height: 41px;
}

p.oneHalfCol {
    padding: 5px;
    width: 48%;
    height: 90px;
    float: left;
}

p.oneFullCol {
    padding: 5px;
    width: 96%;
    height: 90px;
    float: left;
}

.standard-icon-button{
	cursor: pointer;
	color: #333333;
	font-size: 13px;
	display: block;
	background-color: #ffe2c9;
	border: 1px solid #d9d8d8;
	margin: 4px 2px;
	padding: 9px 7px 9px 32px;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.standard-icon-button:hover{
	border: 1px solid #919295;
	background-color: #ffdaba;
}

.preview-icon{
	background: url(./images/preview.png) no-repeat 7px center #ffe2c9;
}

.preview-icon:hover{
	background: url(./images/preview_hover.png) no-repeat 7px center #ffdaba;
}

/* Footer */

#footer {
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
    font-family: Arial, sans-serif, serif;
}

#footer p {
    margin: 0;
    padding-top: 40px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #404040;
}

#footer a {
    color: #404040;
}

.standard-external-button{
    color: #000;
    float: right;
    
    cursor: pointer;
    background: #fefefe;
    padding: 4px 4px 4px 22px;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;

    -moz-box-shadow:    0px 1px 1px 0px #ccc;
    -webkit-box-shadow: 0px 1px 1px 0px #ccc;
    box-shadow:         0px 1px 1px 0px #ccc;
}

.standard-external-button:active{
    background-color: #ededed;
}

.add-button-icon{
    background: #fefefe url(images/cross.png) no-repeat 4px center;
}

.print-btn-icon{
  color: #000;
  float: right;
  cursor: pointer;
  background: #fefefe url(images/print.png) no-repeat 4px center;
  padding: 4px 4px 4px 22px;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;

  -moz-box-shadow:    0px 1px 1px 0px #ccc;
  -webkit-box-shadow: 0px 1px 1px 0px #ccc;
  box-shadow:         0px 1px 1px 0px #ccc;
}

.print-btn-icon:active{
  background-color: #ededed;
}

.standard-input{
    border: 1px solid #9e9e9e;
    padding: 5px;
    margin: 0;

    resize:none;
}

.search-progress-bar{
    background: url('./images/ajaxload.gif') no-repeat center;
    height:25px;
    background-color: #fff3e7;
}

.blur-curtain{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #fff url('./images/ajaxload.gif') no-repeat center 200px;
    z-index: 9999999;
    opacity:0.2;
    filter:alpha(opacity=20);
}