﻿/*  --------------------------------------------------------------------
                               TABLE OF CONTENTS
    -------------------------------------------------------------------- 

     1.- GENERAL SETTINGS
     2.- LAYOUTS
     3.- HEADER & LOGO
     4.- BOTTOM & FOOTER
     5.- TYPOGRAPHY
     6.- IMAGES
     7.- SEPARATORS
     8.- BUTTONS
     9.- HOME PAGE
    10.- CONTACT PAGE
    11.- BLOG & POST
    12.- 404 PAGE
    13.- DROPCAPS
    14.- TABS
    15.- TABLE SORTER
    16.- TOGGLE PANELS
    17.- HIGHLIGHT
    18.- INFO BOXES
    19.- BLOCKQUOTE
    20.- HOME PAGE MODULE 1: CAROUSEL (Latest Projects)
    21.- FOOTER CAROUSEL (News)
    22.- MAIN MENU (Horizontal)
    23.- SECONDARY MENU (Vertical)
    24.- PAGINATION
    25.- LIST STYLE TYPE

*/

/*  --------------------------------------------------------------------
                              (1) GENERAL SETTINGS
    -------------------------------------------------------------------- */
body {
	color:#555; /* Default text color */
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	line-height:20px;
	letter-spacing:.2px;
	text-align:center;
	margin-bottom: 1px;
	background-image: url(../../images/backgrounds/abstract_background1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.haber_link {
	color: #FFFFFF;
}


.haber_link2 {
	color: #555555;
}



.ust_renkli_bar {
	background-image: url(../../images/backgrounds/ust_arkaplan.jpg);
	height: 24px;
	background-repeat: no-repeat;
}
.yazi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.galeri {
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}

.galeri2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 97%;
}

.yanyana {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-top: 5px;
	text-align: justify;
	padding: 5px;
	width: auto;
	margin-left: 8px;
	color: #333333;
	font-size: 10px;
}
.yanyana2 {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-top: 5px;
	text-align: center;
	width: 150px;
	margin-left: 15px;
	color: #333333;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


.yanyana3 {
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
	width: 80px;
	margin-left: 5px;
	color: #333333;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px dashed #CCCCCC;
}


.yanyana_personel {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #999999;
	margin-top: 5px;
	text-align: justify;
	padding: 5px;
	width: auto;
	margin-left: 0px;
	color: #333333;
	font-size: 10px;
	margin-right: 15px;
}


.sayfalama {
	padding: 3px;
	text-align:left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.haberresim {
	padding: 8px;
	float: left;
	width: 110px;
	margin-left: 15px;
	text-align: center;
}

 
.sayfalama a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    text-decoration: none;
    color: #036CB4;
}
 
.sayfalama a:hover,
.sayfalama a:active {
    border: 1px solid #999;
    color: #666;
}
.sayfalama .secili {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #036CB4;
    font-weight: bold;
    background-color: #036CB4;
    color: #FFF;
}
.sayfalama .pasif {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}
.althaber_baslik {
	font-size: 12px;
	color: #FFFFFF;
}
.alt_haber_aciklama {
	font-size: 10px;
	color: #999999;
}
.logoyeri {
	text-align: center;
	margin-bottom: 20px;
}







.clear {
    clear:both;
    height:0;
    margin:0;
    padding:0;
}
#icerikbolumu {

}


.link {    
    text-decoration:none;
}

.link:hover {
    color:#333 !important;
    text-decoration:underline !important;
}

.link:active {
    color:#333!important;
    text-decoration:none !important;
}

.left {
    float:left;
}

.right {
    float:right;
}

.align_left {
    text-align:left;
}

.align_center {
    text-align:center;
}

.align_right {
    text-align:right;
}

.bold {
    font-weight:bold;
}


/*  --------------------------------------------------------------------
                                (2) LAYOUTS
    -------------------------------------------------------------------- */

#wrapper{
    width:930px;    
    padding: 30px 35px 30px 35px;
    background:#fff;
    margin:auto;
}

/* Full with content */
#full_width_content {
    text-align:left;
    width:100%;
}

/* Content with left sidebar */
#content_with_left_sidebar {
    text-align:left;
    width:620px;
    float:right;
    padding-left:25px;
    border-left:1px solid #ddd;
}

#left_sidebar {
    width:260px;
    float:left;
}

