/*	CSS for SI 682 MiTalkers Group Project
	Cathie Toshach 2007
*/

@import "scaffold.css"/**/;
@import "yui-fonts.css"/**/;
@import "yui-reset.css"/**/;


/* Global Styling */
body {
	height: 100%;
	background-color: #174175;
	background-image: url(../siteimages/pageBackground.jpg);
	background-position: left/top;
	background-repeat: repeat-x;
}

em {
	font-style: italic;
}

h1 {
	font-size: 150%;
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 img {
	float: right;
	padding-right: 15px;
	border: 0;
	margin-top: -10px;
}

h2 {
	font-size: 110%;
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 4px;
}

a {
	color: #07489d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Button Styling */
/* Source: www.oscaralexander.com */

div.button {
	text-align: center;
	padding: 6px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

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

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

/* Button Styling */
/* Source: www.flamentgroupo.com */

button { 
  border: 0; 
  cursor: pointer; 
  font-weight: normal; 
  padding: 0 10px 0 0; 
  text-align: center; 
}

button span { 
  position: relative; 
  display: block; 
  white-space: nowrap; 
  padding: 0 0 0 10px; 
}

/*blue buttons*/
button.submitBtn { 
  background: url(../siteimages/btn_blue_right.gif) right no-repeat; 
}

button.submitBtn span { 
  height: 50px; 
  line-height: 50px;
  background: url(../siteimages/btn_blue_left.gif) left no-repeat;
  color: #fff; 
}

button.submitBtn:hover {
	background: url(../siteimages/btn_blue_right_hover.gif) right no-repeat; 
}

button.submitBtn:hover span {
	background: url(../siteimages/btn_blue_left_hover.gif) left no-repeat; 
}


/* Left Navigation Styling */
div#page-body-leftNav {
	margin: 0 auto;
	height: 100%;
	padding: 10px;
	width: 752px;
	background-color: #fff;
	color: #000;
	border-left: solid 2px black;
	border-right: solid 2px black;
	margin-top: -20px;
	background-image: url(../siteimages/leftNavBackgroundBlue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


div#leftNav {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	/* position: relative; */
	float: left;
	z-index: 1;
	width: 150px;
	}
	
div#leftNav ul li {
	font-size: 90%;
	padding-bottom: 10px;
}

/* Header Styling */
div#header {
	
}

div#logo {
	width: 777px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}

div#logo img, div#logo img a {
	border: 0;
}

/* Header Styling: Top Bar */
div#header_top_bar {
	height: 20px;
	padding: 6px;
	width: 100%;
	background-color: #000;
	color: #fff;
}

div#header_top_bar a {
	color: #fff;
	text-decoration: none;
}

div#header_top_bar a:hover {
	color: #fff;
	text-decoration: underline;
}

div#header_top_bar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	float: right;
	} 

div#header_top_bar ul li {
	margin-left: 0;
	padding: 0 25px;
	list-style: none;
	display: inline;
	}

div#header_link_to_home {
	float: left;
	padding-left: 15px;	
}

div#header_logout_link {
	/* Unused */
}

div#header_user_line {
	/* Unused */
}

div#header_my_account_link {
	/* Unused */
}

/* Header Styling: Primary Navigation */
div#header_top_menu {
	margin: 0 auto;
	height: 53px;
	width: 776px;
	color: #fff;
	font-size: 105%;
	letter-spacing: 1px;
	background-image: url(../siteimages/navigationBackground.jpg);
	background-position: center/center;
	background-repeat: no-repeat;
	padding-top: 17px;
}

div#header_top_menu ul {
	display: inline;
}

div#header_top_menu ul li {
	margin-left: 0;
	padding: 0 26px;
	list-style: none;
	display: inline;
	text-align: center;
	}
	
div#header_top_menu ul li.three {
	padding: 0 30px;
}

div#header_top_menu ul li.four {
	padding: 0 38px;
}

div#header_top_menu ul li.five {
	padding: 0 44px;
}

div#header_top_menu a {
	color: #fff;
	text-decoration: none;
}

