﻿/*

D_imgray = #696969
W_hitesmoke = #f5f5f5
L_ightgrey = #d3d3d3
Markera element i listor = #f4a460
*/

/* Additional content styles - by VDT - start */

/* links */

div.code
{
	background-color: #eeeeee;
	border-right: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	margin-left: 5px;
	padding: 5px;
	width: 100%;
}

div.note
{
	border: #d3d3d3 1px solid;
	padding: 15px;
	background-color: #e4edff;
	width: 95%;
}

a
{
	color: #58595b;
	text-decoration: underline;
}

name
{
	color: #58595b;
}
/* header section - start */

div#header 
{
	position: relative;
	background-image: url('../images/bg_top.png');
	height: 60px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #4D4E50;
}
div#content 
{
	font-size:small;
	margin-left: 20px;
	margin-top: 10px;
	/*max-width: 920px;*/
}

body
{
	background:	#FFFFFF;
	color: #393939;
/*	font-size: 10px;*/
	font-family:	Verdana;
	font-style: normal;
	font-weight: normal;
	margin-top:	0;
	margin-bottom:	40;
	margin-left:	0;
	margin-right:	0;
	width:	100%;
}
/* body section - end   */

/* h1 headings - start */
h1
{
	color: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	text-indent: 270px;
	margin-top: 25px;
}
/* h1 headings - end   */

/* h3 headings - start */
h3
{
	color: #414143;
	font-size: small;
	font-weight: bold;
	margin-top: 11px;
	font-family: Verdana;
}
/* h3 headings - end   */

/* h2 headings - start */
h2
{
	background-color: #dbdad8;
	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	font-family: Verdana;
	height: 21px;
	padding-left: 4px;
	padding-top: 3px;
	color: #4b4a4b;
	border: 1px solid silver;
	width: 100%;
}
/* h2 headings - end   */

p
{
	margin-left: 10px;
	max-width: 700px;
}

 
/* div.orangeline
{
	margin: 0;
	width: 100%;
	height: 1px;
	padding: 0;
	background: #faa61d;
	font-size: 1px;
	padding-left: 10px;
	margin-left: 5px;
	width: 968px;
}*/

div.hr1 
{
	margin: 0;
	width: 100%;
	height: 1px;
	padding: 0;
	background: #C8CDDE;
	font-size: 1px;
}

ol
{
	margin-left: 55px;
	line-height: 18px;
}

ul
{
/*	margin-left: 55px;*/
	line-height: 16px;
	vertical-align:middle;
}

li.menuitem
{
	line-height: 16px;
	list-style-image: none;
	list-style: none;
}

img.cutout
{
	margin-left: 35px; 
	border: 1px solid gray;
}
/* unnumbered lists with icons */
ul.classlist
{
	list-style-image: url("../icons/pubclass.gif");
	vertical-align:middle;
}
ul.methodlist
{
	list-style-image: url("../icons/pubmethod.gif");
}
ul.eventlist
{
	list-style-image: url("../icons/pubevent.gif");
}
ul.propertylist
{
	list-style-image: url("../icons/pubproperty.gif");
}
ul.filelist
{
	list-style-image: url("../icons/file.gif");
}

ul.newlist
{
	list-style-image: url("../icons/graph_node.png");
}

ul.interfacelist
{
	list-style-image: url("../icons/pubinterface.gif");	
}

ul.gray
{
	list-style-image: url("../icons/bullet_ball_grey.png");	
}
/* List items with different icons */
li
{
	padding-left: 3px;
	margin-top: 5px;
}

li.interface
{
	list-style-image: url("../icons/pubinterface.gif");	
}
li.file
{
	list-style-image: url("../icons/file.gif");
}

li.class
{
	list-style-image: url("../icons/pubclass.gif");
}
li.method
{
	list-style-image: url("../icons/pubmethod.gif");
}

li.property
{
	list-style-image: url("../icons/pubproperty.gif");
}


/* Table settings - start */
table
{
	/*border: 1px solid #444444;	*/
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

table tr
{
	vertical-align: top;
}

table thead
{
	background-color: #d3d3d3;
	border-bottom: 1px solid #9e9e9e;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family:Verdana;
}

table td
{
	background-color: #f5f5f5;
	border-bottom: 1px solid #D5D5D3;
	border-left: 1px solid #D5D5D3;
	border-right: 1px solid #D5D5D3;
	padding-left: 10;
	padding-right: 5;
	margin: 1px;
	font-family:Verdana;
}


/* Table settings - end   */


/* Additional content styles - by VDT - end   */