/* Content with right sidebar */
#content_with_right_sidebar {
	text-align:justify;
	width:620px;
	float:left;
	padding-right:25px;
	border-right:1px solid #ddd;
}

#right_sidebar {
    width:260px;
    float:right;
}

/* Columns */
.one-half,.one-third,.one-fourth,.one-fifth,.one-sixth,.two-third,.three-fourth {
    float:left;
    margin-right:30px;
    text-align:left;
}

.last {
    float:right;
    margin-right:0;
    margin-right:0!important;
}

.one-half {
    width:450px;
}

.one-third {
    width:290px;
}

.one-fourth {
	width:210px;
}

.one-fifth {
    width:162px;
}

.one-sixth {
    width:130px;
}

.two-third {
    width:610px;
}

.three-fourth {
	width:690px;
	text-align: justify;
}

/* Sideabar */

#right_sidebar p, #left_sidebar p
{
    margin: 1px auto 10px auto!important;
}

#sidebar_search {
}

#sidebar_search #search_box {
    color:#555;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding-left:15px;
    border:1px solid #bbbdc4;
    width:180px;
    display:block;
    float:left;
}

#sidebar_photostream {
   /* background-color:silver; */
}

#sidebar_photostream a {
    float:left;    
}

#sidebar_photostream img {
    padding:4px;
    border:solid 1px #ebebeb;
    margin-bottom:18px;
    width:110px;
}

#sidebar_photostream .left {
    margin-right:18px;
    
}

#sidebar_photostream .right {
    margin-right:0px;
}

.sidebar_text_module, #sidebar_advertesing, #sidebar_brochure, #sidebar_menu, #sidebar_blog_menu, #sidebar_photostream, #sidebar_search, #sidebar_tabs_module, #sidebar_text_widget, #sidebar_video_module {
	margin-bottom:20px;
	text-align:left;
}

/* Portfolio */
#portfolio {
    clear:both;
    width:930px;
    margin-top:30px;
    text-align:left;
}

.portfolio_1 {
    margin:auto auto 30px auto;
}

.portfolio_1_left {
    text-align:left;
    width:620px;
    float:left;
}

.portfolio_1_right {
    width:280px;
    float:right;
    text-align:left;
}

.portfolio_2 {
    margin:auto auto 30px auto;
}

.portfolio_3 {
    margin:auto auto 30px auto;
}


/*  --------------------------------------------------------------------
                              (3) HEADER & LOGO
    -------------------------------------------------------------------- */
#header {
	height:60px;
}

#header #logo {
	float:left;
	text-align:left;
	width:300px;
}

#header #menu {
	float: right;
	width: 620px;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: 400;
}


/*  --------------------------------------------------------------------
                                (4) BOTTOM & FOOTER
    -------------------------------------------------------------------- */

#bottom
{
    background:url(../../images/backgrounds/bottom.png);
    color:#888;
    margin:auto;    
    padding-bottom:10px;
}

#bottom_wrapper
{
    width:930px;
    margin:auto;
    padding-top:10px;
}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5 {
    color:#b6b7b7 !important;    
}


/* social icons */
#social_icons img {
    width:25px;
    height:25px;
}

#icons {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#icons li {
    float:left;
    padding:10px 0 0 10px;
}

#icons li img {
    display:block;
    border:0;
}


/* contact form */

#bottom form {
    text-align:left;
}

#bottom input, #bottom textarea {
    font-family:Arial;
    font-size:12px;
}

#bottom input[type="text"] {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    padding:4px;
    width:150px;
    margin:2px;
}

#bottom input[type="submit"] {
    margin-top:4px;
    border:solid 1px #444444 !important;   
}

#bottom textarea {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    width:250px;
    height:50px;
    margin:2px 2px 0 2px;
    overflow: auto;  
}

#bottom input:hover, #bottom input[type="text"]:focus, #bottom textarea:hover, #bottom textarea:focus {
    background-color:#535459;
}

#bottom .footer_error {
    color:#ff8d2a;
    font-size:12px;    
    display:none;
    line-height:12px;
    height:12px;
    margin-bottom:3px;
}

#bottom #footer_loader {
    color:#ff8d2a;
    width:43px;
    height:11px;
    padding-top:9px;
    margin-right:130px;    
    font-size:12px;
    display:none;
    float:right;  
}

#bottom #footer_contact_form label {
    padding-left:10px;
}


/* footer */

#footer {
    background:url(../../images/backgrounds/footer.png);
    color:#888;
    margin:auto;    
     
}

