﻿@import "reset.css";

.clearfix:after, .date2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*--------------------gallery---------------------------*/
.wrap {
    width: 970px;
    text-align: left;
    padding: 15px;
}

div#top div#nav {
    float: left;
    clear: both;
    width: 970px;
    height: 52px;
    margin: 22px 0 0;
}

div#top div#nav ul {
    float: left;
    width: 700px;
    height: 52px;
    list-style-type: none;
}

div#nav ul li {
    float: left;
    height: 52px;
}

div#nav ul li a {
    border: 0;
    height: 52px;
    display: block;
    line-height: 52px;
    text-indent: -9999px;
}

div#galleryHeader {
    margin: 0;
}

div#galleryHeader div.wrap {
    position: relative;
    /*height: 332px;*/
}

div#galleryHeader div#slide-holder {
    z-index: 40;
    width: 970px;
    height: 332px;
    position: relative;
}

div#galleryHeader div#slide-holder div#slide-runner {
    top: 0px;
    left: 0px;
    width: 970px;
    height: 330px;
    overflow: hidden;
    position: relative;
}

div#galleryHeader div#slide-holder img {
    margin: 0;
    display: none;
    position: absolute;
}

div#galleryHeader div#slide-holder div#slide-controls {
    left: 0;
    bottom: 280px;
    width: 970px;
    height: 50px;
    display: none;
    position: absolute;
}

div#galleryHeader div#slide-holder div#slide-controls p.text {
    float: left;
    display: inline;
    font-family: 'arial narrow';
    font-size: 14px;
    weight: bold;
    line-height: 16px;
    margin: 15px 0 0 20px;
}

#slide-nav {
    margin: -25px 15px 0 -15px;
    position: relative;
    width: 1000px;
}

#slide-nav a {
    float: left;
    display: block;
    font-family: 'arial narrow';
    font-size: 12px;
    margin: 0;
    padding-left: 67px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
}

#slide-nav a h3 {
    font-family: 'arial narrow';
    font-size: 18px;
    margin-top: -8px;
}

#slide-nav a img {
    position: static !important;
    display: block !important;
}

#slide-nav a.on {
    background-position: 0 -24px;
}


/*--------------------gallery classic---------------------------*/
.galleria-container {
    position: relative;
    overflow: hidden;
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}

.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}

.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}

.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
}

.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    font: normal 11px/1 arial, sans-serif;
    z-index: 2;
}

.galleria-loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
}

.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}

.galleria-info-text {
    padding: 12px;
    display: none;
}

.galleria-info-title {
    font: bold 12px/1.1 arial, sans-serif;
    margin: 0;
}

.galleria-info-description {
    font: italic 12px/1.4 georgia, serif;
    margin: 0;
}

.galleria-info-title+.galleria-info-description {
    margin-top: 7px;
}

.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    cursor: pointer;
    display: none;
}

.galleria-info-link {
    background-position: -669px -5px;
    opacity: .8;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.galleria-info-link:hover,
.galleria-info-close:hover {
    opacity: .5;
}

.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 31px;
    left: 0;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .7;
    cursor: pointer;
    width: 16px;
    height: 31px;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -300px 0;
    z-index: 2;
}

.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
    opacity: .5;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
}

.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}

.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    cursor: default;
}

.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
    opacity: 1;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-repeat: no-repeat;
}



/*------------------main styles for layout --------------*/
.body {
    position: fixed;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 1000px;
    margin: 0px auto;
}

.scrollArea {
    padding-top: 15px;
    position: relative;
}

.wrapContent {
    width: 970px;
    text-align: left;
    padding: 15px;
}

/* footer */
#footer {
    height: 50px;
    font: 8px arial;
    font-weight: 400;
    text-align: center;
    padding-top: 25px;
    line-height: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

#footer .copyright {
    width: 1000px;
    margin: 0px auto;
}

/* header */
#header {
    position: relative;
    z-index: 2;

}

#headerTop {
    position: relative;
    z-index: 2;
    padding-top: 27px;
    width: 1000px;
    margin: 0px auto;
}

