body {
	background: #ffffff;
	margin: 0 0 0 0;
}
p.margin {padding:0px;margin:0px; margin-bottom:0px;}

body, p, li, td, th, h1, h2, h3 {
	font-family: Times;
}
DL,DD {padding:0px; margin:0px;}

UL, OL, DL, DD {margin-left:5pt; margin-top:0; margin-bottom:0;}
DL,DD {margin-left:10pt; margin-top:0; margin-bottom:0;}
.indent { margin-left:10pt; margin-top:0; }

LI {
	line-height:15pt;
	padding:0px; margin:0px;
}

h1 { font-size: 160% }
h2 { font-size: 130% }
h3 { font-size: 110% }

a.createlink, a.createlink:hover { 
	font-size: 12px; 
	margin: 5 5 5 5; 
	padding: 0 3 0 0; 
	border: 1px dashed #aaaaaa; 
	text-decoration: none;
	background: red; 
	color: white; 
}
a.createlink:hover { 
	background: white; 
	color: red; 
}

table.msg th { background: white; color: black; vertical-align: top; }
table.msg td { vertical-align: top; }

td.tmpl_header {
	background-image: url(/I3/pub/skins/Main/images/bkg-top.gif);
	border-bottom: 1px solid Black;
}

td.tmpl_footer {
	background-image: url(/I3/pub/skins/Main/images/bkg-bottom.jpg);
	border-top: 1px solid Black;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80%;
	color: #ffffff;
}

td.tmpl_footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

td.tmpl_footer a:hover {
	text-decoration: underline;
}

td.tmpl_editbar {
	background: #0b397d;
	color: #888888;
	border-bottom: 1px solid Black;
	padding-bottom: 1px;
	padding-right: 10px;
}

td.tmpl_editbar a {
	color: #ffffff;
	text-decoration: none;
}

td.tmpl_editbar a.special {
	font-style: italic;
}

td.tmpl_editbar a:hover {
	text-decoration: underline;
}

td.tmpl_menu {
	background: #dddddd;
	color: #555555;
	border-right: 1px dashed Black;
	padding: 5px 10px 50px 5px;
}

td.tmpl_menu a {
	color: #0d4292;
	text-decoration: none;
}

td.tmpl_menu a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #0d4292;
	margin-top: 0;
}

td.tmpl_content {
	padding: 10px 50px 10px 10px;
}

ul.menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul.menu li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(/I3/pub/skins/Main/images/b.gif);
	border-bottom: 1px dashed White;
}


th { font-weight: bold; color: #FFFFFF; background: #124694 }
th.l1 { font-weight: bold; text-decoration: underline; color: #EEEEEE; background: #2e2592 }
th.l2 { font-weight: bold; background: #EEEEEE }
th.vbig { font-size: 24px }

tr.lp { background: #FFFFFF }
tr.ld { background: #FDFDAD }
tr.special { background: #FDcD8D }
tr.note { background: #FDFDAD } 

p.errorbox { 
 	font-weight: bold; 
	text-indent: 0em; 
	text-align: center; 
	background: #ffcccc; 
	color: #ff0000; 
	border: 1px solid #ff0000; 
	padding: 5 5 5 5; 
	margin: 0 30 0 30; 
}
p.errorbox a { color: #ff0000; }

.error {
 	font-weight: bold; 
	color: #ff0000; 
	
}


table.stats td {
	font-family: Arial;
	font-size: 12px;
}

table.stats_graph td {
	background-image: url(/I3/pub/skins/Main/images/stats1.gif);
	border: 1px solid Black;
	padding: 0 2 0 2;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

table.stats_graph td.bar2 {
	background-image: url(/I3/pub/skins/Main/images/stats2.gif);
}

table.stats_graph td.bar3 {
	background-image: url(/I3/pub/skins/Main/images/stats3.gif);
}

table.stats_graph td.bar4 {
	background-image: url(/I3/pub/skins/Main/images/stats4.gif);
}

table.form th, table.form td.th { background: #DDDD9D }
table.form th.buttons { background: #000000 }
table.form td { background: #FDFDAD }
table.form td.h3 { font-size: 120%; font-weight: bold }
table.form td.h4 { font-size: 110%; font-weight: bold }
table.form td.h5 { font-weight: bold }

table.ranking td { text-align: center }


@media print {
	.print_break { page-break-before: always }
}		