#footer_wrapper{
    line-height:30px;
    padding-bottom:10px;
}


/*  --------------------------------------------------------------------
                               (5) TYPOGRAPHY
    -------------------------------------------------------------------- */
h1 {
	font-size:24px;
	padding-bottom:5px;
	font-weight:700;
}

h2 {
    padding-bottom:5px;
    font-size:29px;
}

h3 {
	padding-bottom:15px;
	font-size:27px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

h4 {
	padding-bottom:5px;
	font-size:22px;
}

h5 {
    padding-bottom:5px;
    font-size:18px;
}

h6 {
    padding-bottom:5px;
    font-size:16px;
}
h7 {
	font-size: 12px;
	color: #999999;
	padding-bottom: 30px;
}


code,p,ul,ol,pre {
    margin:10px auto 20px;
}

p.justify {
    text-align:justify!important;
}



/*  --------------------------------------------------------------------
                                (6) IMAGES
    -------------------------------------------------------------------- */
.image_frame_1 {
    padding:9px 10px 16px;
    background:url(../../images/image_frames/image_frame_1.png) no-repeat center top;
    width:600px;
    height:180px;
}

.image_frame_2 {
    padding:9px 10px 16px;
    background:url(../../images/image_frames/image_frame_2.png) no-repeat center top;
    width:430px;
    height:180px;
}

.image_frame_3 {
    padding:6px 6px 16px;
    background:url(../../images/image_frames/image_frame_3.png) no-repeat center top;
    width:280px;
    height:150px;
}

.img-align-left {
    float:left;
    margin:5px 15px 0 0;
}

.img-align-right {
    float:right;
    margin:5px 0 0 15px;
    text-align:justify;
}

.zoom {
    background:#fff url(../../images/icons/search_1.png) no-repeat center;
    display:block;
    z-index:999;
}

.info {
    background:#fff url(../../images/icons/info_1.png) no-repeat center;
    display:block;
    z-index:999;
}


.play {
    background:#fff url(../../images/icons/play_1.png) no-repeat center;
    display:block;
    z-index:999;
}

/* end of portfolio */

/*  --------------------------------------------------------------------
                               (7) SEPARATORS
    -------------------------------------------------------------------- */
.separator_1 {
    background:url(../../images/separators/separator_1.png) repeat-x center center;
    margin-top:6px;
    margin-bottom:6px;
    height:8px;
}

.separator_2 {
    background:url(../../images/separators/separator_2.png) repeat center center;
    margin-top:5px;
    margin-bottom:30px;
    height:13px;
}

.separator_3 {
    background:url(../../images/separators/separator_2.png) repeat center center;
    margin-top:5px;
    margin-bottom:30px;
    height:7px;
}

.separator_4 {
    background:url(../../images/separators/separator_4.png) repeat center center;
    margin-top:2px;
    margin-bottom:6px;
    height:7px;
}

.separator_5 {
    background:url(../../images/separators/separator_5.png) repeat-x center top;
    height:10px;
}

.separator_6 {
    background:url(../../images/separators/separator_6.png) repeat-x center top;
    height:10px;
}


/*  --------------------------------------------------------------------
                                (8) BUTTONS
    -------------------------------------------------------------------- */
.button {
    border-width:1px;
    border-style:solid;    
    border-color:#3b464e;
    color:#fff !important;
    margin:auto;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    background:#2a3740 url(../../images/buttons/button_1.png) repeat-x 0 0;    
}

.square {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.bg_default 
{
    background-color:#111 !important;    
    border-color:#111 !important;
}

.button:hover {
    background-position:0 -40px;
}

.button:active {
    background-position:0 -80px;
}

.small {
    font-size:11px;
    padding:1px 8px;
}

.normal {
    font-size:12px;
    padding:3px 10px;
}

.big {
    font-size:18px;
    padding:10px 20px;
}



/* footer news buttons */
a.next_news,a.next_news:visited,a.prev_news,a.prev_news:visited {
    color:#fff;
    width:20px;
    height:20px;
    line-height:20px;
    display:block;
    text-decoration:none;
    text-align:center;
    float:right;
    /*text-indent: -9999px;*/
    margin-left:5px;
}

a.next_news,a.next_news:visited,a.prev_news,a.prev_news:visited {
    background:url(../../images/buttons/next_news.png) no-repeat 0 0;
}

a.prev_news,a.prev_news:visited {
    background:url(../../images/buttons/prev_news.png) no-repeat 0 0;
}

a.next_news:hover,a.prev_news:hover {
    background-position:0 -20px;
}

a.next_news:active,a.prev_news:active {
    background-position:0 -40px;
}

/* Search button */
#sidebar_search #search_button {
    border:medium none;
    cursor:pointer;
    height:34px;
    border:1px solid #515a66;
    background:#2a3740 url(../../images/buttons/button_2.png) repeat-x 0 0;    
    width:40px;
    text-indent:-9999px;
    display:block;
    float:right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sidebar_search #search_button:hover {
    background-position:0 -40px;
}

#sidebar_search #search_button:active {
    background-position:0 -80px;
}


