@charset "iso-8859-9";

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.konuLink {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.BG {
	background-color: #8A8077;
	background-image: url(images/istanbul-bilgi-otomasyon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.konuBaslik {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.topLink {
	font-family: sans-serif;
	font-size: 0.8em;
}
.contentTable {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #adc2d5;
	border-right-color: #adc2d5;
	border-bottom-color: #adc2d5;
	border-left-color: #adc2d5;
	height: 445px;
}
.icerikDivision {
	position: relative;
	height: 445px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
.icerikSubDivision {
	position: relative;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
li {
	list-style-image: url(images/arrow_left_small.gif);
}
