/* LastRender Art Studios */

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align:left;
	background: url(../media/topBG.jpg) repeat-x;
	background-color:#ffffff;
	line-height:150%;
}
a:link
{
	color: #333333;
	text-decoration: none;
}
a:visited
{
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #ff6600;
	text-decoration: underline;
}
a:active
{
	color: #333333;
	text-decoration: none;
}
#wrapper {
	margin: auto;
}
.center 
{
	margin-left:auto; margin-right:auto;
	text-align:left;
}
.footer 
{
	margin-left:auto; margin-right:auto;
	text-align:center;
}
#header {
	background: url(../media/topContent.jpg) no-repeat center;
	height:90px;
	text-align:center;
	color: #ffffff;
}
#header a:link 
{
	color: #ffffff;
	text-decoration:none;
}
#header a:hover 
{
	color: #ffffff;
	text-decoration:underline;
}
#header a:visited 
{
	color: #ffffff; 	
	text-decoration:none;
}
#content {
	background: url(../media/contentBg.jpg) repeat-y center;
	text-align:center;
}
#content table tr 
{
	text-align:justify;
}
#icerik
{
	padding-left:15px;	
	padding-right:40px;
}
#footer {
	background: url(../media/footer.jpg) no-repeat center;
	height:198px;
	text-align:center;
	color:#4d4d4d;
}
#footer a:link 
{
	color: #4d4d4d;
	text-decoration:none;
}
#footer a:hover 
{
	color: #ffffff;
	text-decoration:underline;
}
#footer a:visited 
{
	color: #4d4d4d; 	
	text-decoration:none;
}
input
{
border: 1px solid #6ba161;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;	
}
textarea
{
border: 1px solid #6ba161;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
} 
.myButton
{
		background:url(../media/btn.jpg);
		vertical-align:middle;
		width:112px;
		height:30px;
		color:white;
		border:none;
		font-weight:bold;
		text-decoration:none;
}
hr
{
	text-align:left;
	margin-left:0px;
	width:300px;
	color:  #ff6600;
	border:0px;
	background-color: #ff6600;
	height:  1px; 
}
.DynamicMenu
{
	z-index: 100;	
}

/* Admin */
#menu
{
	padding-right: 0px;
	border-top: #d9d9d9 1px solid;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 180px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
#menu UL
{
	margin: 0 0 1em;
	color: #000000;
	list-style-type: none;
}
#menu LI
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
#menu A
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu A:hover
{
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
.accordionHeader
{
    border: 1px solid #e1e1e1;   
    color:#333333;
    background-color: #f9f9f9;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:left;
}

.accordionContent
{
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    font-size: 12px;
    padding: 5px;
    padding-top: 10px;
}
.myTable
{
	border:1px solid #d2d2d2;
	border-collapse:collapse;
}
.myTable thead
{
	background-color:#f9f9f9;
}

.evisHomeTable
{
	border:1px solid #999999;
	border-collapse:collapse;
}
.evisHomeTable td
{
	font-size:11px;
	border:1px solid #999999;
	border-collapse:collapse;
}
.evisHomeTable thead
{
	background-color:#f9f9f9;
}

/* Menu - Start */
#myslidemenu
{
	float:right;
	padding:8px 0px 0px 0px;
}
.jqueryslidemenu
{
	font-size: 12px;
	font-weight:bold;
}
.jqueryslidemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	z-index: 9999;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	margin-left:3px;
}

* html .jqueryslidemenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited
{
	color: #ffffff !important;
}

.jqueryslidemenu ul li a:hover
{
	color: #e1e1e1 !important;
	text-decoration: none !important;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li
{
	display: list-item;
	float: none;
	text-align: left;
	background: none;
	height: 29px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul
{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a
{
	width: 150px; /*width of sub menus*/
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #9ed2c5;
	border-bottom: 1px solid #9ed2c5;
	background-color: #5aa890;
}

.jqueryslidemenu ul li ul li a:hover
{
	color: #ffffff !important;
	background: #346f53;
}
/* Menu - End */
#evis h1{
	font-size:16px;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:10px;
	color:#336666;
}
#evis a:link
{
	font-size:14px;
	color: #333333;
	text-decoration: none;
}
#evis a:visited
{
	font-size:14px;
	color: #333333;
	text-decoration: none;
}
#evis a:hover
{
	font-size:14px;
	color: #ff6600;
	text-decoration: underline;
}
#evis a:active
{
	font-size:14px;
	color: #333333;
	text-decoration: none;
}