/*  --------------------------------------------------------------------
                               (9)  HOME PAGE
    -------------------------------------------------------------------- */
#home_slider {
	margin-bottom:15px;
	min-height:290px;
}

#homepage_module_1 {
	text-align:left;
	margin-top:-10px;
	margin-bottom:5px;
}

#homepage_module_2 {
    text-align:left;
    margin-bottom:10px;
}


#homepage_module_3 {
    text-align:left;
    margin-bottom:20px;
}

/*  --------------------------------------------------------------------
                             (10) CONTACT PAGE
    -------------------------------------------------------------------- */

#contact_map
{
    text-align:center; 
    margin-bottom:30px;
}

#contact_form input, #contact_form textarea {
    font-family:Arial;
    font-size:12px;
}

#contact_form input[type="text"] {
    color:#555;    
    height:16px;
    padding:5px;
    border:1px solid #ccc;
    width:400px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

#contact_form input[type="submit"] {
    
}

#contact_form textarea {
    color:#555;
    height:80px;
    padding:5px;
    border:1px solid #ccc;
    width:500px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    overflow: auto;
}

#contact_form label {
    color:#333;
    font-size:13px;
    line-height:20px;
    margin-top:10px;
    padding:3px;
    display:block;
}


#contact_form .error {
    display:none;
    padding-left:120px;
    color:#c30;
    font-size:12px;
    line-height:16px;
    float:right;
}

#name_error {
    margin-right:210px;
}

#email_error {
    margin-right:210px;
}

#message_error {
    margin-right:110px;
}

#contact_submit {
   margin-top:20px;
   height:25px;
}


#contact_form #loader {
    margin:8px 400px auto auto;    
    float:right;
    display:none;
}


/*  --------------------------------------------------------------------
                            (11) BLOG & POST
    -------------------------------------------------------------------- */
.blog_post {    
    margin-bottom:30px;
}

.blog_post_info {
    margin-bottom:15px;
}

.blog_post_date {
    border:solid 1px #e7e7e1;
    line-height:17px;
    width:42px;
    height:37px;
    background:#f1edef;
    float:left;
    padding-top:7px;
    margin-right:10px;
    text-align:center;
    color:#555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.blog_post_date .day {
    font-size:16px;
    font-weight:700;
}

.blog_post_date .month {
    font-size:10px;
}

.blog_post_title {
}

.blog_post_details {
    font-size:12px;
}

.blog_post .image_frame_1 {
    margin-bottom:5px;
    margin-top:3px;
}

/*corregir*/
.blog_post_content a.button{
    margin-bottom:15px;
}

.right {
    float:right;
}

.block {
    display:block;
    margin-top:20px;
}

/* end of blog */
.portfolio_content {
    margin-top:15px;
}

.intro_page_inner {
	width:930px;
	background:url(../../images/backgrounds/inner_page.png) repeat;
	color:#fff;
	text-align:left;
	margin-top:10px;
	margin-bottom:25px;
	height:100px;
}

.intro_page_inner h1 {
	color:#fff;
	color:#fff!important;
	padding-top:20px;
	padding-left:20px;
	font-size: 26px;
}

.intro_page_inner h5 {
    color:#ccc;
    color:#ccc!important;
    padding-top:10px;
    padding-left:20px;
}

#post-comments {
}

.comment {
	margin-top:10px;
}

.comment_avatar {
    float:left;
    width:70px;
    height:70px;
}

.comment_avatar img {
    width:60px;
    height:60px;
    padding:5px;
    border:solid 1px #d6d9d9;
}

.comment_text {
    float:right;
    width:530px;
}

#comment_form {
    margin-top:50px;
}

