table.licehead, table.liceinfo
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.licehead tr td
{
	background-color: #f0f0f3;
	padding: 10px 5px 10px 5px;
	text-align: left;
	font-size: 20px;
	color: #107DE2;
}

table.licehead tr td.bluetext
{
	color: #0f79c3;
}

table.liceinfo tr th
{
	background-color: #107DE2;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table.liceinfo tr th.dbluecell
{
	background: #0f79c3;
}

table.liceinfo tr td
{
	color: #000000;
	font-size: 12px;
	background-color: #f0f0f3;
	padding: 5px;
}

table.liceinfo tr td.bluecell
{
	background: #e2ebf2;
}

table.liceinfo tr td.whitecell
{
	background: #ffffff;
}

table.liceinfo tr td a.lightblue
{
	color: #116cb1;
	text-decoration: none;
}

table.liceinfo tr td a.lightblue:hover
{
	text-decoration: underline;
}

table.liceinfo tr td blockquote
{
	background-color: #F8F8F8;
	border: thin solid #bbbbbb;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	display: block;
}

table.liceinfo tr td blockquote div.quoteheader
{
	background-color: #F27704;
	margin: -5px -5px 5px -5px;
	padding: 4px 5px;
	color: #ffffff;
	font-weight: none;
}

p
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

p.bluebox
{
	background: #e2ebf2;
	padding: 5px;
	border: thin solid #bbbbbb;
}

table.invoice
{
	width: 450;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.invoice th
{
	font-size: 15px;
	font-weigth: bold;
	text-align: left;
}

table.invoice tr td.subline
{
	border-bottom: 1px solid #000000;
}

table.invoice tr td table
{
	width: 440;
	font-size: 11px;
	border-top: 1px dashed #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

table.invoice tr td table tr td
{
	border-bottom: 1px solid #000000;
	vertical-align: top;
}

table.invoice tr td table tr td.bordrig
{
	border-right: 1px solid #000000;
}

table.layoutgrid
{
	border-collapse: collapse;
	border: 0px;
	width: auto;
	padding: 0px;
	margin: 0px;
}

table.layoutgrid tr td
{
	vertical-align: top;
	padding: 6px 8px 12px 0px;
	width: auto;
}

table.layoutgrid tr td.first
{
	width: 150px;
}

ul.licemenu
{
	background-color: #f0f0f3;
	border: 1px solid #bbbbbb;
	width: 99%;
	padding: 7px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.licemenu li
{
	display: inline;
	background-color: #107DE2;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 2px solid #ffffff;
	margin-right: 3px;
	line-height: 22px;
}

ul.licemenu li a
{
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


table.registerphases
{
	width: 100%;
	border: 0;
}

table.registerphases tr td
{
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

table.registerphases tr td.phasetitle
{
	font-size: 18px;
	font-weight: bold;
}

table.registerphases tr td.phase
{
	font-size: 20px;
	text-align: right;
}

table.registerphases tr td a
{
	color: #ff6000;
	text-decoration: none;
}

table.registerphases tr td a:hover
{
	text-decoration: underline;
}

table.registerphases tr td span.current
{
	color: #ff6000;
	font-weight: bold;
}

fieldset.registerform
{
	position: relative;
	background-color: #eaf4fb;
	border: 2px solid #0f79c3;
	padding-top: 10px;
	margin-top: 25px;
}

fieldset.registerform legend
{
	position: absolute;
	top: -1em;
	left: .2em;
	padding: 3px 13px;
	background-color: #0f79c3;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

fieldset.registerform table
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

fieldset.registerform table tr
{
	background-color: #f3faff;
}

fieldset.registerform table tr.darker
{
	background-color: #eaf4fb;
}

fieldset.registerform table tr.error
{
	background-color: #ff2323;
}

fieldset.registerform table tr.notice
{
	background-color: #fff557;
}

fieldset.registerform table tr td
{
	text-align: left;
	vertical-align: top;
}

fieldset.registerform table tr td.first
{
	width: 260px;
}

fieldset.registerform table tr td label
{
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

fieldset.registerform table tr td label.title
{
	font-size: 12px;
	display: inline;
}

fieldset.registerform table tr td label.normal
{
	font-weight: normal;
	display: inline;
}

fieldset.registerform table tr td img.preview
{
	border: 3px dashed #ff9900;
}

span.mandatory
{
	color: #ff6000;
	font-size: 11px;
}

fieldset.registerform table tr td input.fields, fieldset.registerform table tr td select, fieldset.registerform table tr td textarea
{
	font-family: Verdana, Arial, Helvetica;
	border: 1px solid #0F79C3;
	background-color: #0F79C3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

div.msgbox_ok, div.msgbox_error, div.msgbox_notice
{
	width: 100%;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 6px 6px 6px 76px;
	display: block;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

div[class="msgbox_ok"], div[class="msgbox_error"], div[class="msgbox_notice"]
{
	width: auto;
	height: auto;
	min-height: 50px;
}

div.msgbox_ok
{
	background: #05c400 url('/./modules/Putteri/pics/put_msgbox_ok.gif') no-repeat scroll 10px 5px;
	border: thin solid #006f00;
}

div.msgbox_error
{
	background: #d80000 url('/./modules/Putteri/pics/put_msgbox_error.gif') no-repeat scroll 10px 5px;
	border: thin solid #880000;
}

div.msgbox_notice
{
	background: #f1e303 url('/./modules/Putteri/pics/put_msgbox_notice.gif') no-repeat scroll 10px 5px;
	border: thin solid #1b1901;
}

div.msgbox_ok ul, div.msgbox_error ul, div.msgbox_notice ul
{
	margin: 0px;
	padding: 0px;
	list-style: disc outside;
}

div.msgbox_ok ul li, div.msgbox_error ul li
{
	margin-bottom: 3px;
}

div.msgbox_ok ul li, div.msgbox_notice ul li
{
	color: #000000;
}

div.msgbox_error ul li
{
	color: #ffffff;
}

div.msgbox_ok ul li pre, div.msgbox_error ul li pre, div.msgbox_notice ul li pre
{
	font-family: monospace;
	font-weight: normal;
	font-size: 11px;
	margin: 3px 0px;
	padding: 5px;
	background-color: #c8c8c8;
	color: #000000;
}

table.frontpage
{
	border: 1px solid rgb(187, 187, 187); 
	background-color: rgb(255, 255, 255); 
	width: 100%;
	align: center; 
}

table.frontpage table
{
	font-size: 12px;
	font-family: Arial;
	background-color: rgb(255, 255, 255); 
	width: 100%;
	padding: 0px; 
}

table.frontpage table td
{
	border: 1px solid rgb(204, 204, 204);
	height: 23px; 
	padding-left: 5px; 
 	background-image: url('/./modules/Putteri/pics/fade_gray.gif'); 
 	color: #444444;
}

table.frontpage table td.title
{
	background-image: url('/./modules/Putteri/pics/fade_orange.gif'); 
	border: 0px solid rgb(204, 204, 204);
	color: #ffffff;
}

table.frontpage table td.text
{
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-image: url('/./modules/Putteri/pics/fade_text.gif'); 
	border: 1px solid rgb(204, 204, 204);
	color: #444444;
}

.orange_btn 
{
	height: 22px; 
	background-image: url('/./modules/Putteri/pics/fade_orange.gif'); 
	font-size: 10px; 
	font-family: Verdana; 
	margin-top: 3px; 
	padding-bottom: 2px; 
	color: rgb(255, 255, 255);
	background-color: #F66300;
}
