#buttons
{
	border-style: none;
}

/*
****************************************************************

	Menu

****************************************************************
*/

#menu
{
	background: url("../images/inklen_logo_top.png") no-repeat 0px 44px;
	line-height:35px;
	color:#81D7DF;
	width: 95%;
	height: 115px;
	margin:0;
	margin-left: -10px;
	padding:0;
	text-decoration: none;
}

#menu .navitem 
{
	margin-top: 80px;
	float:left;
	vertical-align:bottom;
}

#menu a
{
	color:#a0a0a0;
	text-decoration:none;
	background:inherit;
}

#menu a:visited
{
	color:#a0a0a0;
	text-decoration:none;
	background:inherit;
}

#menu .navitem ul
{
	list-style:none;
	margin:0;
	padding:0 10px 0 50px;
}

#menu .navitem ul li
{
	display:inline;
}

#menu .navitem a
{
	float:left;
	background:transparent;
	text-decoration:none;
	margin:0;
	padding:0 0 0 4px;
}

#menu .navitem a span
{
	display:block;
	background:transparent;
	margin-right:2px;
	float:none;
	padding:0 15px 0 10px;
}

#menu .navitem a:hover span
{
	color:#fff;
}

#menu .navitem a.selected span
{
	color: #09f;
}

#menu .navitem a:hover.selected span
{
	color: #fff;
}


#menu .navitem a:hover
{
	color: #fff;
}

#menu .navitem a.selected
{
	color: #09f;
}

/*
****************************************************************

	Main content containers

****************************************************************
*/

body
{
	background:#fff url("../images/top_background.jpg") repeat-x top;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:8pt;
	color:#000;
}

body.print
{
	background:#fff;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:8pt;
	color:#000;
}

#content
{
	width:765px;
	background:transparent;
	margin:0 auto;
	padding:0;
}

#maincontent
{
	width:95%;
	background:transparent;
	padding-top:35px;
	float:left;
	padding-bottom:10px;
}

#maincontent h2
{
	color:#555;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:19px;
	background:inherit;
	margin:0 0 5px;
}

#maincontent h2 a
{
	color: #2e78d9;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:19px;
	background:inherit;
	margin:0 0 5px;
}

#maincontent h2 a:hover
{
	color: #215ca9;
	text-decoration:underline;
	background:inherit;
}

#maincontent .underline
{
	border-bottom:1px dotted #ddd;
	margin-bottom: 5px;
}

#maincontent h3
{
	font-size:11px;
	color: #555;
	background:inherit;
}

#maincontent h3.p_col2
{ 
	font-size: 2em; 
	color: #4c4c4c;
	font-weight: bold;
	padding-bottom: 10px;
}

#maincontent p
{
	color:#666;
	line-height: 1.4em;
	font-size: 1em;
	font-family: Tahoma, Sans-Serif;
	text-decoration:none;
	background:inherit;
	margin:0;
	padding: 1px 0 25px;
}

/*
****************************************************************

	Columns

****************************************************************
*/

#left_side
{
	background:transparent;
	margin-bottom:25px;
	margin-top:5px;
}

#left_side.p_index
{
	width:456px;
}

#left_side.p_col2
{ 
	width: 205px; 
	float: left;
}

#left_side.b
{
	float: right;
	clear: none;
}

#right_side
{
	background:transparent;
	float:right;
	clear:none;
}

#right_side.col
{ 
	width: 200px; 
	margin-top: 20px;
	margin-right: 10px;
}

#right_side h3
{
	height:22px;
	background: transparent;
	color: #555;
	border:0;
	font:bold 1em "Arial", Sans-Serif;
	float:none;
	margin-top:5px;
	padding:5px 0 0 7px;
}

#right_side .lcontent
{
	background: transparent;
	border:1px dotted #ccc;
	margin-bottom:15px;
	color:#555;
}

#right_side .lcontent p
{
	background:inherit;
	padding:5px 12px 8px;
}

#right_side .underline
{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom:1px dotted #ddd;
	margin-bottom: 5px;
}

#right_side ul
{
	padding-left:10px;
	background:inherit;
	color:#575757;
}

#right_side li
{
	list-style-type:none;
	width:95%;
	margin:0;
	padding:0;
	line-height: 1.4em;
	color:#666;
}

#right_side img
{
	border: 3px solid #2e78d9;
}