#comment_form input, #comment_form textarea{
    font-size:12px;
    font-family:Arial;
}

#comment_form input[type="text"] {
    color:#555;    
    height:16px;
    padding:5px;
    border:1px solid #ccc;
    width:400px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

#comment_form textarea {
    color:#555;
    height:80px;
    padding:5px;
    border:1px solid #ccc;
    width:500px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    overflow: auto;
}

#comment_form label {
    color:#333;
    font-size:13px;
    line-height:20px;
    margin-top:10px;
    padding:3px;
    display:block;
}


#comment_form .error {
    display:none;
    padding-left:120px;
    color:#c30;
    font-size:12px;
    line-height:16px;
    float:right;
}

#comment_form #comment_submit {
    margin-top:20px;
}


/*  --------------------------------------------------------------------
                                (12) 404 PAGE
    -------------------------------------------------------------------- */
#page_404 img{
   padding-right:20px;  
}

#page_404 h2 {
    padding-top:12px;    
}




/*  --------------------------------------------------------------------
                                (13) DROP CAPS
    -------------------------------------------------------------------- */
.dropcaps {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:18px;
    color:#fff;
    text-align:center;
    background:#aaa no-repeat center center;
    background-image: url(../../images/dropcaps/dropcap_1.png);
   /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}

.dropcaps_colored {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg_colored {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:17px;
    color:#fff;
    text-align:center;    
    background:#2a3740 no-repeat center center;
    background-image: url(../../images/dropcaps/dropcap_1.png);
    /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}


.dropcaps_defalut {
    float:left;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-right:3px;
    margin-bottom:3px;
    font-size:35px;
    color:#333;
    text-align:center;
}

.dropcaps_bg_default {
    float:left;
    display:block;
    width:33px;
    height:33px;
    line-height:32px;
    margin-right:10px;
    margin-bottom:5px;
    font-size:17px;
    color:#fff;
    text-align:center;
    background:#2a3740 no-repeat center center;
    background-image: url(../../images/dropcaps/dropcap_1.png);
    /*
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    */
}


/*  --------------------------------------------------------------------
                                  (14) TABS
    -------------------------------------------------------------------- */
.tabs {
    
}

.tabs li {    
    float:left;
}

.tabs li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs li.active a {
    background:#f5f5f5;
}

.tabs_content {
    float:left;
    background:#f5f5f5;
    width:580px;
    padding:20px;
        
}

/* widget */

.tabs_sidebar {
    
}

.tabs_sidebar li {
    float:left;
}

.tabs_sidebar li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs_sidebar li.active a {
    background:#f5f5f5;
}

.tabs_sidebar_content {
    float:left;
    background:#f5f5f5;
    width:220px;
    padding:20px;
}


/*  --------------------------------------------------------------------
                              (15) TABLE SORTER
    -------------------------------------------------------------------- */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: 1px solid #ddd;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../../images/table_sorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border: 1px solid #ddd;
	text-align:left;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../images/table_sorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../images/table_sorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #dcddda;
}

/* end of table sorter */


/*  --------------------------------------------------------------------
                               (16) TOGGLE PANELS
    -------------------------------------------------------------------- */
.toggle_panel_title {
	background:#f5f5f5 url(../../images/toggle_panels/toggle_1.png) no-repeat;
	height:33px;
	line-height:33px;
	width:570px;
	font-weight:400;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}


.toggle_panel_title a {
    color:#333;
    text-decoration:none;
    display:block;
}

.toggle_panel_title a:hover {
    color:#000;
}

.toggle_panel_container_active {
    background-position:left bottom;
}

.toggle_panel_container {
	margin:0 0 15px;
	padding:10px;
	background:#f5f5f5;
	overflow:hidden;
	width:600px;
	clear:both;
	border: 1px solid #ddd;
}


/*  --------------------------------------------------------------------
                             (17) HIGHLIGHT
    -------------------------------------------------------------------- */
.highlight,.highlight_orange,.highlight_red,.highlight_blue,.highlight_green,.highlight_purple,.highlight_sivler {
    padding:1px 5px;
}

.highlight {
    background-color:#ffff80;
    color:#111;
    text-shadow:1px 1px #fff;
}

.highlight_orange {
    background-color:#ff9930;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_red {
    background-color:#eb2741;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_blue {
    background-color:#0099d5;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_green {
    background-color:#59ab64;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_purple {
    background-color:#c8a0e3;
    color:#fff;
    text-shadow:1px 1px #333;
}

