﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f5f5f5;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;    
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    ffont-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top:0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.baslik1
{
    text-align:left;
    padding-top:5px;
    font-size:14px;
    
}

p
{
    margin:0 auto;
    padding:0 auto; 
    height:0 auto;  
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    margin:auto;
    text-align:center;
}

.altPage
{
    width:750px;
    padding-left:1px;   
}

.divlogo
{
    float:left;
    padding:5px 5px 0px 40px;
}

.divmenu 
{
    float:right;
    padding:15px 0px 5px 5px;

}

.divmenuustu 
{
    font-size:11px;
    float:right;
    padding:12px 5px 2px 5px;
    letter-spacing:0px;

}

.divmenuustu a
{   
    text-decoration:none;
}

#divSirketAdi
{
    font-size:12px;
    float:left;
    padding:12px 5px 0px 40px;
    font-weight:bold;   
}

.divDot
{   
    background-color:gray;    
    width:6px;
    height:6px;
    margin-left:4px;
    margin-bottom:4px;
    margin-top:15px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.leftBaslik
{
    width:160px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
    mmin-height: 570px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width:960px;
    font-size:12px;
    background-color: #f5f5f5;
    
}


/* TAB MENU   
----------------------------------------------------------*/



/* FORM ELEMENTS   
----------------------------------------------------------*/

/* TABLE ELEMENTS
----------------------------------------------------------*/
.tableTable
{
    border:5px solid #f1f1f1;
}

.trTableHeader
{
    background-color:#c3c3c3;
    height:30px;
}

.tdTableHeader
{
    color:#696969;
    font-weight:bold;
}

.trTable
{
    background-color:#ffffff; 
    height:25px;
}

.tdTable
{

}

.trTableAlt
{
    background-color:#f5f5f5; 
    height:25px;
}

.tdTableAlt
{

}

.divTableSep
{
    height:1px; 
    background-color:silver;
}

.divTableSepUp
{
    height:1px; 
    background-color:silver;
}

.trTableFooter
{
    font-weight:bold; 
    height:25px;
}

.tdTableFooter
{

}

.divTableLeft
{
    float:left; 
    padding-bottom:5px;  
}

.divTableRight
{
    float:left;  
    padding-top:8px;
    padding-left:10px; 
    font-weight:bold;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    text-decoration: none;
}

.pageLinkWithoutLine, .pageLinkWithoutLine a, .pageLinkWithoutLine a:link
{
    text-decoration:none;
    color:Gray;   
}

