﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #FFFFFF;
    font-size: .85em;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #F65633;
    text-decoration: underline;
}

a:visited {
    color: #F65633;
}

a:hover {
    color: #F65633;
    text-decoration: none;
}

a:active {
    color: #F65633;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #F65633;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
	color:#333333;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 910px;
    margin: 0 auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #F65633;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    /*text-shadow: 1px 1px 1px #111;*/
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #E9E9EA;
	word-wrap: break-word;
    /*border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;*/
}

#footer {
    background-color: #fff;
    color: #696969;
    padding: 10px 0;
    line-height: normal;
    margin: 15px 0 30px 0;
	border-top:solid 1px #D2D2D2;
	font-size:11px;
    /*border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;*/
}

#footer a { color:#696969; text-decoration:none; }
#footer a:hover { color:#F65633; text-decoration:underline; }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #BDBDBE;
    color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #f05133;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #F65633;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #F65633;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
	color:#F65633;
}

textarea {
    min-height: 75px;
	width:340px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 14px;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 13px;
    padding: 2px;
	background:#F04F32;
	color:#FFFFFF;
	border:1px solid #F65633;
	-moz-border-radius: 4px;
	cursor:pointer;
	font-weight:bold;
}

form .hca {
    display: none;
}

/* TABLE
----------------------------------------------------------*/

table {
    /*border: solid 1px #e8eef4;
    border-collapse: collapse;*/
}

table td {
    /*padding: 5px;
    border: solid 1px #e8eef4;*/
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 70px;
}

:first-child+html #menucontainer { margin-top: 80px; }

div#title {
    display: block;
    float: left;
    text-align: left;
	background:url(../images/kiraca_logo.jpg) no-repeat;
	padding:40px 0 115px 243px;
	position:absolute;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #333;
}

#logindisplay a:link {
    color: F65633;
    text-decoration: none;
	margin:0 5px 0 0;
}

#logindisplay a:visited {
    color: F04F32;
    text-decoration: none;
	margin:0 5px 0 0;
}

#logindisplay a:hover {
    color: F04F32;
    text-decoration: none;
	margin:0 5px 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.btn_gonder {}

#main strong cufon { margin-top:-2px; }
