.container {
	background: transparent;
	border: none;
	text-align: center;
}
/* Modern Blue Colour Scheme for Visual Log 2x

A Modern Blue Colour Scheme based on Pale Blue Silver and the Old Classic Blue Colour Scheme from VLog 1x

*/

/* General Formatting Classes */

BODY {
	background: rgb(219,220,238);
	color: rgb(0,0,0);
	font-family: "Verdana";
	font-size: 10pt;
}

A:link {
	color: rgb(0,0,128);
}

A:visited {
	color: rgb(0,0,128);
}

A:active {
	color: rgb(0,0,128);
}

A:hover {
	color: rgb(0,0,128);
	background: rgb(104,156,208);
}

INPUT {
	color: rgb(0,0,128);
	background: rgb(219,220,231);
	border: 1px solid rgb(0,0,128);
}

TEXTAREA {
	color: rgb(0,0,128);
	background: rgb(219,220,231);
	border: 1px solid rgb(0,0,128);
}

SELECT {
	color: rgb(0,0,128);
	background: rgb(219,220,231);
	border: 1px solid rgb(0,0,128);

}

DIV {
	border: 1px solid rgb(0,0,128);
	text-align: left;
	padding: 5px;
}

TABLE {
	border: 1px solid rgb(0,0,128);
}

TD, TH {
	text-align: left;
	padding: 5px;
}

IMG {
	border: none;
}

/* 'small' classes are used for elements containing smaller text */

.small {
	font-size: 8pt;
}

/* 'header' classes for Header Content */

DIV.header {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}

TH.headertitle, TD.headertitle {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}

TD.headermain {
	background: rgb(219,220,231);
}

/* 'main' classes for Single Item Content and Form background etc. */

TH.maintitle, TD.maintitle {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}


/* 'content' classes for Multi Item Content etc */

TH.contenttitle, TD.contenttitle {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}


/* 'console' classes for Admin Console */


TH.consoletitle {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}


/* 'footer' classes for Footer Content */

DIV.footer {
	background: rgb(219,220,231);
	text-align: center;
}

TD.footermain {
	background: rgb(104,156,208);
	text-align: center;
}

/* 'sidebar' classes for Sidebars */

TABLE.sidebar {
	border: 1px solid rgb(0,0,128);
}

DIV.sidebar {
	background: rgb(104,156,208);
}

TH.sidebartitle, TD.sidebartitle {
	background: rgb(104,156,208);
	color: rgb(0,0,128);
}

TD.sidebarmain {
	background: rgb(219,220,231);
}

/* 'navi' classes for Navigation Lists */

UL.navilist {
	color: rgb(0,0,128);
	list-style-type: square;
}

LI.navi {
	position: relative;
	left: -10px;
	list-style-type: square;
}

LI.navi_small {
	list-style-type: disc;
	
}