/* logo image */
#logo {
    display: block;
    width: 655px;
    height: 50px;
    margin: 0px auto;
    text-indent: -9999px;
}
.logo_holder {height: 50px;}

/* skin switcher */
.skins {
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
}

.switch_skin {
    display: none;
    width: 74px;
    padding-bottom: 8px;
    margin: 0px;
}

.switch_skin li {
    padding-left: 5px;
    padding-top: 5px;
}

.switch_skin li a {
    font: 12px arial;
    display: block;
    padding-left: 20px;
    text-transform:uppercase;
}

.switch_skin li a:hover {
	text-decoration: none;
}

.skin_switcher {
    display: block;
    float: left;
    font: 12px arial;
    weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 24px;
    width: 74px;
    height: 30px;
    padding-left: 14px;
}

.skin_switcher:hover {
	text-decoration: none;
}

#headerCenter {
    text-align: center;
    height: 60px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

#headerCenter .menu {
    width: 1000px;
    margin: 0px auto;
    padding-left: 45px;
}

#headerCenter .menu li {
    display: inline-block;
    margin-right: 45px;
}

#headerCenter .menu li a {
	font: 18px arial;
    weight: bold;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}
#headerCenter .menu li a:hover {
	text-decoration: none;
}

/*----------animate line for menu-------------*/
.nav-wrap {

}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#example-one {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 960px;
}

#magic-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
}


#slide-nav {
    padding-bottom: 5px;
}


/*----------tab control styles-------------*/
.tabControl {
    padding: 15px;
    padding-right: 16px;
    margin-top: 15px;
}

