/*
	CssTitle=Proxymizer
	CssDefault=true
	CssMedia=screen
	!
*/

/* LAYOUT */

html
{
	overflow: hidden;
}

body
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

#Navigation, .Main
{
	top: 0px;
	bottom: 0px;
}

#Navigation, #Logos
{
	position: absolute;
	width: 200px;
}

#Logos
{
	bottom: 0;
}

.Main
{
	position: fixed;
	left: 200px;
	right: 0;
	padding-top: 20px;
}

.Main
{
	overflow: auto;
}

#SmallCC
{
	display: none;
}

/* STYLE */

body
{
	font-family: Calibri, Tahoma, Sans-Serif;
	font-size: 80%;
}

p
{
	margin-top: 6px;
	margin-bottom: 0px;
}

em
{
	font-style: italic;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bolder;
}

/* page title */
h1
{
	font-size: 200%;
	margin-top: 30px;
	margin-bottom: 15px;
}

h2
{
	font-size: 160%;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* news title */
h3
{
	font-size: 120%;
	margin-top: 15px;
	margin-bottom: 8px;
}
/* h4...h6 are unused for now */
h4
{
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5
{
	font-size: 120%;
	margin-top: 3px;
	margin-bottom: 1px;
}
h6
{
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul
{
	margin: 0;
	padding: 0;
}

li
{
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0;
	list-style-position: outside;
}

.Main
{
	padding-left: 40px;
	padding-right: 60px;
	padding-bottom: 100px;
}

blockquote
{
	margin: 0;
	font-size: 80%;
}

#Navigation, #Logos
{
	padding-left: 10px;
	padding-top: 20px;
}

#Navigation
{
	border-right: gray 2px dotted;
	background-color: #FFE000;
	color: inherit;
}

.NavigationHeader
{
	margin-left: 10px;
	margin-bottom: 5px;
}

.NavigationEntry
{
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.NavigationEntry:hover
{
	background-color: #FFF;
}
.NavigationLink:hover
{
	background-color: Transparent;
}

.NavigationBreak
{
	display: none;
}

.NavigationEntryTitle
{
	display: block;
}

.NavigationEntryLegend
{
	position: relative;
	top: -1px;
	font-size: 80%;
	font-weight: normal;
	line-height: 70%;
}

#Logos
{
	padding-bottom: 20px;
}

a
{
	color: #444;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	/*	background-color: #444; 	color: #FFF;*/
	background-color: #FFE000;
}

.aimg
{
	border: none;
}

.aimg:hover
{
	background-color: transparent;
}

.smiley
{
	vertical-align: middle;
}

.titleimg
{
	vertical-align: middle;
	margin-right: 20px;
}

.code
{
	font-family: Consolas, Andale Mono, Lucida Console, Monospace;
}

.Feature
{
	font-weight:bolder;
	width: 200px;
	padding-right: 10px;
}

.FeatureDetails
{
	font-size: 90%;
}

#Irrepressible
{
	position: absolute;
	right: 20px;
	top: 20px;
}

table
{
	border-collapse: collapse;
	empty-cells: hide;
	border: none;
}

.TableHeader
{
	background-color: #FFE000;
	font-weight: bold;
}

.TableEven
{
	background-color: #FFF;
}

.TableOdd
{
	background-color: #EEE;
}

.TableFeature
{
	width: 200px;
}