div#header_top_menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Footer Styling */
div#footer_outer {
	margin: 0 auto;
	height: 20px;
	padding: 4px;
	width: 768px;
	background-color: #000;
	color: #fff;
}

div#footer_copyright {
	float: left;
	padding-left: 10px;
}

div#footer_additional {
	float: right;
	padding-right: 10px;
}

/* Index Styling */
div#personas {
	margin: 0 auto;
	height: 100%;
	width: 777px;
}

div#personas img.personas {
	padding: 35px 10px 0 10px;
}

div#personas div#logo {
	padding-top: 15px;
}

div#personas h1 {
	font-size: 150%;
	letter-spacing: 2px;
	text-align: center;
	color: #174175;
	font-weight: bold;
	padding-top: 20px;
}

/* Dashboard Styling */
div#page-body {
	margin: 0 auto;
	height: 100%;
	padding: 10px;
	width: 752px;
	background-color: #fff;
	color: #000;
	border-left: solid 2px black;
	border-right: solid 2px black;
	margin-top: -20px;
}

div.top {
	background-image: url(../siteimages/dashboardSectionTop.jpg);
	background-position: center/center;
	background-repeat: no-repeat;
	width: 352px;
	height: 25px;
}

div.bottom {
	background-image: url(../siteimages/dashboardSectionBottom.jpg);
	background-position: center/center;
	background-repeat: no-repeat;
	width: 352px;
	height: 29px;	
}

div.content {
	background-image: url(../siteimages/dashboardSectionContent.jpg);
	background-position: center/center;
	background-repeat: repeat-y;
	width: 352px;
	background-color: #fff;
	margin-left: 2px;
}

h1.dashboard {
	font-size: 125%;
	letter-spacing: 2px;
	line-height: 135%;
	padding-left: 15px;
	text-align: left;
}

p.dashboard {
	padding-left: 15px;
	padding-right: 30px;
}

a.dashboard {
	color: #07489d;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

a:hover.dashboard {
	text-decoration: underline;
}

p.dashboardLink {
	text-align: center;
	padding: 10px 0 10px 0;
}

img.dashboard {
	float: right;
	margin: 0 30px 0 10px;
}

div#dashboard_modules {
	margin: 40px 10px 20px 10px;
	float: left;
}

div#dashboard_history {
	margin: 40px 10px 20px 390px;
}

div#dashboard_projects {
	margin-left: 10px;
	float: left;
	clear: left;
}

div#dashboard_groups {
	margin: 0 10px 40px 390px;
}

/* My Groups */	
div#rightContent {
	background-color: transparent;
	margin: 0px 0px 0px 170px;
	padding-bottom: 0;
	position: relative;
	text-align: left;
	}

div#group_modules {
	margin: 20px 10px 20px 0;
	float: left;
	border: solid 1px #748fb1;
	width: 250px;
	padding: 4px;
}

div#group_modules h2 {
	padding-left: 4px;
}

div#group_modules table tr td {
	padding: 4px;
	vertical-align: top;
}

div#group_modules table tr td.requirement {
	padding-left: 10px;
	font-style: italic;
}

div#group_wall {
	margin: 20px 10px 20px 290px;
	border: solid 1px #748fb1;
	padding: 4px;
}

div#group_wall h2 {
	padding-left: 4px;
}

div#group_wall table tr td {
	padding: 4px;
	vertical-align: top;
}

div#group_wall table tr td.user {
	font-style: italic;
}

div#group_wall table tr td.comment {
	padding-left: 10px;
}

/* MHE Modules Styling */
table#modules {
	margin: 35px 15px 30px 0;
	width: 100%;
	border: solid 1px black;
}

table#modules tr.header {
	background-color: #e4e8f8;
}

table#modules tr.header th {
	padding: 8px;
	border-bottom: solid 1px black;
}

table#modules tr td {
	padding: 14px 8px;
}

table#modules tr.header th span.title {
	font-size: 85%;
	font-weight: bold;
}

table#modules tr.header th span.instructions {
	font-size: 85%;
	font-style: italic;
}

