﻿BODY
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}
#canvas
{
	border-right: #263f5f 1px solid;
	border-left: #263f5f 1px solid;
	border-bottom: #263f5f 1px solid;
	border-top: #223e5e 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px auto;
	padding-top: 0px;
	text-align: left;
	background: white;
}

table 
{
	color: #333;
	letter-spacing: 1px;
	line-height: 1.5em;
}


/* Util Menu  */

#utilMenu
{
	float: right;
	margin-right: -1px;
}

.clsUtilMenuItem
{
	text-align: center;
	border-right: #2d476b 1px solid;
	padding: 0px;
	color: #2d476b;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
}

.clsUtilMenuItemHover
{
	color: #C00000;
}

/* Main Menu  */

#mainMenu
{
	background-color: #10223c;
	height: 22px;
	padding: 0px;
	position: relative;
}

#mainMenu DIV UL
{
	list-style-type: none;
	margin: 0px;
	text-align: center;
}

#mainMenu DIV UL LI
{
	float: left;
}

#mainMenu DIV UL LI A
{
	background-color: #10223c;
	border-right: #ccc 1px solid;
	color: white;
	display: block;
	height: 19px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	width: 80px;
}

#mainMenu DIV UL LI A:hover
{
	background: #5f779a;
	border-bottom: 0px;
}

#mainMenu DIV UL LI A.AspNet-Menu-Selected
{
	background: #2d476b;
}

/* others  */

UNKNOWN
{
	font-size: x-small;
}

img
{
	border:none;
}

#content
{
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

#content ul
{
	margin-left: 0;
	padding-left:0;
}

H5, H4, H3, H2
{
    color: #C00000;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 300;
}

H1
{
	color: #C00000;
	font-weight: 500;
	font-size: 190%;
	line-height: 1.2em;
	margin-bottom: -12px;
	margin-top: 0px;
}
H2
{
	font-size: 180%;
}
H3
{
	font-size: 165%;
}
H4
{
	font-size: 130%;
}
H5
{
	font-size: 130%;
	margin-top: -2px;
	margin-bottom: -10px;
}
h6
{
	margin-top: -12px;
	margin-bottom: -15px;
}

a:hover 
{
	text-decoration: underline;
}

a
{
	color: #263f5f ;
	font-weight:bold;
	text-decoration:none;
}

.image
{
	border-right: #bfb660 3px solid;
	border-top: #bfb660 3px solid;
	float: left;
	vertical-align: text-top;
	border-left: #bfb660 3px solid;
	margin-right: 20px;
	border-bottom: #bfb660 3px solid;
}

#footer
{
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-image: url(images/dot_bkgd.gif);
	background-repeat: repeat;
}

#footer table
{
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 0px;
}

.kopje, .kopje2
{
	color: #C00000;
	font-size: 15px;
	font-weight: 400;
}

.kopje2
{
	margin-bottom: -20px;
}

.print A
{
	text-decoration: none;
	color: white;
}

.print A:hover
{
	background: #6d85a8;
	border-bottom: 0px;
}

.print img
{
	border:none;
	vertical-align: bottom;
}

/* ----------------------------- 3balk --------------------------- */
#util
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
	border-left: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
	color: #000;
	line-height: 1.5em;
	background-color: #EEEEEE;
	text-align: center;
	float: right;
	margin-left: 5px;
}

#util img
{
	border:none;
}

#util h4
{
	color:#532E63;
}
#util h5
{
	letter-spacing: normal;
}

#util A
{
	color: #263f5f ;
	font-weight: normal;
}

#util li 
{
	margin: 5; 
	padding: 0;
	list-style-type: none;
	display:block;
}

#util ul
{
	margin-left: 0;
	padding-left:0;
}



/* ----------------------------- Code --------------------------- */

div.dotnetcoders-code
{
	border: DarkGray 1px solid;
	font-size: xx-small;
	padding: 2px;
	color: rgb(0,0,0);
	font-family: "Verdana" , "Lucida Console" , "courier new" , courier;
	background-color: Gainsboro;
	letter-spacing: 0px;
	line-height: 1.3em;
}

