/* Default CSS Stylesheet for a new Web Application project */

body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TreeView styling for bootstrap */
.treeview {
    width: 100%;
}

.treeview a {
    padding: 3px 5px;
    display: block;
}

.treeview a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

/* GridView pagination styles */
.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #f78f1e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

A:link
{
	text-decoration:	none;
	color:	#3333cc;
}
A:visited
{
	text-decoration:	none;
	color:	#333399;
}
A:active
{
	text-decoration:	none;
	color:	#333399;
}
A:hover
{
	text-decoration:	underline;
	color:	#3333cc;
}
.TEXTBOX 
{
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #f78f1e;
	font-family: Verdana;
	font-size: 11px;
}
.TEXTBOX_BLAD 
{
	padding-left: 3px;
	padding-right: 3px;
	border: #f78f1e 1px dotted;
	font-family: Verdana;
	font-size: 11px;
}
.dgHeader
{
	background-color: #f78f1e;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.dgItem
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
}
.dgAItem
{
	background-color: #EFEFEF;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}
.dgFooter
{
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}
.dgTable
{
	border: solid 1px Gray;
}
.dgSItem
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: black;
}
.dgSItem A:link
{
    font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: black;
	text-decoration:	none;
}
.dgSItem A:visited
{
    font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: black;
	text-decoration:	none;
}
.dgSItem A:active
{
    font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: black;
	text-decoration:	none;
}
.dgSItem A:hover
{
    font-family: Verdana;
	font-size: 11px;
	color: white;
	background-color: black;
	text-decoration: underline;
}
.Komunikat
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #f78f1e;
}
.header 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.description
{
	font-family: Verdana;
	font-size: 12px;
}
.normal
{
	font-family: Verdana;
	font-size: 11px;
}
.button
{
	font-family: Verdana;
	font-size: 11px;
	min-width: 80px;
	color: White;
	background-color: #f78f1e;
	border: 1px Solid Black;
}
.hidden
{
    display: none;
}

.visible
{
	display: block;
}

.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup 
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
