/*#############################################################
Name: Gemstone
Date: 2006-05-30
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/bg_grey.jpg) repeat-x;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
#tablist{ padding: 3px 0; margin: 0; float: left;}
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #808080 url(images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #3F59A5 url(images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #3F59A5 url(images/corner.gif) no-repeat top right;
		color: #fff;
		padding: 6px 22px;
	}
	#tablist .key { text-decoration: underline; }
p {
	margin-bottom: 1.2em;
}
#submenu ul {
	margin: 0 0 10px 22px;
}
#submenu  ul li {
  float: left;
  height: 46px;
  background: url('images/subtab_leftbord.jpg') no-repeat right center;
  display: inline;
}
#submenu ul li.submenu_li_lastchild {
  background: none;
}

#submenu ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  float: left;
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#submenu  ul li a:hover {
  text-decoration: underline;
}

#submenu  ul li div {
  border: 0px solid #D90F0F;
  margin: 11px 8px 12px 8px;
  float: left;
  display: inline;
}


li
{ 
	/*list-style-image: url(img/li.gif);*/
	 
	 }
ul.subnav_web_templates li div.submenu_div_firstchild {
  margin-left:42px;
}
a { color: #333; background: inherit; }

/* Misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #3D5;
	clear: both;
	/*background: #333 url(img/bgsubtitle.gif) repeat-x;*/
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 16px 12px 16px;
	/*padding: 12px 12px;*/
	padding-left: 12px;
	font-size: 12px;
	line-height: 1.5em; 
}


/* Top & Header */
.top {
	background: url(img/top.gif);
	color: #FFF;
	height: 45px;
	width: 939px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url(img/header.gif); 
	height: 101px;
	width: 939px; 
}


/* Menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #555; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}


/* Left side */
div.content_left {
	margin: 1px;
	width: 937px;
}
div.mainTitle {
	background: #3F59A5 url(img/bgdate.gif) repeat-x;/*#0070CD*/
	color: #3F59A5;
	font-weight: bold;
	padding: 10px;
}

p.date { font-size: .7em; padding :0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		
div.newsitem {
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsitem img {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}


/* Right side */
div.content_right {
	width: 331px;
	position: absolute;
	top: 16px;
	left: 620px;
}
.login {
	background: url(img/bg_navitem.gif) repeat-x #FFF bottom left;
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}

div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}

div.links a.text {
	display:inline;
	color: #FFF;
	/*font: normal 85% Tahoma,sans-serif;*/
	padding: 0px 0 0px 0px;
	background-image: none;
	background-color:Transparent;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url(img/bgsubtitle.gif) repeat-x;
	color: #FFF;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}

/* Footer */
div.footer {
	background: #F0F0F0 url(img/bgdate.gif) repeat-x;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 924px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}

div.menu .desc {
	/*background: #4B4B4B;*/
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 203px;
	height: 90px;
}

.homeLists {

		padding: 8px;	
		margin: 0 0 10px 0;
		
		width:300px;
		background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	}

.content 
{
	padding: 0 10px 0 10px;
	
}
.image { float: left; margin: 0 9px 3px 0; }

/*
The Next Level
*/

.buttonRow
{
	background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 3px 10px;
		margin: 15px 0 15px 0;
		width:100%;
}
.button {margin:2px; padding: 2px;font-weight:bold;/* padding: 4px; font: bold 1em Arial, Sans-Serif;*/ }

/* Grid View */
.dataViewHeader {
		margin: 0 0 10px 0;
		padding: 2px  4px;
		background: #333 url(img/bgsubtitle.gif) repeat-x;
		color: #ffffff;
		border-bottom: 1px solid #ccc;
		height: 22px;
		text-align: center;
	}

.dataViewRow {
		padding: 2px 4px;
		background: url(img/bg_navitem.gif) repeat-x #FFF;
		height:22px;
		color: #303030;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	
.dataView {
		margin: 0 0 10px 0;
		padding: 8px;
		
		
	}
	
.searchPanel
{
	/*background: #FFF;
		color: #666666;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
		width:100%;
		*/
		background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}

.viewPanel
{
	padding: 8px;	
	width:100%;
}
.viewFields
{
	color: #808080;
		text-align: right;
		font-weight:normal;
		width:150px;
}
.viewPanelTitle 
{
	font: 1.1em Tahoma, Arial, sans-serif;
		font-weight:bold;
		padding-bottom: 5px;
		color:#333;
		border-bottom: 1px solid #ccc;
	}
.viewGroupContainer 
{
	/*background: #f4f4f4;*/
		color: #454545;
		font-weight:bold;
		padding-top: 10px;
		padding-left:20px;
		/*border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;*/
		
		/*margin: 15px 0 15px 0;
		
	
		padding-top: 10px;
		padding-left:20px;*/
	}

.viewBody {
		width:100%;
	}
.editPanel
{
	/*background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 10px 15px 15px 15px;
		margin: 0px 0 15px 0;*/
	/*border: 1px solid #ccc;*/
		padding: 8px;	
		margin: 0 0 10px 0;
		/*background: #eee;*/
		color: #454545;
		width:100%;
}

.editPanelTitle 
{
	font: 1.1em Tahoma, Arial, sans-serif;
		font-weight:bold;
		padding-bottom: 5px;
		color:#333;
		border-bottom: 1px solid #ccc;
	}
	
.editGroupContainer {
		padding-top: 10px;
		padding-left:20px;
	}

.editBody {
		width:100%;
	}
.ContentPanePanelTitle
{
	font: 1.1em Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding-top: 10px;
		padding-bottom: 5px;
		color:#333;
		
}

	
.requiredField
{
	color: Maroon;
	font-weight:bold;
}

.x-date-inner {
   width:200px !important; 
}
table.x-date-inner {
   width:200px !important;
}

