﻿.InfomesajTable
{
	border-style: none;
	border-width: 1px;
	border-color: inherit;
	padding: inherit;
	background-color: #FF7318;
	color: Black;
	border-collapse: inherit;
	display: block;
	overflow: auto;
	width: 100%;
	height: 60px;
	background-image: url(../images/bitenlerloop.jpg);
	border-color: #DEE8F2 #DEE8F2 #DEE8F2 #DEE8F2;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.InfomesajImg
{
	vertical-align: top;
	text-align: left;
	width: 20px;
	height: 20px;
}
.InfomesajTitle
{
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	color: red;
	text-transform: uppercase;
}
.InfomesajText
{
	font-family: Arial;
	overflow: auto;
}
/** Errors **/
.ErrorsmesajTable
{
	border: 1px solid #000000;
	background-color: Red;
	border-collapse: inherit;
	display: block;
	overflow: auto;
	color: White;
	width: 100%;
	height: 50px;
}
.ErrorsmesajImg
{
	vertical-align: top;
	text-align: left;
	width: 20px;
	height: 20px;
	background-color: White;
}
.ErrorsmesajTitle
{
	color:Maroon;
	text-align: left;
	font-weight: bold;
	font-family: Verdana;
	text-transform: uppercase;
	height: 20px;	
}
.ErrorsmesajText
{
	background-color: Maroon;	
	height: 60px;
}

/** Succes **/
.SuccesmesajTable
{
	background-color: #99CCFF;
	border-collapse: inherit;
	display: block;
	overflow: auto;
	color: #FFFFFF;
	width: 100%;
	height: 60px;
	background-image: url(../images/sonloop.jpg);
	border-color: #DEE8F2 #DEE8F2 #DEE8F2 #DEE8F2;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.SuccesmesajImg
{
	vertical-align: top;
	text-align: left;
	width: 10px;
	height: 20px;
	background-color: White;
}
.SuccesmesajTitle
{
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	color: #339966;
	font-size: larger;
}
.SuccesmesajText
{
	background-color: #00CC66;	
	height: 60px;
}

/** Warning **/
.WarningmesajTable
{
	background-color: Olive;
	border-collapse: inherit;
	visibility: collapse;
	display: block;
	overflow: auto;
	color: Black;
	width: 100%;
	height: 50px;
	background-image: url(../images/bitenlerloop.jpg);
	border-color: #DEE8F2 #DEE8F2 #DEE8F2 #DEE8F2;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.WarningmesajImg
{
	vertical-align: top;
	text-align: left;
	width: 20px;
	height: 20px;
	background-color: White;
}
.WarningmesajTitle
{
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	height: 20px;
	width: 480px;
}
.WarningmesajText
{
	font-family: Arial;
	height: 60px;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