td.statusBarNotStarted {
	background-image: url(../siteimages/statusBarNotStarted.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 115px;
	height: 17px;
	text-align: center;
	font-size: 95%;
}

td.statusBarCompleted {
	background-image: url(../siteimages/statusBarCompleted.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 115px;
	height: 17px;
	text-align: center;
	font-size: 95%;
}

td.statusBar20 {
	background-image: url(../siteimages/statusBar20.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 115px;
	height: 17px;
	text-align: center;
	font-size: 95%;
}

p.modules {
	padding: 0 15px 8px 15px;
}

h2.modules {
	font-size: 130%;
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: normal;
	padding: 8px;
	margin: 10px 15px 10px 15px;
	border: solid 1px #748fb1;
}

h3.modules {
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: bold;
	padding: 20px 15px 6px 15px;
}

table.testRadioButton {
	margin: 5px 15px 20px 25px;
}

table.testRadioButton tr td {
	padding: 0 12px 0 12px;
}

ol.testModule {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px;
}

/* History Styling */
table#history {
	margin: 35px 15px 30px 0;
	width: 98%;
	border: solid 1px black;
}

table#history tr td {
	padding: 14px 8px;
}

table#history tr.header {
	background-color: #e4e8f8;
}

table#history tr.header th {
	padding: 8px;
	border-bottom: solid 1px black;
}

table#history tr.header th span.title {
	font-size: 85%;
	font-weight: bold;
}

table#history td.center {
	text-align: center;
}

/* My Projects Styling */
div#members {
	margin: 20px 10px 20px 0;
	float: left;
	border: solid 1px #748fb1;
	width: 230px;
	padding: 4px;
}

div#members h2 {
	padding-left: 4px;
}

div#members ul li {
	padding: 4px;
}

div#projectsModules {
	margin: 20px 10px 20px 250px;
	border: solid 1px #748fb1;
	padding: 4px;
}

div#projectsModules h2 {
	padding-left: 4px;
}

div#projectsTable table tr td {
	padding: 4px;
	vertical-align: top;
}

table#projectsTable tr.header {
	background-color: #e4e8f8;
}

table#projectsTable tr.header th {
	padding: 4px;
	border-bottom: solid 1px black;
	text-align: center;
}

table#projectsTable {
	border: solid 1px black;
	margin: 7px 0;
}

table#projectsTable tr td.module {
	text-align: left;
}

table#projectsTable tr td {
	padding: 6px 4px;
	text-align: center;
}

table#projectsTable tr.header th span.title {
	font-size: 85%;
	font-weight: bold;
}

ul li.projectsAction {
	margin-left: 8px;
}

	div#add_member_dialogue, div#add_module_dialogue, div#delete_project_dialogue, div#start_new_project {
	display:none;
	cursor: default;
	margin: 0 auto;
	background-image: url(../siteimages/hoverBackground.png);
	background-position: center/center;
	background-repeat: no-repeat;
	width: 450px;
	height: 350px;
}

/* Accessibility Styling */
.access {
	display: none;
}

/* Hover Divs */
h2.hover {
	font-size: 110%;
	letter-spacing: 2px;
	text-align: left;
	color: #174175;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}

/* Form Styling */
/* Source www.alistapart.com */
form.hover fieldset {
  	margin-bottom: 10px;
	margin-left: 25%;
	margin-right: 25%;
}
form.hover legend {
  	padding: 0 2px;
  	font-weight: bold;
}
form.hover label {
  	display: inline-block;
  	line-height: 1.8;
  	vertical-align: top;
}
form.hover fieldset ol {
  	margin: 0;
  	padding: 0;
}
form.hover fieldset li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
}
form.hover fieldset fieldset {
  	border: none;
  	margin: 3px 0 0;
}
form.hover fieldset fieldset legend {
  	padding: 0 0 5px;
  	font-weight: normal;
}
form.hover fieldset fieldset label {
  	display: block;
  	width: auto;
}
form.hover em {
  	font-weight: bold;
  	font-style: normal;
  	color: #f00;
}
form.hover label {
  	width: 120px; /* Width of labels */
}
form.hover fieldset fieldset label {
  	margin-left: 123px; /* Width plus 3 (html space) */
}
