/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/




/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {

    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0px;
    padding: 0px; /*background: #0e0e0e;*/
    background: #166CB7 url(images/bg.jpg) 0 0 no-repeat fixed;

    /*background-repeat:no-repeat;*/
    /*-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;*/

     /*background-image: url(images/bg.jpg);*/
    /*-moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/

    /*-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;*/

}

.nav-responsive {
    display: none;
}

#ust-menu
{
            background-color: #0e0e0e ;
			background-image: url('images/bar.gif');
            background-repeat: repeat-x;
			border-top: 1px solid #0e0e0e ;
			top:0px ;
			left:0px ;
			/*font-family: verdana, arial ;
			font-size: 11px ;*/
            line-height: 28px;
			height: 28px ;
			position: fixed ;
			width: 100% ;
			z-index: 1 ;   
}

#alt-bar
{
            background-color: #0e0e0e ;
			background-image: url('images/bar.gif');
            background-repeat: repeat-x;
			border-top: 1px solid #0e0e0e ;
			bottom:0px ;
			left:0px ;
			/*font-family: verdana, arial ;
			font-size: 11px ;*/
            line-height: 28px;
			height: 28px ;
			position: fixed ;
			width: 100% ;
			z-index: 1 ;   
}

.scrollup{
			width:40px;
			height:40px;			
			opacity:0.3;
			position:fixed;
			bottom:50px;
			right:40px;
			display:none;
            cursor:pointer;
            /*z-index: 1 ;*/ 
			/*background: url('images/icon_top.png') no-repeat;*/
		}

.NOLINK
{
    cursor:default !important;
}

/* #Page Styles
================================================== */

.beyazyazi
 {
	font-family: Candara, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
 }
    .beyazyazibold
 {
	font-family: Candara, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
 }
 
    .beyazyaziboldbig
 {
	font-family: Trebuchet MS, Candara, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
 }
 
  .siyahyazi
 {
	font-family: Candara, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
 }
 
   .siyahyazibold
 {
	font-family: Candara, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: bold;
 }
 
    .red
{
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000 !important;
    font-weight: bold;
}

    .title
{
    font-family: Candara, Helvetica, sans-serif;
    font-size: 20px;
    color: #3498db !important;
    font-weight: bold;
}

.Tablom
{
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.Tablom2
{
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px; 
}

    .myBox {
    /* Size and position */
    /*width: 100%;
    position: relative;
    margin: 60px auto 30px;
    padding: 10px;
    overflow: hidden;*/

    /* Styles */
    color:#fff;
    

    background: #111; 
    border-radius: 0.4em;
    border: 1px solid #191919;
    box-shadow: 
        inset 0 0 2px 1px rgba(255,255,255,0.08), 
        0 16px 10px -8px rgba(0, 0, 0, 0.6);
}

    .scroll_div { 
        /*height: auto; width: auto;*/
        color:#000;

        border-top: 1px solid silver;
        border-left: 1px solid silver;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        background-color: white;
        padding: 4px;

        overflow: -moz-scrollbars-vertical !important;
        overflow: auto;

        overflow-y: scroll;
        overflow-x: hidden;    
        text-align: left;
        height: 200px;

    }

    /* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{width: 100%;}


    .btn2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 15px;
  text-decoration: none;
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.cal_Theme1 th, .cal_Theme1 td { border:0; }

.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4;
border:solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        
        .nav-responsive {
            display: block;
        }

        #ust-menu ul {
            display: none;
        }
    
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/