div.dotnetcoders-code span.comment
{
	color: rgb(0,153,0);
}

div.dotnetcoders-code span.keyword
{
	color: rgb(0,0,255);
}

div.dotnetcoders-code span.string
{
	color: rgb(255,0,0);
}

div.dotnetcoders-code span.hexadecimal
{
	color: rgb(153,0,153);
}

div.dotnetcoders-code span.octal
{
	color: rgb(153,0,153);
}

div.dotnetcoders-code span.identifier
{
	color: rgb(0, 0, 0);
}

div.dotnetcoders-code span.userdefined
{
	color: rgb(51, 51, 0);
	font-weight: bold
}

/* ----------------------------- util favorites --------------------------- */

table.clsBlue {
	background-color : #263f5f;
}

table.clsBlue td {
	background-color : #f7f0f2;
	padding-left: 10px;
	padding-top: 5px;
}

table.clsBlue th {
	color : #FFFFFF;
	font-weight: bold;
}

table.clsBlue ul {
	margin-bottom : 5px;
	margin-left : 5px;
	margin-top : 5px;
}

/* ----------------------------- util Html2Xml --------------------------- */

table.clsHtml2Xml
{
	background-color: #ccd8e3;
	border: inset 2px #263f5f;
	width: 700px;
}

table.clsHtml2Xml th
{
	background-color: #BBBBBB;
	border: inset 1px black;
	padding: 2px 2px 2px 2px;
}

table.clsHtml2Xml td
{
	font-family: Courier New, Courier;
	border: inset 1px #263f5f;
	padding: 12px 12px 12px 12px;
}

@MEDIA print 
{
	BODY
	{
		text-align: left;
	}

	#canvas
	{
		border: #263f5f 0px solid;
		margin: 0px auto;
		font-size: 10px;
		position: static;
	}
	
	#util 
	{
		width: 1px;
	}


	/* ----------------------------- util balk --------------------------- */

	#util
	{
		display: none;
	}

	#siteMapPath
	{
		display: none;
	}

	#mainMenu
	{
		display: none;
	}

	#utilMenu
	{
		display: none;
	}

	#header
	{
		display: none;
	}

	table 
	{
		font-size: 10px;
	}

	/* others  */
	#header 
	{
		height: 0px;
	}

	#content
	{
		padding-right: 0px;
		padding-left: 0px;
		font-size: 10px;
	}

	#content li
	{
		margin-left: 20px;
		padding-right: 10px;
		list-style-type: square;
	}

	#footer
	{
		width: 630px;
	}


	#MyPage_DataGrid1
	{
		width: 630px;
	}


}

@MEDIA screen 
{
	BODY
	{
		background-color: #808080;
		text-align: center;
		/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D4D0C8', EndColorStr='#808080'); */
	}

	#header
	{
		padding: 0px;
		margin: 0px;
		background-image: url(images/banner.jpg);
		height: 157px;
	}

	#canvas
	{
		width: 785px;
		font-size: 12px;
	}
	
	#util 
	{
		width: 210px;
	}

	table 
	{
		font-size: 12px;
	}

	#content
	{
		padding-bottom: 1px;
		padding-top: 5px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 12px;
	}

	#content li
	{
		padding-left: 19px;
		background: url(images/bullet.gif) no-repeat 0px 4px;
		list-style-type: none;
	}

	hr 
	{
		border: dotted 1px #263f5f;
		height: 0px;
	}

	/* ----------------------------- util balk --------------------------- */
}

#topmenu
{
	float: right;
	margin-right: -1px;
}

#topmenu DIV UL
{
	clear: left;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	list-style-type: none;
	text-align: center;
}
#topmenu DIV UL LI
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
#topmenu DIV UL LI A
{
	border-right: #10223c 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #2d476b;
	padding-top: 0px;
	font-family: Verdana;
	font-weight: bold;
	height: 15px;
	text-align: center;
	text-decoration: none;
	voice-family: inherit;
}
#topmenu DIV UL LI A:hover
{
	color: #C00000;
	border-bottom: 0px;
}

.divSubscribe img
{
	vertical-align: middle;
}