/* 
	CONCUR08 website stylesheet
*/


html,body {
       margin:0;
       padding:0
       }

html {
       height: 100%; 
       margin-bottom: 1px; /* A hack to force a scroll bar */
       }	

body {
       font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
       font-size: 76%;
       text-align: center;
       background: #ffffff;
       }

/* To remove the dotted border around clicked
   links in Firefox */
a:active, a:focus {
    	outline: 0
    	}

/* The whole container */
#container{
	width:748px;
	margin:0 auto;
	text-align:left;
	}
	
/* Header controls */
#header{
	position:relative;
	margin-top: 10px;
	margin-bottom: 0px;
	}

/* Frame */
#bgframe {
	float: left;
	width:100%;
	background-color: #fff;
	background-image: url(images/course_logo_bg.gif);
	background-repeat: repeat-y;
	margin-top:-3px;
}
	
/* Wrapper */
#wrapper {
	float:left;
	width:100%;
	margin-right: -3px; /* Workaround IE6 "dublicate-characters" bug: http://www.positioniseverything.net/explorer/dup-characters.html */ 
	}

/* Content controls */
#content {
	font-size: 100%;
	padding: 3px 6px 3px 6px;
	margin: 0 0 0 148px;
}

#content h1 {
	font-size: 123.1%;
	color: #333;
	font-weight: bold;
}

#content h2 {
	color: #333;
	font-size: 116%;
	font-weight: bold;
}

#content h3 {
	color: #333;
	font-size: 108%;
	font-weight: bold;
}

#content p {
	margin:0 10px 10px;
	line-height:1.4
}

#content ul {
	line-height:1.4
}

#content a, 
#content a:link, 
#content a:visited, 
#content a:active {
        color: #3f69bb;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}


/* Left navigation controls*/
#navigation-left {
	float:left;
	width:148px;
	margin: 16px 0 6px -746px;
	}

#navigation-left h3 {
	color: #bb5a5f;
	font-size: 110%;
	margin: 0 0 8px 2px;
	padding: 3px 0px 3px 11px;
	font-weight: normal;	
}

#navigation-left h3 a,
#navigation-left h3 a:link
#navigation-left h3 a:visited, 
#navigation-left h3 a:active {
	color: #bb5a5f;
	font-size: 100%;
    text-decoration: none;
	}

#navigation-left h3 a:hover {
	text-decoration: underline;
}

#navigation-left h3 a.selected {
	font-weight: bold;
}

#navigation-left p {
	margin: 6px 0 12px 6px
	}

#navigation-left dl {
	margin: 0 0 15px 0;
	padding: 0;
	padding-left: 15px;
	list-style-type: none
}

#navigation-left dl dt {
        margin: 0 2px 0 7px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	border-bottom: 1px dotted #aaa
}

#navigation-left dl dt a, 
#navigation-left dl dt a:link, 
#navigation-left dl dt a:visited, 
#navigation-left dl dt a:active {
 	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #3f69bb;
	text-decoration: none;
}

#navigation-left dl dt a:hover {
	display: block;
	margin: 0;
        text-decoration: underline;
}

/* Footer controls */
#footer {
	clear:left;
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}

#footer p {
        font-size: 77%;
	text-align: right;
        padding: 1px 0 0 5px;
        color: #47669c;
	}

#footer p a {
	display:inline;
	padding-right: 5px;
        color: #47669c;
        text-decoration: none;
	}

#footer img {
	margin-bottom: -5px;
	}
	
/* Form controls (for email) */
#contact-form label {
        width: 4.7em;
        float: left;
        text-align: left;
        margin-right: 0.5em;
        display: block
}

#contact-form input { 
        background: #fbfcfe;
        border: 1px solid #3f69bb;
        width: 40%;
 }

#contact-form input.submit { 
        margin-left: 5.2em;
        color: #000;
        background: #fbfcfe;
        border: 1px outset #3f69bb;
}

#contact-form select { 
        background: #fbfcfe;
        width: 41%;
        height: 90%;
 }

#contact-form textarea {
        background: #fbfcfe;
        border: 1px solid #3f69bb;
}

#contact-form .input-error { 
        margin-left: 4px;
        color: red;
 }
