/**
 * Reset
 */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**
 * Layout framework
 */

div.clearfix
{
    clear: both;
}

body
{
    font-size: 60.5%;
	background: #e5e5e5;
}

textarea
{
	font-size: 100%;
}


*
{
    font-family: Arial, Verdana, Helvetica;
}

img
{
	border: 0px;
}


    div#header ul.settings
    {
        position: absolute;
        right: 30px;
        top: 10px;
    }
        div#header ul.settings *
        {
            font-size: 1.1em;
            color: #333;
        }
    
    	div#sectionnav
    	{
/*			background-image: url('images/sectionnav_gb_yellow.png');*/
			height: 29px;
			margin: 0;
			padding: 0;
		}
			div#sectionnav ul
			{
				margin: 0px;
				padding: 3px 0px;
				padding-left: 30px;
			}
				div#sectionnav ul li
				{
  display: block;
					float: left;
					margin-right: 2px;
				}
					div#sectionnav ul li a
					{
		                font-size: 1.4em;		
						padding: 5px;
						display: block;
						text-decoration: none;
					}
					div#sectionnav ul li a:hover
					{
						text-decoration: underline;
					}
					div#sectionnav ul li a.active
					{
						color: #000;
						font-weight: bold;
						text-decoration: underline;
					}
					
span.flashmessage
{
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: -10px;
	clear: both;
	background-color: #ddf8d2;
	border-bottom: 2px solid #99df20;
	padding: 10px;
	font-size: 1.2em;
}
span.flashmessage.info
{
	background-color: #ffffcc;
	border-bottom: 2px solid #ffa500;
}
span.flashmessage.warning
{
	background-color: #ffdccc;
	border-bottom: 2px solid #f00;
}

/* tip, info, note notices */

div.tip, div.info, div.note
{
	border:1px solid #0cf;
	padding:1em 1em 1em 40px;
	margin: 0em 0em 2em 0em;
	border-color: #fcc837;
	background-color: #ffeaaf;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-image: url('images/tip.gif');
}

div.tip ul, div.info ul, div.note ul
{
	margin-bottom: 0px;
}

div.flashmessage
{
	margin: 10px 30px 0px 30px;
	font-size: 1.2em;
}

div.note
{
	background-color:#FFE6E6;
	border-color:#D9C3C3;
	background-image: url('images/note.gif');
}

div.info
{
	border-color: #D9D4C3;
	background-color: #FFFAE6;
	background-image: url('images/info.gif');
}

div.loading
{
	background-image: url('images/ajax-loader.gif');
}

span.type
{
	float: left;
	font-size: 1em;
	padding-right: 0.5em;
	font-weight: bold;
}

/* breadcrumb */
ul.breadcrumb
{
		margin: 0 0 0 0;
		margin-top:10px;
		margin-left: 30px;
		padding: 0px;
        font-size: 1.2em;
		list-style: none;
		height: 25px;
		line-height: 25px;
}
	ul.breadcrumb li
	{
		float: left;
	}
	
    ul.breadcrumb li a
    {
        background-image: url('icons/folder.png');
        background-repeat: no-repeat;
        background-position: center left;
        padding: 1px 0px 1px 20px;
        text-decoration: none;
		line-height: 22px;
    }
		
		ul.breadcrumb li a.folder
		{
			background-image: url('icons/folder.png');
		}
		
		ul.breadcrumb li a.document
		{
			background-image: url('icons/page_white_text.png');
		}
		
    ul.breadcrumb li span
    {
    	color: #777;
        padding-left: 2px;
        padding-right: 2px;
    }


div#footer
{
	color: #777;
	font-size: 1.1em;
	margin-left: 30px;
	margin-top: 10px;
}
	div#footer *
	{
		color: #777;
	}
	
h1.timer
{
	color: #777;
	font-size: 1.1em;
	margin-left: 30px;
	margin-top: 10px;
}

/* buttons */

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	font-weight: normal;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