.highlight_silver {
    background-color:#e1e2e0;
    color:#000;
    text-shadow:1px 1px #fff;
}


/*  --------------------------------------------------------------------
                            (18) INFO BOXES
    -------------------------------------------------------------------- */
.error_ibox,.success_ibox,.info_ibox,.notice_ibox {
    padding:10px 10px 10px 15px;
    font-size:13px;
}

.error_ibox {
    background-color:#fde5e3;
    border:1px solid #efbdc4;
}

.success_ibox {
    background-color:#f0f9c9;
    border:1px solid #d7e982;
}

.info_ibox {
    background-color:#e0f4fe;
    border:1px solid #94d2f1;
}

.notice_ibox {
    background-color:#fffcc0;
    border:1px solid #ffdf56;
}


/*  --------------------------------------------------------------------
                                (19) BLOCKQUOTE
    -------------------------------------------------------------------- */
.blockquote_1 {
    background:url(../../images/blockquotes/blockquote_1.png) no-repeat 10px 10px;
    padding:1px 20px 1px 70px;
    color:#888;
    line-height:22px;
    font-family:Verdana;
    font-style:italic;
}

.blockquote_right {
    float:right;
    width:250px;
}

.blockquote_left {
    float:left;
    width:250px;
}


/*  --------------------------------------------------------------------
                        (20) CAROUSEL 1 (Latest Projects)
    -------------------------------------------------------------------- */

#carousel {
    height:120px;
    width:640px;
    position:relative;
    overflow:hidden;
}

.slider {    
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;    
}

.slider ul li a {
    display:block;
    width:200px;
    height:120px;
    margin-right:20px;
}

/*carousel buttons*/
.prev_carousel {
    cursor:pointer;
    position:absolute;
    z-index:100;
    background:url(../../images/buttons/prev_carousel.png) no-repeat;
    background-position:0 40px;
    width:26px;
    height:120px;
    text-indent: -9999px;
    margin-left:0;
}

.next_carousel {
    cursor:pointer;
    position:absolute;
    z-index:100;
    background:url(../../images/buttons/next_carousel.png) no-repeat;
    background-position:0 40px;
    width:26px;
    height:120px;
    text-indent: -9999px;
    margin-left:614px;
}


/*  --------------------------------------------------------------------
                             (21) CARUOUSEL 2 (News)
    -------------------------------------------------------------------- */
#news_list {
    height:150px;
    width:290px;
    margin:0;
}

.news {
    float:left;
    left:-5000px;
    margin:0;
    position:relative;
    visibility:hidden;
}

.news ul {
    height:130px;
    width:290px;
}

.news ul li {
    padding:5px 3px;
    margin:0 0 3px;
    height:60px;
    line-height:17px;
}

.news ul li:hover {
    background:url(../../images/backgrounds/white_shadow.png) repeat center center;
    cursor:pointer;
    color:silver;
}

.news ul li img {
    background-color:#777777; 
    padding: 2px;
    margin-right:15px;
    border: solid 1px #999999; 
    width:50px;
    float:left;
}

.prev_news {
    
    
}

.next_news {

}

/*  CAPTIFY CAPTION */
.caption-top,.caption-bottom {
    background:#000;
    color:#fff;
    cursor:default;
    padding:2px;
    font-size:11px;
    text-align:center;
}

.caption-top {
    border-width:0;
}

.caption-bottom {
    border-width:0;
}

.caption a {
    background:#000;
    border:none;
    text-decoration:none;
    padding:2px;
}

.caption a:hover {
}


/*  --------------------------------------------------------------------
                             (22) MAIN MENU (Horizontal)
    -------------------------------------------------------------------- */

.sf-menu,.sf-menu * {
list-style:none;
margin:0;
padding:0;
z-index:1500;
}

.sf-menu {
	line-height:1;
	float:right;
	margin-top:15px;
	text-align:left;

}

.sf-menu ul {
position:absolute;
top:-999em;
width:10em;
}

.sf-menu ul li {
width:100%;
}

.sf-menu li:hover {
visibility:inherit;
}

.sf-menu li {
float:left;
position:relative;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 1px;
	padding-bottom: 9px;
	padding-left: 7px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left:0;
top:2.5em;
z-index:99;
}

.sf-menu a,.sf-menu a:visited {
	color: #000000;
}

