@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 * -------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

.main_frame {
width:1000px;
background-image: url(../../images/main_frame_back.jpg);
}

.menu_container {
width:980;
background-image: url(../../images/nav_hor_back2.jpg);
}

.content_container {
width:558;
margin-top: 5 px;
border: 0 solid #cccccc;
overflow:scroll;
overflow-x:hidden;
overflow-y:hidden;
}
.form_area {
width: 558;
height: 200;
background-color: #EEEEEE;
border: 1 solid #cccccc;
}

.page_header {
font-family: verdana,arial,sans-serif;
font-size: 20px;
font-weight: bold;
color: #777777;
text-align: center;
width: 558;
height: 30;
background-color: #DDDDDD;
border: 1 solid #CCCCCC;
}

.side_header {
font-family: verdana,arial,sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
text-align: center;
vertical-align: top;
width: 190;
height: 20;
background-color: #DDDDDD;
border: 1 solid #CCCCCC;
margin-bottom:5;
}

.side_panel {
font-family: verdana,arial,sans-serif;
font-size: 14px;
font-weight: bold;
color: #777777;
text-align: center;
margin-top:5;
width: 190;
height: 20;
background-color: #EEEEEE;
border: 1 solid #CCCCCC;
}

td {
font-family: verdana,arial,sans-serif;
font-size: 12px;
color: #777777;
}

input, select{
width: 150;
border: 1px solid gray;
font-family: verdana,arial,sans-serif;
font-size: 12px;
color: #777777;
}

.dugme {
width:70;
border: 1px outset #eeeeee;
font-family: verdana,arial,sans-serif;
font-size: 12px;
font-weight: bold;
cursor: hand;
}

.resim_icon {
width:40;
height:40;
float:left;
align:center;
vertical-align:middle;
}

ul.dropdown {
 font-weight: normal;
  
}
	ul.dropdown li {
	 font-family:verdana,arial,sans-serif;
	 font-size: 13px;
	 font-weight:bold;
	 padding-top: 0px;
	 border-style: solid;
	 border-width: 0px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 margin-left:-2px;
	 color: #cccccc;
	 text-align: center;
	 height:30px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000; 
	}

	ul.dropdown a{width:140px;padding: 0px 10px;height:30;padding-top:7;color: #777777;}
	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #777777; text-decoration: none; }
	ul.dropdown a:hover		{ color: #777777; }
	ul.dropdown a:active	{ color: #777777; }

	/* -- level mark -- */

	ul.dropdown ul {
	 width:140px;
	 padding: 0px 10px;
	 margin-top: -0px;
	 margin-left: -8px;
	}

		ul.dropdown ul li {
		 text-align: left;
		 font-size: 12px;
		 font-weight: normal;
		 margin-top: -1px;
		 background-color: #f6f6f6;
		 padding-left:10;
		 height:20px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 /* background-image: url(images/nav-arrow-right.png); */
 background-position: 100% 50%; 
 background-repeat: no-repeat;
}


/* -- Components override -- 

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
*/


.pages a:link,
.pages a:visited,
.pages a:active,
.pages a:hover
{
color: #777777;
text-decoration: none;
}

.kisilink:link,
.kisilink:visited,
.kisilink:active,
.kisilink:hover
{
color: #777777;
text-decoration: none;
}