/* Globetech Theme for Xaraya */
@import "vkit_print.css";

/* ====== Main (X)HTML Selectors - Typography, Colours and Positioning =========== */

body {
	width: 602px;
	background-color: #ffffff;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 10px;
}

img { border: 0px; }

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}

h1, h2, h3, h4 {
	font-family: helvetica, tahoma, arial, sans-serif;
	font-weight: bold;
	color: #333366;
	margin: .5em 0 .5em 0;
}

h1 {
	font-size: 18px;
	line-height: 19pt;
}

h2 {
	font-size: 16px;
	line-height: 17pt;
}

h3 {
	font-size: 14px;
	line-height: 15pt;
}

h4 {
	font-size: 12px;
	line-height: 12pt;
}


a:link 		{}
a:visited 	{}
a:active 	{}
a:hover 	{}

a:link:hover {
	color: #333366;
	text-decoration: underline;
} 

a:visited:hover {
	color: #F12600;
	text-decoration: underline;
} 

/* ====== Xaraya Markers ========================================================= */

.xar-title {
	font-size: 120%;
	line-height: 120%;
	text-decoration: underline;
}

.xar-menu-item {
	font-weight: bold;
}

li.xar-menu-item a {
	padding-left:10px;
}

.xar-menu-subitem {
	padding: 0;
}

ul.xar-menu-section, ul.xar-menu-item, ul.xar-menu-subitem {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

ul li.xar-menu-section {
	margin-top: 2px;
	font-family: helvetica, arial, verdana, sans-serif;
}

.xar-menu-section li {
	margin: 0 0 1px 0;
}

.xar-menu-section a {
	display: block;
	padding: 1px 0;
	width: 160px;
	text-decoration: none;
}

.xar-menu-section h4 {
	padding: 0 5px;
	margin: 1px 5px 5px 5px;
}

.xar-menu-section a:hover {
	background-color: #8296BB;
	text-decoration: none;
}

.xar-menu-section ul ul li {
	margin: 0 0 1px 10px;
}

.xar-menu-section ul ul a {
	display: block;
	padding: 1px 10px;
	width: 140px;
	background-color: #8296BB;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 12pt;
	
}

* html .xar-menu-item a, * html .xar-menu-item-current a {
	float:left;
	f\loat:none;
}

* html .xar-menu-section ul {
	height: 0;
}

* html .xar-menu-section a {
	width:170px;
	w\idth:160px;
}

* html .xar-menu-section ul ul a {
	width:160px;
	w\idth:140px;
}

.xar-menu-section ul ul a:hover {
	background-color: #BFD5FF;
	text-decoration: none;
}


li.xar-menu-section-current {
	background-color: #B1C2E3;
}

li.xar-menu-item-current {
	background-color: #E7EAEE;
}

li.xar-menu-item-current a {
	padding-left: 10px;
	margin-bottom:1px;
}

li li.xar-menu-subitem-current a, li.xar-menu-item-current a {
	background-color: #C7D2E2;
}

.xar-menu-subitem-current a:before {
	content: "\00BB \0020";
} 

div#adminnavigation {
        position: absolute;
	left: 1000px;
	top: 10px;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 3px;
	border-style: solid;
	margin-bottom: 2px;
	padding: 2px 0;
}

/*
MODULE rendering area and related rules 
-------------------------------------------------------------------------[comment] */
.xar-mod-head {
	font-family: helvetica, tahoma, arial, sans-serif;
	text-align: left;
	font-weight: bold;
	padding: .5em 0 ;
}

.xar-mod-title {
	font-size: 16px;
	font-weight: bold;
}

.xar-mod-body { }
.xar-mod-foot { }

/*
BLOCK rendering area and related rules 
-------------------------------------------------------------------------[comment] */
.xar-block-head-left {
	width: 100%;
	max-width: 175px;
	background-color: #cccccc;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
	padding: 0px 0px 0px 5px;
}

.xar-block-body-left {
	width: 100%;
	max-width: 175px;
	background-color: #ffffff;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	padding: 0px 0px 0px 5px;
	z-index: 17;
}

.xar-block-body-left a {
	font-weight: normal;
}

.xar-block-foot-left {
	padding: 6px;
}

.xar-block-head-right {
	background-color: #cccccc;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
	padding: 0px 0px 0px 5px;
}

.xar-block-body-right {
	background-color: #ffffff;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	padding: 0px 0px 0px 5px;
	z-index: 17;
}

.xar-block-body-right a {
	font-weight: normal;
}

.xar-block-foot-right {
	padding: 6px;
}


/* PAGE DESIGN */

/* Page Header
-------------------------------------------------------------------------[comment] */
div#main {
	width: 100%;
}

div#linkdate {
	width: 500px;
}