.sf-menu li li a,.sf-menu li li a:visited {
color:#444 !important;
}

.sf-menu li li {
	border-bottom:1px solid #fff;
	background-image: url(../../images/main_menu/menu_bg.png);
	background-position: center top;
}

.sf-menu li li li {
	border-bottom:1px solid #fff;
	background-image: url(../../images/main_menu/menu_bg.png);
	background-position: center top;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
background-color:#f3f2f1;
outline:0;
}

.sf-menu li li a:hover {
color:#222 !important;
}

.sf-menu a.sf-with-ul {
padding-right:15px;
min-width:1px;
}

.sf-sub-indicator {
    background:url(../../images/main_menu/arrows.png) no-repeat -10px -100px;
    display:none;
    height:10px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-999em;
    top:1.45em;
    width:10px;
}

li li .sf-sub-indicator {    
    right:10px;
    display:block;   
}

a > .sf-sub-indicator {
top:.8em;
background-position:0 -100px;
}

a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {
background-position:-10px -100px;
}

.sf-menu ul a > .sf-sub-indicator {
background-position:0 0;
}

.sf-shadow ul {
background:url(../../images/main_menu/shadow.png) no-repeat bottom right;
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
-webkit-border-top-right-radius:17px;
-webkit-border-bottom-left-radius:17px;
padding:0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off {
background:transparent;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

/*  --------------------------------------------------------------------
                        (23) SECONDARY MENU (Vertical)
    -------------------------------------------------------------------- */
.vertical_menu ul {
    list-style-type:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:1px;
    margin:0;
    padding:0;
}

.vertical_menu li {
    margin:0;
}

.vertical_menu a,#vertical_menu a:link,#vertical_menu a:visited {
    display:block;
    border-bottom:1px dashed #ddd;
    color:#555;
    padding:5px 2px 5px 16px;
    background:url(../../images/vertical_menu/nav_arrow.png) 0 10px no-repeat;
}

.vertical_menu a:hover,#vertical_menu a:active {
    border-bottom:1px solid #ddd;
    background:#f5f5f5 url(../../images/vertical_menu/nav_arrow.png) 0 -10px no-repeat;
}


/*  --------------------------------------------------------------------
                              (24) PAGINATION
    -------------------------------------------------------------------- */

#pagination 
{
    margin-top:40px;
    margin-bottom:20px;
    text-align:left;
}

#pagination ul {
    list-style:none;
}

#pagination ul li {
    display:block;
    float:left;
    margin-left:6px; 
    font-family:Verdana;
    font-size:11px;
    line-height:11px;
}

#pagination ul li a {
    color:#333;
    display:block;
    background-color:#f1f2f1;
    padding:6px 8px 6px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


#pagination ul li a, #pagination ul li a:link {
    color:#333;
}


#pagination ul li a:hover, #pagination #active a{
  color:#fff;
  background:#2a3740 url(../../images/buttons/button_1.png) repeat-x 0 0;  
}


/*  --------------------------------------------------------------------
                              (25) LIST STYLE TYPE
    -------------------------------------------------------------------- */

.list_types div
{
   float:left;
   width:180px;
}

.list_type_1
{
    list-style-type:circle;
}

.list_type_1 li
{
    line-height:25px;
    margin-left:28px;
    font-size:12px;
}

.list_type_2
{
    list-style-type:square;
   
}

.list_type_2 li
{
    line-height:25px; 
    margin-left:28px;
    font-size:12px;
}

.list_type_3
{
    list-style-type:disc;
    
}

.list_type_3 li
{
	line-height:25px;
	margin-left:28px;
	font-size:13px;
}

.list_type_4
{
    list-style-type:none;
    margin-left:15px;  
}

.list_type_4 li
{
    line-height:25px;
    padding-left:16px;
    font-size:12px;
    background:url(../../images/list_styles/list_style_1.gif) 0 7px no-repeat;
}

.list_type_5
{
    list-style-type:none;
    margin-left:15px;
}

.list_type_5 li
{
    line-height:25px;
    padding-left:16px;
    font-size:12px;
    background:url(../../images/list_styles/list_style_4.gif) 0 7px no-repeat;
}

.list_type_6
{
    list-style-type:none;
    margin-left:15px;
}

.list_type_6 li
{
	line-height:25px;
	padding-left:16px;
	font-size:13px;
	background:url(../../images/list_styles/list_style_3.gif) 0 7px no-repeat;
}
.solresim {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
