/* This should not be theme specific at all */

/* piped list of links */
div.piped-list ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.piped-list ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}

div.piped-list ul li a
{
	white-space: nowrap;
	position: relative;
	/* mac ie \*/
	top: -3px;
	/* end mac ie */
}

div.piped-list[class~=piped-list] ul li a
{
	white-space: normal;
	line-height: 19px;
	position: static;
	margin: 0;
	top: auto;
}

div.piped-list ul li:before
{
	color: #FFF;
	content: "| ";
}

div.piped-list ul li:first-child:before
{
	content: "";
}

/* for IE */
* html div.piped-list ul li
{
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	border-right: 2px inset #FFF;
	padding: 0 0.4em 0 0.4em;
	margin: 2px 0 0 -0.4em;
	/* Mac IE hide \*/
	padding: 0 0.4em 0 0.4em;
	margin: 5px 0 0 -0.8em;
	margin: 5px 0 0 0;
	/* end hide */
}

/* Mac IE hide \*/
* html div.piped-list ul
{
	height: 1%;
}

* html div.piped-list ul li
{
	display: block;
	float: left;
}
/* end hide */

/* for Mac IE */
* html div.piped-list ul li:first-child
{
	border-left: none 0px; 
	margin-left: 0;
	padding-left: 0;
}

* html div.piped-list ul li:last-child, .piped-list .last
{
	border-right: none 0px; 
	margin-right: 0;
	padding-right: 0;
}
/* end piped list */

/* bottom aligned elements */
.verticalalign
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.verticalalign p, .verticalalign a
{
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.verticalalign p a
{
	position: static;
	bottom: auto;
}
/* end bottom aligned elements */

/* margin form */
.margin-form fieldset
{
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

.margin-form fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

.margin-form fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

.margin-form fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

.margin-form fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

.margin-form input
{
	position: relative;
	top: -1.4em;
	left: 115px;
	display: block;
	width: 300px;
}
.margin-form textarea
{
	position: relative;
	top: -1.4em;
	left: 115px;
	display: block;
	width: 300px;
}

.margin-form input.submit
{
	display: inline;
	clear: both;
	top: 0;
	width: auto;
	margin-right: 5px;
}

.margin-form label
{
	clear: both;
	float: left;
	display: block;
	width: 115px;
	margin-top: -0.8em;
	font-weight: bold;
	font-size: 13px;
}

.margin-form span.radio 
{
	clear: both;
	float: left;
	display: block;
	position:relative;
	left: 111px;
	margin-top: -0.8em;
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 13px;
}
.margin-form span.radio input 
{
	display: inline;
	width: auto;
	top: auto;
	left: auto;
}
.margin-form span.radio label 
{
	float:none;
	display: inline;
	width: auto;
	margin: 0px;
}

.margin-form label.first
{
	margin-top: 3px;
}

.margin-form select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#login-logo
{
    padding-bottom: 20px;
}
/* end margin form */

/* vertical form */
.vertical-form fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

.vertical-form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.vertical-form fieldset.radio label
{
	font-weight: normal;
}

.vertical-form input,
.vertical-form textarea
{
	display: block;
	/*width: 15em;*/
}

.vertical-form label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
.vertical-form label.indent
{
	font-weight: normal;
	margin-left: 15px;
}
.vertical-form label span 
{
	font-weight: normal;
}

.vertical-form label.first
{
	padding-top: 1em;
}

.vertical-form select
{
	display: block;
}
/* end vertical form */

label.overlabel-apply {
	position:absolute;
	top:3px;
    left:5px;
	z-index: 1;
	cursor: text;
}

/* basic sitemap layout */
div.sitemap ul.firstlevellinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.sitemap div.firstlevel {
	border: solid 1px;
	padding: 8px;
	margin-top: 25px;
}
div.sitemap div.firstlevel ul {
	list-style-type: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
div.sitemap div.firstlevel li {
	margin-top: 15px;
}
div.sitemap div.firstlevel ul ul {
	margin-left: 35px;
}
div.sitemap div.firstlevel ul ul li {
	margin: 0;
	list-style-type: disc;
}
/* end basic sitemap layout */

/* jqModal base styling http://dev.iceburg.net/jquery/jqModal/ */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* end jqModal base styling */