BODY
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	margin: 0px;
	border-left: 0px;
	padding-top: 10px;
	border-bottom: 0px;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 10px;
}
#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;
}

.ButtonFlat
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 10px;
	border-left: 1px solid;
	cursor: hand;
	color: white;
	border-bottom: 1px solid;
	font-family: Verdana,Arial;
	background-color: "CC0000";
}

table 
{
	color: #333;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.PortalTable
{
	background-color: WhiteSmoke;
	border-color: #404040;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

th 
{
      vertical-align: top;
      background-color: Maroon;
      color: White;
      font-size: 10px;
}

td 
{
      vertical-align: top;
      font-size: 10px;
}

.Header
{
	background-image: url(/common/stylesheet/article_header.gif);
	color: Black;
}


/* 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
{
	padding: 0px;
	margin: 0px;
	border-bottom: #ccc 1px solid;
	background-color: #10223c;
}

.clsStaticMenuItem2
{
	text-align: center;
	border-right: green 5px solid;
	padding: 0px;
}

.clsStaticMenuItem
{
	text-align: center;
	border-right: #ccc 1px solid;
	padding: 0px;
}

/* others  */

UNKNOWN
{
	font-size: 100%;
}

#img
{
	border:none;
}

#content
{
	background-color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

#content ul
{
	margin-left: 0;
	padding-left:0;
}

SELECT
{
	height: 25px;
	font-size: 100%;
}

INPUT
{
	height:auto;
	font-size: 100%;
}

TEXTAREA
{
	height:auto;
	font-size: 110%;
}

H2, H3, H4, H5
{
	color: #cc0000;
	font-weight: 1000;
}

H1
{
	margin-top: 10px;
	font-size: 120%;
	margin-bottom: 30px;
	color: #cc0000;
}
H2
{
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}
H3
{
	font-size: 100%;
}
H4
{
	font-size: 100%;
}
H5
{
	font-size: 100%;
}
h6
{
	font-size: 100%;
}

a:hover 
{
      color: crimson;
	  border-bottom: none;
      font-weight: bold;
      text-decoration:none;
      font-size: 100%
}

a
{
	color: Black;
	border-bottom: 1px dotted crimson;
	font-weight:normal;
	text-decoration:none;
	font-size: 100%
}

.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: #5f779a;
}

#footer table
{
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 0px;
	color: white;
}

#toverstudio 
{
	text-align: center;
}


.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;
}

#util img
{
	border:none;
}

#util h4
{
	color:#532E63;
}
#util h5
{
	letter-spacing:.1em;
}

#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 --------------------------- */

	#header, #utilMenu, #mainMenu, #siteMapPath, #util
	{
		visibility: hidden;
	}

	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;
	}

	#MyPage_DataGrid1, #footer
	{
		width: 630px;
	}


}

@MEDIA screen 
{
	BODY
	{
		text-align: left;
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='White', EndColorStr='LightGrey');
		background-color: White;
	}

	#header
	{
		padding: 0px;
		margin: 0px;
		background-image: url(images/banner.jpg);
		height: 157px;
	}

	#canvas
	{
		width: 750px;
		font-size: 10px;
	}
	
	#util 
	{
		width: 180px;
	}

	table 
	{
		font-size: 10px;
	}

	#content
	{
		padding-bottom: 1px;
		padding-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 10px;
		background-color: whitesmoke;
	}

	#content li
	{
		padding-left: 19px;
		background: url(/common/stylesheet/vinkje.gif) no-repeat 0px 0px;
		list-style-type: none;
	}

	hr 
	{
		border: dotted 1px #263f5f;
		height: 0px;
	}

	/* ----------------------------- util balk --------------------------- */
}