.padd0 {
	padding: 0px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt73 {
    margin-top: 73px !important;
}
.mt88 {
    margin-top: 88px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mb15 {
    margin-bottom: 5px !important;
}

.noBg {
	background: none !important;
}

.tabControlWrapper {
    overflow: hidden;
}

.tabs_little {

}

.tabs_little li {
    float: left;
    width: 321px;
}

.tabs_little li:first-child {
    width: 322px;
    border-left: none;
}

.panes_little_holder {
    padding: 0px 19px 0px 19px;
}

.tabs_little li a {
    display: block;
    width: 321px;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    font:20px 'arial narrow';
    font-weight: 700;
    line-height: 50px;
}

.tabs_little li a:hover {
	text-decoration: none;
}

.tabs_little li a:first-child {
    width: 322px;
}

.panes_little {
    overflow: hidden;
    position: relative;
}

.panes_little_holder {
    position: relative;
}

.news_holder {
	margin-top: 18px;
}

.news_holder_2 {
	margin-top: 18px;
	margin-right: 150px;
}

.news_table {
    margin-bottom: 14px;
}

.news_table td {
    vertical-align: top;
    padding-left: 23px;
}

.news_table td {
    vertical-align: top;
    text-align: justify;
    padding-left: 23px;
}

.news_table tr td:first-child {
    padding-left: 0px;
}

.news_table tr td img {
    margin-top: 12px;
    padding: 7px;
}

.news_table tr td .video {
    padding: 7px;
}

.news_link {
    height: 40px;
    width: 100%;
}

.news_link_2 {
    height: 5px;
    width: 100px;
}

.news_link a {
    font: 12px arial;
    display: inline-block;
    padding: 4px 15px 4px 15px;
    text-transform: capitalize;
}

.news_link_2 a {
    font: 10px arial;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    text-transform: capitalize;
}

.news_link a:hover {text-decoration: none;}

td .news_link a {
    margin-right: 2px;
}

.news_content, .news_content_header {
    width: 295px;
    overflow: hidden;
}

.news_content_header h3 {
    font: 24px 'arial narrow';
    font-weight: 700;
    overflow: hidden;
    line-height: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.news_content_header h3:first-letter {
    font-weight: bold;
}

.date {
    font: 11px arial;
    display: inline-block;
}

.news_content_header {
    text-align: left;
}

.news_content p {
    font: 12px arial;
    line-height: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 1.4em;
}

.news_content p span, .underlined {
    text-decoration: underline;
}

.news_content a {
    text-decoration: none;
}

.news_content a:hover {
    text-decoration: underline;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.photo_content, .photo_content_header {
    width: 215px;
    overflow: hidden;
}

.photo_content_header h3 {
    font: 14px arial;
    overflow: hidden;
    line-height: 28px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.photo_content_header {
    text-align: left;
}

.date2 {
    font: 14px arial;
    padding: 2px 10px 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.date2 span {
    font-style: italic;
    float: left;
}
.date2 span.date {
    float: right;
}

.date2 a {}

.date2 a:hover {
    text-decoration: underline;
}

.date3 {
    font: 8px arial;
    padding: 2px 10px 2px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.date3 span {
    font-style: italic;
}

/*----------nyroModal popup styles-------------*/
#nyroModalWrapper {
    padding: 20px;
}

#nyroModalWrapper #nyroModalTitle {
    position: absolute;
    top: 3px;
    font: 11px arial;
}

#nyroModalWrapper #closeBut {
    position: absolute;
    top: 3px;
    right: 0px;
    padding-right: 7px;
    background: none;
}

#nyroModalWrapper a {
    display: block;
    font: 11px arial;
}

.nyroModalPrev {
    float: left;
    margin-top: -1px;
    padding: 2px 7px 2px 16px;
}

.nyroModalNext {
    float: right;
    margin-top: -1px;
    padding: 2px 16px 2px 7px;
}

.contentBg {
    padding: 15px 19px 10px 19px;
}

.styles_page .contentBg {
    padding: 0px 19px 0px 19px;
}

.contentBg h2, .h2_title {
    font: 30px 'arial narrow';
    margin-bottom: 15px;
}

.h2_title {padding-bottom: 10px;}

#pageTitle, .pageTitle {
    text-align: left;
    padding-left: 25px;
    padding-bottom: 0px;
    margin: 0px;
    font-family: 'arial narrow';
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
}

.introText {
    width: 545px;
    padding-right: 15px;
    font-family: 'arial narrow';
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    line-height: 1.3em;
    margin: 0px;
}

/*----------what styles-------------*/
.what {
    width: 537px;
    float: left;
    font: 12px arial;
    line-height: 1.5em;
    text-align: justify;
    
}
.what h2 {padding-bottom: 10px;}

.what h4 {
    font-size: 12px;
    margin-bottom: 10px;
}

.what_img_holder {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 7px;
}

.what img {
    float: left;
}

.topB {
    padding-top: 15px;
    margin-top: 10px;
    height: 30px;
}

.topB2 {
    margin-top: 8px;
}

.what_list {
    padding-top: 15px;
}

.what_list li {
    font: 12px arial;
    line-height: 1.65em;
    padding-left: 30px;
    padding-bottom: 5px;
}

.what_list_2 li {
    padding-top: 15px;
    width: 20px;
}

/*----------testimonials styles-------------*/
.testimonials {
    width: 372px;
    float: right;
}
.testimonials h2 {
	font: 'arial narrow';
	font-weight: 400;
	padding-bottom: 10px;
}

.hintTestHolder {
    position: relative;
    height: 100px;
}

.hintTest1 {
    position: absolute;
    width: 372px;
    font: 14px arial;
    line-height: 20px;
}

.hintTestTitle {
	font: 'arial narrow';
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    height: 20px;
    margin-top: 0px;
}

.hintTestsign {
    padding-top: 20px;
    height: 20px;
    overflow: hidden;
}

.hintTestTop {
    height: 10px;
}

.hintTestBottom1 {
    height: 30px;
}

.hintTestBottom2 {
    height: 30px;
}

.hintTestBottom3 {
    height: 30px;
}

.hintTestBody {
    padding: 10px 30px 11px 35px;
}

.hintTestBody p {
    display: block;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0px;
}

.hint_tab {
    float: left;
    padding: 7px;
    margin-top: 12px;
}

.hint_tab img {
    float: left;
}

.ml20 {
    margin-left: 12px
}

.pb10 {
    padding-bottom: 10px !important;
}

.none_b_p {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.none_b_p td {
    border-bottom: none !important;
}


/*----------rewards styles-------------*/
.rewards {
    width: 300px;
}

.rewards:first-child {
    border-top: none;
    margin-top: 10px;
}
.rewards:first-child h4 {padding-bottom: 11px;}
.rewards h4 {
    font:bold 15px arial;
    line-height: 1.5em;
    padding-left: 25px;
    padding-bottom: 12px;
    padding-top: 10px;
    margin: 0px;
}

.rewards p {
    font: 12px arial;
    line-height: 1.5em;
}

.what h2 {
	font: 'arial narrow';
	font-weight: 400;
	padding-bottom: 10px;
}

.what_list_new {
    padding-top: 10px;
    margin-bottom: 0px;
}

.what_list_new li {
    font: 12px arial;
    line-height: 25px;
    text-decoration: none;
    padding-left: 30px;
    padding-bottom: 4px;
}

.what_list_new_1 li {
    font: 12px arial;
    line-height: 30px;
    padding-left: 50px;
    padding-bottom: 4px;
}

.what_list_new_2 li {
    font: 12px arial;
    line-height: 24px;
    text-decoration: none;
    padding-left: 30px;
    padding-bottom: 4px;
    margin-left: 200px;
}

.what_list_new_3 li {
    font: 12px arial;
    line-height: 24px;
    text-decoration: none;
    padding-left: 30px;
    padding-bottom: 1px;
    margin-left: 3px;
}

.what_list_new_4 li {
    font: 12px arial;
    line-height: 16px;
    text-decoration: none;
    padding-left: 20px;
    padding-bottom: 1px;
    margin-left: 250px;
}

.pt15 {
    padding-top: 15px !important;
}

.pt14 {
    padding-top: 14px !important;
}

.video_table {
}

.video_table td {
    padding-bottom: 10px;
}


/*----------pagenavigator styles-------------*/
.pager {
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
}

.pager a {
    display: inline-block;
    padding: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    font: 14px arial;
    line-height: 30px;
}

.pager a:hover {text-decoration: none;}

.pager span {
    display: inline-block;
    padding: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    font: 14px arial;
    line-height: 30px;
}

.pager .next, .pager .prev {
    text-indent: -9999px;
}

/*----------news page styles for news items-------------*/
.heightAuto {height: auto !important;}

.news_item .date2 {
    display: block;
    cursor: default;
    margin-top: 0;
}

.news_item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_item h3 {
    cursor: pointer;
    display: block;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    margin-bottom: 0;
}

.news_title:first-letter {
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    padding-top: 5px;
    padding-right: 1px;
}


.news_title {
    display: block;
    padding-top: 3px;
    padding-bottom: 15px;
    font: 17px tahoma;
    line-height: 1.3em;
}


.news_title_2 {
    display: block;
    padding-top: 3px;
    padding-bottom: 12px;
    font: 26px 'arial narrow';
    line-height: 1.3em;
}


.news_content2 {
    width: 860px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 5px;
}

.news_content2 img {
    padding: 7px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.news_content2 {
    width: 860px;
    font: 17px arial;
    line-height: 1.5em;
}

.news_content2 p a:hover, .news_content2 a:hover {
    text-decoration: underline;
}


/*----------contacts styles-------------*/
.contact_area h3 {
    font: 20px arial;
    padding-top: 10px;
    padding-bottom: 15px;
}

.contact_form {
    float: left;
    width: 610px;
}

.input_fields {
    float: left;
    width: 265px;
}

.f_row {
    padding-bottom: 8px;
    position: relative;
}

.f_row label {
    display: block;
    font: 12px arial;
    padding-bottom: 5px;
}

.f_row label.error {
    position: absolute;
    right: 8px;
    top: 0px;
}

.f_row input {
    outline: none;
    height: 23px;
    padding-top: 3px;
    width: 255px;
    font: 14px arial;
}

.f_row textarea {
    resize: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    height: 198px;
    width: 330px;
    font: 14px arial;
}

.send {
    cursor: pointer;
    display: block;
    float: right;
    font: 12px arial;
    padding: 5px 25px;
    margin-top: 8px;
}

.textarea_field {
    float: right;
    width: 332px;
}

.textarea_field .f_row label.error {
    position: absolute;
    right: 0px;
    top: 0;
}

.visit {
    float: right;
    width: 285px;
}

.row_info {
    padding-top: 10px;
    margin-bottom: 0px;
}

.row_info li {
    padding-left: 53px;
    padding-bottom: 28px;
}

.row_info p {
    font: 12px arial;
    margin-bottom: 0px;
}

/*----------Visit Us or Make a Call styles-------------*/
.row_info .address {
    padding-bottom: 23px;
}

.row_info .email {
    padding-bottom: 20px;
}

.row_info .skype {
    padding-top: 5px;
}


/*----------Socials styles-------------*/
.icons {
}

.icons li {
    display: inline-block;
    padding-top: 16px;
}

.icons li a {
    float: left;
    margin-left: 13px;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
}

.icons li:first-child a {
    margin-left: 0px;
}

.icons .facebook {
    padding-top: 5px;
}

.icons .twitter {
    padding-top: 5px;
}

.icons .flickr {
    padding-top: 5px;
}

.icons .digg {
    padding-top: 5px;
}

.icons .stumble {
    padding-top: 5px;
}

.icons .ff {
    padding-top: 5px;
}

.icons .rss {
    padding-top: 5px;
}

/*----------location styles-------------*/
.location {
    padding-bottom: 15px;
}
.location_title {
    font: 20px arial !important;
    margin-top: 10px;
}

.google_map {
    float: left;
    padding: 7px;
    width: 460px;
    position: relative;
}

.google_map small {
    font: 12px arial;
}

.google_map small a:hover {
    text-decoration: underline;
}

.location_text {
    float: right;
    width: 425px;
}

.location_text p {
    font: 12px arial;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.location_text p a:hover {
    text-decoration: underline;
}

.location_text p span {
    text-decoration: underline;
}

.pb20 {
    padding-bottom: 20px;
}

.pt0 {
    padding-top: 0px !important;
}

.p_none {
    padding: 0px !important;
}

.star_title {
    padding-left: 50px;
    font: 25px tahoma !important;
    line-height: 1.3em;
    margin-top: 10px;
    padding-bottom: 10px;
}

.star_title_2 {
    padding-left: 50px;
    font: 24px 'arial narrow' !important;
    line-height: 1.3em;
    margin-top: 10px;
    margin-left: 150px;
    padding-bottom: 10px;
}


#gallerianna {height: 533px;}
.galleria-container {height: 0px;}

/*---------styles for typography samples-------*/

code, pre {
    display: inline-block;
    background:#eee;
    border-left:1px solid #000000;
    border-top:1px solid #000000;
    border-right:1px solid #535353;
    border-bottom:1px solid #535353;
    padding: 1px 4px;
    color: #000;
    text-shadow: none;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
    margin: 10px 0px 5px 0px !important;
}
pre {font-size: 12px; line-height: 1.5em; background:#eee url('../../../../templates/Theme%20Forest/Creative%20Vision/html/images/code.gif') left 0px;; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}
.sampleBlock {height: auto !important;}

.topBB {
    margin: 20px 0px 40px 0px;
    border-width: 1px !important;
    border-style: dashed !important;
    padding: 10px;
}

.abbr_table {}
.abbr_table td {padding: 6px 8px 6px 0;}
.abbr_table tr td:first-child {width: 200px;}

/*------------------default table styles --------------*/
.default_table {width: 100%;}
.default_table th {text-align: center; padding: 5px 10px; border: 1px solid #000;}
.default_table td {text-align: center; padding: 5px 10px; border: 1px solid #000;}
.default_table tr td:first-child {text-align: left; font-weight: bold;}

/*------------------main styles for layout --------------*/