/* GENERIC HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color: #C0C0C0;
	margin: 0px 0px 0px 0px;
}
a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
img {
	border: 0;
}
table {
/*ugur	text-align: left; */
	vertical-align: top;
	border: 0;
}
td {
/*ugur	text-align: left; */
	vertical-align: top;
	font-size: 12px;
}

input {
	border: 1px #c0c0c0 solid;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
textarea {
	border: 1px #c0c0c0 solid;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
select {
	border: 1px #c0c0c0 solid;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* LINKS */
a.aHeader {
	font-family: Verdana;
	#font-size: 9px;
	#color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.aHeader:link {
	font-family: Verdana;
	#font-size: 9px;
	#color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.aHeader:visited {
	font-family: Verdana;
	#font-size: 9px;
	font-size: 12px;
	#color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
a.aHeader:hover {
	font-family: Verdana;
	#font-size: 9px;
	#color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* CONTENT */
a.aContent {
	color: #333333;
	text-decoration: none;
}
a.aContent:link {
	color: #333333;
	text-decoration: none;
}
a.aContent:visited {
	color: #333333;
	text-decoration: none;
}
a.aContent:hover {
	color: #333333;
	text-decoration: underline;
}

/*ali - 7.12.2007*/
.mainContent{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	height:100%;
}


/* FONT STYLES */
.fntBoldBlack {
	color: #000000;
	font-weight: bold;
}
.fntBlack {
	color: #000000;
}
.fntTitle18 {
	color: #000000;
	font-size: 18px;
}
.fntTitle14Bold {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.fntError {
	color: red;
	font-weight: bold;
}
.fntInfo {
	color: #666666;
	font-size: 9px;
}
.WrongField {
    color: Red;
}
/* CONTROLS */
.saveButton{
	border-top-color: #000000; 
	border-left-color: #000000; 
	border-bottom-color: #000000;
	border-right-color: #000000;
	background-color: transparent;
	color:#120;
}

.normalButton{
	background-color:#ffbbcc;
}
.selectedButton{
	color: #444444;
}
.inpSearchText {
	/*height: 20px;
	width: 110px; ugur */
	width: 95px;
}
.inpSearchBut {
	height: 24px;
	width: 55px;
}
.inpLoginText {
	height: 16px;
	width: 110px;
}
.inpLoginBut {
	height: 20px;
	width: 35px;
}
.selQuickLaunch {
	width: 150px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.selAddContent {
	width: 218px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* SEPERATORS */
.sep1pxHor {
	width: 100%;
	height: 1px;
}
.sep1pxHorWhite {
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
}
.sep5pxHor {
	width: 100%;
	height: 5px;
}
.sep5pxHorWhite {
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
}
.sep10pxHor {
	width: 100%;
	height: 10px;
}
.sep10pxHorWhite {
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
}
.sep30pxHorWhite {
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
}
.sep10pxVer {
	width: 10px;
	height: 100%;
}
.sep10pxVerWhite {
	width: 10px;
	height: 100%;
	background-color: #FFFFFF;
}
/* PADDING */
.pad5pxLeft {
	padding-left: 5px;
}
.pad5pxRight {
	padding-right: 5px;
}
.pad10pxTop {
	padding-top: 10px;
}
.pad10pxLeft {
	padding-left: 10px;
}
.pad10pxRight {
	padding-right: 10px;
}
.pad10pxTopLeft {
	padding-top: 10px;
	padding-left: 10px;
}
.pad10pxAll {
	padding: 10px 10px 10px 10px;
}
/* DIVISIONS */
.divTreeView {
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 175px;
}
.divMyTubitak {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	height: 110px;
	background-image: url(/img/yeni/grey2Tile.jpg);
	background-repeat: repeat;
}
.divQuickLaunch {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	height: 65px;
	background-image: url(/img/yeni/grey2Tile.jpg);
	background-repeat: repeat;
}
.divBilimTeknik {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	height: 200px;
	background-image: url(/img/yeni/grey1Tile.jpg);
	background-repeat: repeat;
}
.divBilimCocuk {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	height: 200px;
	background-image: url(/img/yeni/grey1Tile.jpg);
	background-repeat: repeat;
}
.divNodePreview {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 545px;
	height: 250px;
}
.divNodeContent {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 545px;
}
.divContentItemStart {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 545px;
	background-color: #FFFFFF;
}
.divContentItem {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 545px;
	height: 120px;
	background-color: #FFFFFF;
}
.divContentItemAlt {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 545px;
	height: 120px;
	background-color: #f7f8f8;
	border-bottom: 1px #cccece solid;
	border-top: 1px #cccece solid;
}
.divShowAllItems {
	position: relative;
	z-index: 0;
	left: 0px;
/*	border-top: 1px #cccece solid; 
	padding-top: 10px; */
}
.divPrint {
	position: relative;
	z-index: 0;
	left: 0px;
	border-top: 1px #cccece solid;
	padding-top: 10px;
}

.divPromotion {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
}

.divProduct {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
}

.divOrganizationItem {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
}
.divRelatedImages {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	height: 250px;
}
.divRelatedContent {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
}
.divRelatedContentItem {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
	background-color: #FFFFFF;
}
.divRelatedLinks {
	position: relative;
	z-index: 0;
	left: 0px;
	width: 175px;
}
.divFooter {
	position: relative;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	width: 100%;
	height: 25px;
}
.divHeader {
      position: relative;
      z-index: 1;
      background-image: url(/img/yeni/topTile.jpg); 
      background-repeat: repeat-x;
      width: 100%; 
      height: 25px;
      top: 0px;
      left: 0px;
}
/* TABLES */
.tblHeader {
	width: 935px;
	height: 21px;
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.tblFooter {
	width: 935px;
	height: 25px;
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
/* TABLE COLUMNS */
.tdHeaderLocation {
	vertical-align: middle;
	padding-left: 10px;
}
.tdHeaderMenu {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}
.tdFooter {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 0px;
}
.tdContentImage {
	padding-top: 10px;
/*	width: 175px; */
	width: 10px
}
.tdContentText {
	padding-top: 10px;
	padding-left: 10px;
}

/* ugur */

.title {
  font-size: 150%;
  font-weight: bold;  
  color: Maroon;
  margin: 0px 0px 10px 0px;
}

a.section:link {
	color: Black;
	text-decoration: none
}

a.section:active {
  color: Black; 
  text-decoration: none
}

a.section:hover {
 color: #993300; 
  text-decoration: underline
}

a.section:visited:hover {
 color: #993300; 
  text-decoration: underline
}

a.section:visited {
 color: Black;
  text-decoration: none
}

.h {
  font-size : 12px;
  font-weight : bold;
  letter-spacing : 0px;
}

.l {
  font-size : 11px;
  font-weight : normal;
  margin : 0 5 5 0;
  letter-spacing : 0px;
}

.ana_hizmetler_listesi {
  list-style-type: square;
}