#right_side.col div.button
{
	border: none;
	float: none;
	padding-left: 22px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#right_side.col img
{
	border: none;
	float: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*
****************************************************************

	Footer

****************************************************************
*/

#footer
{
	bottom:0;
	clear:both;
	text-align:left;
	margin-top:1px;
	margin-bottom:5px;
	color:#888;
	background: transparent;
	height:auto;
	width:93%;
	top:10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding:7px;
}

#footer .right
{
	float:right;
	clear:both;
	top:10px;
	margin-top:1px;
}

#legal
{
	bottom:0;
	clear:both;
	text-align:left;
	margin-top:2em;
	margin-bottom:5px;
	color:#888;
	background: transparent;
	height:auto;
	width:93%;
	top:10px;
	border: none;
	padding:7px;
}


/*
****************************************************************

	Global

****************************************************************
*/

*
{
	margin:0;
	padding:0;
}

a
{
	color: #009BFF;
	text-decoration:none;
	background:inherit;
}

a:hover
{
	text-decoration:underline;
	color: #009BFF;
}

h1
{
	color: #555;
	margin-bottom: 20px;
}

h3 
{
	font-size : 11px;
	font-weight : normal;
	color : #fff;
	margin : 0;
	border-style: none;
	text-decoration: none;
}

h3:hover 
{
	font-size : 11px;
	font-weight : normal;
	color : #fff;
	margin : 0;
	text-decoration: none;
}

h4.title  
{
	font-weight: bold;
	font-size: 1.3em;
}

strong
{
	color: #555;
}

img
{
	border: none;
	float:left;
	padding:0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

img.borderless
{
	float:left;
	margin-top:5px;
	margin-bottom:-1px;
	border-style:none;
}

ol li
{
	list-style-type:decimal;
}

p.copy
{
	font-size:.9em;
}

p.header
{
	width: 40%;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 25%;
	padding-bottom: 10px;
}

p.center
{
	width: 100%;
	color: #4a4a4a;
	font-size: 1.0em;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.4em;
}

p.error
{
	font-size: 1.0em;
	padding: 1.0em;
	border: 1px solid #34a3f4;
	background-color: #FFC;
}


/*
****************************************************************

	Lists

****************************************************************
*/

ul .nav-left li,
ul .nav-right li
{
	height:auto;
	list-style-type:none;
	width:95%;
	margin:0;
	padding:0;
}

ul .nav-left li a,
ul .nav-right li a
{
	width:auto;
	color:#666;
	background-color:inherit;
	text-decoration:none;
	border-bottom:1px solid #eee;
	height:auto;
	list-style-type:none;
	display:block;
	position:relative;
	padding:5px;
}

ul .nav-left li a:hover,
ul .nav-right li a:hover
{
	color: #464646;
	background-color: #c0e6ff;
	border-bottom:1px solid #E3EFFF;
	height:auto;
	list-style-type:none;
	width:auto;
}

/*
****************************************************************

	Forms

****************************************************************
*/

fieldset
{
	border:1px dotted #ddd;
	padding: 8px;
}

fieldset legend
{
	color: #555;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

form ul li
{
	height:auto;
	list-style-type:none;
	width:95%;
	margin:10px !important;
	padding:0;
}

form ul li label
{
	color: #666;
	display: inline;
	float: left;
	width: 100px;
}

#Form
{
	margin-bottom: 30px;
}

#Form .Button
{
	width:auto !important;
	background-color:#fff;
	border:1px dotted #ddd;
	color:#0099FF;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding:12px;
	text-decoration:none;
	width:auto;
}

#Form .Button:hover
{
	width: auto;
	cursor: pointer;
	color:#06A;
	background-color: #eee;
	border:1px dotted #666;
}

#Form .Button.DownloadButton
{
	inherit: none;
	width: 153px !important;
	height: 48px;
	background: url("../images/download_button.png");
	border: none;
	cursor:pointer;
	margin-left: 140px;
}

#Form .Button.DownloadButton:hover
{
	inherit: none;
	width: 153px !important;
	height: 48px;
	background: url("../images/download_button.png");
	border: none;
	cursor:pointer;
	margin-left: 140px;
}

input.text
{
	color:#000;
	border:1px solid #E6E6E6;
	background:inherit;
}

textarea.text
{
	font-size:8pt;
	border:1px solid #E6E6E6;
}

input.text:hover, textarea.text:hover
{
	border:1px solid #D6D6D6;
}

input, textarea
{
	border:1px solid #ddd;
}

input:hover, textarea:hover
{
	border:1px solid #bbb;
}

form
{
	display:inline;
	margin:0;
	padding:0;
}

textarea
{
	font-family: inherit;
}

form img
{
	margin-bottom: 0;
}

label
{
	padding-right: 46px;
	font-weight: normal;
	font-style: normal;
}

label.required
{
	padding-right: 46px;
	font-weight: normal;
	font-style: normal;
}

label.missing
{
}

/*
****************************************************************

	Manual

****************************************************************
*/

#version_list li
{
	list-style-type:disc !important;
	margin: 0 0 0 1em !important;
}

#left_side ul
{
	padding: 1px 0px 25px 10px;
	background:inherit;
	color:#575757;
}

#left_side ul li
{
	list-style-type:none;
	width:95%;
	margin:0;
	padding:0;
	line-height: 1.4em;
	color:#666;
}

#left_side ol
{
	padding: 1px 0px 25px 30px;
	background:inherit;
	color:#575757;
}

#left_side ol li
{
	list-style-type:decimal;
	//list-style-type:none;
	width:95%;
	margin:0;
	padding:0;
	line-height: 1.4em;
	color:#666;
}

