
@charset "utf-8";
/* CSS Document */

body {
	margin:10px 0 0 0 ;
	padding:0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
#container
{
    width: 980px;
    margin: 0px auto;
    text-align: left;
    padding: 1px 15px 15px 15px;
    border: 1px dashed #EEE;
    background-color: #fff;
}


#side {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-right:1px solid #ddd;
	min-height:315px;
	padding:0 25px 0 0;
	margin:0 25px 0 0;
	width:272px;
	float:left;
}


.solMenu ul {
	list-style:url(../images/bullet.png) inside  ;
	padding:0px;
	
}
.solMenu h2
{
    color:#065598;
}
.solMenuItem a:link, .solMenuItem a:visited, .solMenuItem a:hover {
	font-size:.9em;
	color:#666;
	text-decoration:none;
	display:inline-block;
	border: solid, 2px, #666;
	padding:2px;
	margin: 2px 0 2px 0;
	
	width:230px;

}

.solMenuItem a:hover {
	color:#EEE;
	background:#607482;
}

#content {
	min-height:460px;
	border:1px solid #ddd;
	width:980px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#topMenu {
	background:url(../images/navigasyon.png);
	height:88px;
	margin:0;
}

.t a {
	background:transparent url(../images/navigasyon.png) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:80px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
/*	margin-left:314px;*/
	margin-left:190px;
	_margin-left:204px;
}

/* CSS sprite for the navigation */
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-200px -90px; }
#t1:hover 	{ background-position:-200px -180px; }
#t1:active	{ background-position:-200px -270px; }
#t1.active	{ background-position:-200px 0 !important; }

#t2			{ background-position:-309px -90px; }
#t2:hover 	{ background-position:-309px -180px; }
#t2:active	{ background-position:-309px -270px; }
#t2.active	{ background-position:-309px 0 !important; }

#t3			{ background-position:-420px -90px; }
#t3:hover 	{ background-position:-420px -180px; }
#t3:active	{ background-position:-420px -270px; }
#t3.active	{ background-position:-420px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }





#miniLogin,#ctl00_logout,#ctl00_miniLogin,#logout {
	padding: 2px 0 0 0 ;
	text-align:right;
	width:170px;
	float:right;
	padding: 10px, 0 0 0;
}
#logout a, #logout a:visited,#ctl00_logout a, #ctl00_logout a:visited

{
    color: #fff;
    font-weight: bold;
    background-image: none;
    background-repeat: no-repeat;
}
#logout,#ctl00_logout 
{
    margin-top:6px;
}
.loginLine 
{
    width:100%;
	display:block;
}
.txtUser
{
    width: 109px;
    height: 29px;
    background-image: url('../images/miniLogin/tcvergibg.png');
    display: block;
    float: left;
    text-align: left;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding-left: 23px;
    padding-top: 5px;
    color: #666666;
}
.txtPass
{
    color: #666666;
    width: 109px;
    height: 29px;
    background-image: url('../images/miniLogin/passwdBg.png');
    display: block;
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-left: 23px;
    padding-top:5px;
    background-repeat: no-repeat;
}
.watermark
{
     color: #666666;
}
.divImg
{
     width:20px;
    height: 29px;
    display:block;
    float:left;
}
.stylem
{
    width:66%;
}
.logOutBtn,.logOutBtn a:link,.logOutBtn a:visited,.logOutBtn a:hover 
{
    border:none;
}

.header
{
    margin: 4px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C9D7F1;
    empty-cells: hide;
    display: table;
    font-weight: bold;
}

#footer
{
}