th.actions a.button {
	background: transparent url('images/bg_button_small_a.gif') no-repeat scroll top right;
	height: 18px;
	padding-right: 14px;
	float: right;
	margin-top: 1px;
	margin-bottom: -2px;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

th.actions a.button span {
    background: transparent url('images/bg_button_small_span.gif') no-repeat;
	line-height: 8px;
	padding: 5px 0px 5px 14px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

th.actions a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}
	
/* guest layout */
div#guestlayout
{
    margin: 0px auto;
    margin-top: 100px;
    width: 350px;
    border: 10px solid #c5c5c5;
    background-color: #fff;
    padding: 10px;
    font-size: 1.4em;
	position: relative;
}

div#guestlayout input
{
}
	
div#guestlayout .forgotten
{
    height: 110px;
}
	
div#guestlayout .login_portlet
{
    height: 130px;
}
	
div#guestlayout .login_panel
{
    height: 160px;
}
	
div#guestlayout .forgottenlink
{
    clear: both;
    display: block;
    margin-top: 15px;
}
	
div#guestlayout .actions
{
    margin: 10px 0px 10px 0px;
    line-height: 23px;
}
	
div#guestlayout h1
{
    font-size: 1.8em;
    margin: 10px 0px 20px 0px;
}
div#guestlayout div.login_portlet dt
{
    clear: both;
    display: block;
    width: 100px;
    float: left;
    margin-bottom: 5px;
}
div#guestlayout div.login_portlet dd
{
    display: block;
    margin-bottom: 5px;
}
.left{
    float:left;
}

div#confirmlayout
{
    margin: 0px auto;
    margin-top: 100px;
    width: 550px;
    border: 10px solid #c5c5c5;
    background-color: #fff;
    padding: 10px;
    font-size: 1.4em;
    position: relative;

}

.confirminfo label{
    /*    font-weight:bold;*/
    min-width: 100px;
    width: 100px;
    display: inline-block;
    margin:2px;
    padding-top:4px;
}

.confirminfo input{
    margin:2px;
}

.hidden{
    display:none;
}

.warning{
    padding: 2em;
    text-decoration:underline;
}

@media only screen and (max-width: 1024px) {

    div#guestlayout h1
{
    margin: 10px 0px 20px 0px;
    font-size: 3.2rem;

}

    div#guestlayout{
	margin: 2em;
	width:initial;
	padding: 20px;
	b_order: 10px solid black;
	font-size: 2em;
	
    }

    div#guestlayout .login_panel{
	height: initial;
    }

    div#guestlayout div.login_portlet dt
{
    clear: both;
    display: block;
    width: 15rem;
    float: left;
    margin-bottom: 5px;
    font-size: 2.2rem;
}

    div#guestlayout div.login_portlet dd,
    div#guestlayout div.login_portlet dd
    {
        display: block;
        margin-bottom: 5px;
    }

    #ctl0_Main_ctl0_LoginPanel input {
	font-size: 2.2rem;
    }

    #ctl0_Main_ctl0_LoginPanel a.button{
	font-size: 2.2rem;
	height:2.2rem;;
    }



/* buttons */

#ctl0_Main_ctl0_LoginPanel a.button {
    background: white;
    border: 2px solid black;
    color: #444;
    display: block;
    float: left;
    font-weight: normal;
    height: 20;
    margin-right: 46px;
    margin-top: 46px;
    padding: 18px; /* sliding doors padding */
    text-decoration: none;
}

#ctl0_Main_ctl0_LoginPanel th.actions a.button {
	background: white;
	height: 18px;
	padding-right: 14px;
	float: right;
	margin-top: 1px;
	margin-bottom: -2px;
}

#ctl0_Main_ctl0_LoginPanel a.button span {
    background: white;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#ctl0_Main_ctl0_LoginPanel th.actions a.button span {
    background: white
	line-height: 8px;
	padding: 5px 0px 5px 14px;
}

#ctl0_Main_ctl0_LoginPanel a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#ctl0_Main_ctl0_LoginPanel a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#ctl0_Main_ctl0_LoginPanel th.actions a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}


}