/* CSS File: portal.css */

body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma,'Trebuchet MS';
}
#container {
	margin-left: 10px;
}
h2  {

}
h4  {
	margin: 0px auto 10px auto;
	padding: 5px 0px 5px 0px;
	color: #FFF;
	background-color: #a5b5ce;
}
#nav  {
	height: 50px;
	background: #a5b5ce;
	margin: 0px;
    padding: 0px;
	border-radius: 20px 0px 0px 0px;
	-moz-border-radius: 20px 0px 0px 0px;
}
/*
#nav ul {
	margin-top: 6px;
}
*/
#nav ul {
	margin: 0px;
}
#nav li   {
          list-style: none;
          float: left;
          padding: 10px;
          margin-left: 5px;
          display: inline;
          padding:10px;
	  margin-top: 7px;
}

	/* Navigation Styles */

#nav a    {
          color: #0000FF;
          text-decoration: none;
          font-size: 13px;
          font-weight: bold;
          padding: 5px 10px 5px 10px;
          border: 1px solid #a5b5ce;
	  background-color: #FFF;
}
#nav a:hover   {
        border: 1px solid #ce6300;
}
#nav a:active    {
	color: #CE6300;
}
#content {
	margin-top: 10px;
}
h3.error {
	color: red;
	text-align: center;
}

	/* Login Styles */

#fields  {
        height: 190px;
        width: 395px;
	margin: 50px auto 50px auto;
        padding: 30px;
        border: 1px solid #87918C;
        color: #000;
        text-align: center;
		border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
}
fieldset {
        width: 300px;
	height: 160px; 
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
        border: 3px solid #CEDED6;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
}
legend {
        font-size: 25px;
        color: #87918C;
}
input {
	padding: 0px;
	margin-top: 5px;
}
#buttons {
        position: relative;
        top: 20px;
}

	/* Side Bar Styles */

h4#stats  {
        position: absolute;
        top: 140px;
        width: 130px;
	color: #ce6300;
	background-color: #FFF;
	border: 2px solid #ce6300;
	text-align: center; 
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
}


	/* Questions Styles */

#questions {
	width: 130px;
	height: 110px;
        position: absolute;
	top: 185px;
	border: 2px solid #a5b5ce;
	text-align: center;
	-moz-border-radius: 8px 8px 8px 8px;
}
#questions a {
          color: #0000FF;
          text-decoration: none;
          font-size: 13px;
          font-weight: bold;
}
#questions a:hover {
        background-color: #EEE;
        border-bottom: 1px solid #CE6300;
}
#questions a:active    {
	color: #CE6300;
}

	/* Workshops Styles */

#workshops {
        width: 130px;
        height: 110px;
        position: absolute;
        top: 315px;
        border: 2px solid #a5b5ce;
        text-align: center;
		-moz-border-radius: 8px 8px 8px 8px;
}
#workshops a {
          color: #0000FF;
          text-decoration: none;
          font-size: 13px;
          font-weight: bold;
}
#workshops a:hover {
        background-color: #EEE;
        border-bottom: 1px solid #CE6300;
}
#workshops a:active    {
        color: #CE6300;
}

	/* Instruction Styles */

#instruction {
        width: 130px;
        height: 110px;
        position: absolute;
        top: 445px;
        border: 2px solid #a5b5ce;
        text-align: center;
		-moz-border-radius: 8px 8px 8px 8px;
}
#instruction a {
          color: #0000FF;
          text-decoration: none;
          font-size: 13px;
          font-weight: bold;
}
#instruction a:hover {
        background-color: #EEE;
        border-bottom: 1px solid #CE6300;
}
#instruction a:active    {
        color: #CE6300;
}


	/* BEGINNING OF POP UP FORM STYLES */	

#pop-up-form {
	position: relative;
	margin: 10px auto 10px auto;
        padding: 10px;
	width: 280px;
        border: 2px solid #a5b5ce;
}
p.question-asked {
	margin: 5px;
	font-weight: bold;
}
textarea {
        width: 98%;
}


