 /*
 Emre Egesel Online Portfolio
 http://www.egesel.com
*/
 
 /* Genel sayfa sitili ve scroll bar renkleri (IE5.5+) */
BODY {
    margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #86959C;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #155293;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* BGR */
.bgrWHITE {
	background-color: #FFFFFF;
}
.bgrGREY {
	background-color: #E7EBEB;
}
.bgrGREYdark {
	background-color: #999999;
}



 /* TXT */
.txtGREY10 {
	font-size: 10px;
	color: #676868;
}
.txtBLACK10 {
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.txtGREYdark10B {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.txtBLUEdark9 {
	font-size: 9px;
	color: #21536A;
}
.txtBLACK20 {
	font-family: Tahoma;
	font-size: 20px;
	color: #000000;
	text-align: left;
}
.txtGREYlight9 {
	font-size: 9px;
	color: #AAAAAA;
}
.txtBLUE10B {
	font-size: 10px;
	font-weight: bold;
	color: #005FA9;
}


/* TITLE */
.titleBLUEbold {
	font-size: 10px;
	font-weight: bold;
	color: #005FA9;
}
.txtBLACK18 {
	font-family: Tahoma;
	font-size: 18px;
	color: #000000;
}

 
 /* LINKLER*/
/* site haritasi*/
a.linkBLACK10:link,a.linkBLACK10:visited,a.linkBLACK10:active{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.linkBLACK10:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #E7EBEB;
}
 
 /* tiklayiniz*/
a.linkBLUE10:link,a.linkBLUE10:visited,a.linkBLUE10:active{
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
}
a.linkBLUE10:hover {
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
	background-color: #E7EBEB;
}
 /* tiklayiniz right */
a.linkBLUE10R:link,a.linkBLUE10R:visited,a.linkBLUE10R:active{
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
}
a.linkBLUE10R:hover {
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
	background-color: #D5DDDD;
}
 /* title blue*/
a.linkBLUE10B:link,a.linkBLUE10B:visited,a.linkBLUE10B:active{
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.linkBLUE10B:hover {
	font-size: 10px;
	color: #005FA9;
	text-decoration: none;
	background-color: #E7EBEB;
	font-weight: bold;
	text-align: left;
}
 /* title grey*/
a.linkGREY10B:link,a.linkGREY10B:visited,a.linkGREY10B:active{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.linkGREY10B:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #D5DDDD;
	font-weight: bold;
}
 /* title black*/
a.linkBLACK18:link,a.linkBLACK18:visited,a.linkBLACK18:active{
	font-family: Tahoma;
    font-size: 18px;
    color: #000000;
	text-decoration: none;	
}
a.linkBLACK18:hover {
	font-family: Tahoma;
    font-size: 18px;
    color: #000000;
	text-decoration: none;
	background-color: #D5DDDD;
	
}
a.linkBLUE12:link,a.linkBLUE12:visited,a.linkBLUE12:active{
	font-size: 12px;
	color: #005FA9;
	text-decoration: none;
}
a.linkBLUE12:hover {
	font-size: 12px;
	color: #005FA9;
	text-decoration: none;
	background-color: #E7EBEB;
}


 /* iletisim*/
a.linkBLUEdark9:link,a.linkBLUEdark9:visited,a.linkBLUEdark9:active{
	font-size: 9px;
	color: #21536A;
	text-decoration: none;
}
a.linkBLUEdark9:hover {
	font-size: 9px;
	color: #21536A;
	text-decoration: none;
	background-color: #E7EBEB;
}
 /* path*/
a.linkGREYlight9:link,a.linkGREYlight9:visited,a.linkGREYlight9:active{
	font-size: 9px;
	color: #AAAAAA;
	text-decoration: none;
	text-align: left;
}
a.linkGREYlight9:hover {
	font-size: 9px;
	color: #21536A;
	text-decoration: none;
	text-align: left;
}



 /* FORM */
 .buttonSEARCHbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FA9;
	background-color: #E7EBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4CCCC;
	border-right-color: #748B8B;
	border-bottom-color: #748B8B;
	border-left-color: #C4CECE;
}
.textfieldSEARCHbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FA9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #AAB3B3;
	border-bottom-color: #D5DDDD;
	border-left-color: #AAB3B3;
	background-color: #F3F5F5;
	padding-left:18px;
	width: 232px;
	background-image: url(../images/01home/magnifier02.gif);
	background-repeat: no-repeat;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #21536A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #AAB3B3;
	border-bottom-color: #D5DDDD;
	border-left-color: #AAB3B3;
	width: 95px;
	padding-left: 5px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E7EBEB;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #AAB3B3;
	border-bottom-color: #999999;
	border-left-color: #C4CECE;
	background-image: url(../images/01home/magnifier.gif);
	width: 16px;

}
.border1px {
	border: 1px solid #999999;
}

.txtBLUE12 {
	font-size: 12px;
	font-weight: normal;
	color: #005FA9;
}
.bgrBLACK {
	background-color: #000000;
}
.txtRED10B {

	font-size: 10px;
	font-weight: bold;
	color: #AA2222;
}

.txtBLACK10B {

	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.border2px {
	border: 1px solid #E7EBEB;
	padding: 5px;
}

 /* EMAIL */
.textboxMESSAGE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	border: thin solid #E7EBEB;
	padding: 3px;
}
.textboxNAME {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	border: thin solid #E7EBEB;
	background-image: url(../images/09additional/name.gif);
	background-repeat: no-repeat;
	padding-left: 21px;

}
.textboxEMAIL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	border: thin solid #E7EBEB;
	background-image: url(../images/09additional/email_address.gif);
	background-repeat: no-repeat;
	padding-left: 21px;

}
.textboxSUBJECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	border: thin solid #E7EBEB;
	background-image: url(../images/09additional/subject.gif);
	background-repeat: no-repeat;
	padding-left: 21px;

}
.buttonMAIL {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E7EBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C4CCCC;
	border-right-color: #748B8B;
	border-bottom-color: #748B8B;
	border-left-color: #C4CECE;
}
.borderTABLE {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E7EBEB;
	border-bottom-color: #E7EBEB;
	border-left-color: #E7EBEB;
}
.txtBLACK11 {
	font-size: 10px;
	color: #000000;
	text-align: justify;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
