﻿body, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	color: #5C5C5C;
	font: 11px Tahoma, Arial, Sans-serif;
}
img {
	border: 0;
}
a {
	color: #5C5C5C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Yavuzsan #pageContainer {
	margin: 0 auto;
	text-align: left;
	background-color: #143D55;
}
.Yavuzsan #pageHeader {
	text-align: center;
	background: #FFFFFF;
}
.Yavuzsan #blueLine {
	margin: 0;
	padding: 0 10px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	background: #143D55;
	border-top: 4px solid #A0B842;
}
.Yavuzsan #blueLine .flag:hover {
	border: 1px solid #FFFFFF;
}
.Yavuzsan #blueLineContent {width: 780px; margin: 0 auto;}
.Yavuzsan #container {
	width: 770px;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
	border: none;
	border-top: none;
}
.Yavuzsan #sidebar {
	float: left;
	width: 180px;
}

.Yavuzsan #pageFooter {
	color: #FFFFFF;
	padding: 23px;
	background: #143D55;
	/*border-top: 4px solid #A0B842;*/
}

.Yavuzsan #pageFooter a {color: #FFFFFF; text-decoration: none;}
.Yavuzsan #pageFooter a:hover {text-decoration: underline;}

.Yavuzsan #news-box {margin: 18px 4px;}
.Yavuzsan #news-box p {padding-left: 15px; padding-right: 2px; margin: 0.1em 0;}
.Yavuzsan #news-box h4 {background: url('../images/bullet_letter.gif') no-repeat; padding-left: 15px; font-weight: bold; margin: 1em 0 0.4em 0;}
.Yavuzsan #news-box .more {text-align: right;}

.Yavuzsan #advSearch {padding: 0 4px;}
.Yavuzsan #advSearch label {width: 40px;}
.Yavuzsan #advSearch select {width: 120px;}
.Yavuzsan #advSearch input {width: 114px;}
.Yavuzsan #advSearch #advSearchButtonCase {width:167px; text-align: right;}
.Yavuzsan #advSearch #advSearchButtonCase input {width: 48px;}

.Yavuzsan #mainContent {margin: 0 0 0 190px; padding: 0;}

.Yavuzsan #products {width: 400px; margin: 0 auto;}
.Yavuzsan #products label {width: 80px;}


.Yavuzsan table.productHeader {margin: 0; width: 100%;}
.Yavuzsan table.productHeader th {color: #FFFFFF; font-weight: bold; background-color: #6AA3C4;}
.Yavuzsan table.productHeader td {font-weight: bold; background-color: #FFFFFF;}
.Yavuzsan table.orgNumHeader {margin: 0; width: 100%;}
.Yavuzsan table.orgNumHeader th {color: #FFFFFF; text-align: center; font-weight: bold; background-color: #6AA3C4;}
.Yavuzsan table.orgNumHeader td {text-align: center; font-weight: normal; background-color: #FFFFFF;}
.Yavuzsan table.productDetail {margin: 0; width: 100%;}
.Yavuzsan table.productDetail th {color: #FFFFFF; text-align: left; font-weight:bold; background-color: #6AA3C4;}
.Yavuzsan table.productDetail td {text-align: left; font-weight: normal; background-color: #FFFFFF;}

/*.Yavuzsan .header {color: #FFFFFF; line-height: 23px; font-size: 10px; font-weight: bold; padding: 0 10px; background: #fff url(../images/dolphin/dolphin_bg.gif) repeat-x bottom left; border-top: 1px solid #57A1CA;}*/
.Yavuzsan .header {color: #FFFFFF; line-height: 23px; font-size: 10px; font-weight: bold; padding: 0 10px; background: #FF0033; /*border-top: 1px solid #57A1CA;*/}
.Yavuzsan .header th {padding: 0 4px; /*border-top: 1px solid #57A1CA;*/}
.Yavuzsan .subheader {color: #5C5C5C; font-size: 10px; font-weight: bold; padding: 0 0 4px 0;}

.Yavuzsan #humanResources input,
.Yavuzsan #humanResources select,
.Yavuzsan #humanResources textarea {font-size: 11px;}
.Yavuzsan #humanResources #personal table {border-collapse: collapse;}
.Yavuzsan #humanResources #personal label {width: 80px;}
.Yavuzsan #humanResources #personal .left {float: left;}
.Yavuzsan #humanResources #personal .right {float: right;}
.Yavuzsan #humanResources #personal .right label {width: 80px;}
.Yavuzsan #humanResources #education table {border-collapse: collapse;}
.Yavuzsan #humanResources #education label {width: 80px;}
.Yavuzsan #humanResources #humanResourcesBtnCase {text-align: right;}
.Yavuzsan #humanResources #humanResourcesBtnCase input {width: 100px;}

.fltrt {float: right; margin-left: 8px;} /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltlft {float: left; margin-right: 8px;} /* this class can be used to float an element left in your page */
.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;} /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */