/* CSS definitions for Online Degree Center */



/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #5267A0;
	background-image: url(/_images/menu/background_slice.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #333333;
 
}
p {
	font-size: 12px;
	color: #333333;
}
html,/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */ div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* Commonly used to style page titles. */
h1 {
	color: #44527F;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Gives some margin around images that are place with text around - such as aligned left or right */
img {
	margin: 2px;
}
ul {
	font-size: 12px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #242C8C;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #4B5F92;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	vertical-align: top;
}
#outerWrapper #header {
	background-image: url(/_images/menu2/content_top.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	top: -15px;
}
#outerWrapper #contentWrapper {
	background-image: url(/_images/menu2/content_middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#outerWrapper #contentWrapper #rightColumn1 {
/*font-size:13px;*/
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	float: right;
	padding: 20px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 320px;
	margin: 0px;
}

#rightColumn1 {
font-size:13px;
}

.right_col_button {
	background-image: url(/_images/menu2/right_column_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	width: 313px;
	text-align: center;
	vertical-align: top;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	margin-right: 6px;
	margin-bottom: 6px;
}



/* Contains the main page content in the case that the white area on the left is a single block of content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 365px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border: thin solid #FFFFFF;
}
.leftdottedborder {
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #999999;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#outerWrapper #footer {
	background-image: url(/_images/menu2/content_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	height: 27px;
	margin: -1px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.whitesmall {
	font-size: 12px;
	color: #FFFFFF;
}
.whitesmall a {
	color: #FFFFFF;
}
.whitesmall a:hover {
	text-decoration: none;
	color: #333333;
}

.darkgraysmall {
	font-size: 10px;
	color: #2C2C2C;
}
.contentfooter {
	background-image: url(/_images/menu2/content_bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	height: 27px;
	margin: -1px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 960px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form {
	font-size: 12px;
	color : black;

}

table.back {
background-color: #E8E8E8;
}

.header {
color: #505050;
}
/*
form.white
{
color: white;
}
form.black
{
color:#242021;
}
form.brown
{
color: #33210D;
}
form.blue
{
color: #021869;
}
form.green
{
color: #06412A;
}
form.maroon
{
color: #843231;
}

form.red
{
color: #801B20;
}
form.skyblue
{
color: #00608C;
}*/

h1.titleblock,h2.titleblock {
	background-color: #E9E9E9;
	height: 27px;
	width: 100%;
	padding-bottom: 0px;
	border: 1px solid #999999;
	padding-top: 12px;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
}
.no_top_margin_or_padding {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 190px;
}


p.navbuttons {
	color: #464646;
	text-decoration: none;
	display: block;
	width: 313px;
	border-top: 0px none #EEEEEE;
	border-right: 0px none #666666;
	border-bottom: 0px none #666666;
	border-left: 0px none #EEEEEE;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/_images/menu/right_col_rounded_top_button.jpg);
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	height: 30px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
p.navbuttons a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 313px;
	border-top: 0px none #EEEEEE;
	border-right: 0px none #666666;
	border-bottom: 0px none #666666;
	border-left: 0px none #EEEEEE;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(/_images/menu/right_col_rounded_top_button.jpg);
	background-position: center top;
	margin: 0px;
	padding-top: 6px;
	height: 30px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


p.navbuttons a:hover {
	color: #FFFFFF;
	background-image: url(/_images/menu/right_col_rounded_top_button_ov.jpg);
	text-decoration: none;
	display: block;
	width: 313px;
	border-top: 0px none #EEEEEE;
	border-right: 0px none #666666;
	border-bottom: 0px none #666666;
	border-left: 0px none #EEEEEE;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	margin: 0px;
	padding-top: 6px;
	height: 30px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.degreelist
{
	font-size: 12px;
	width:370px;
}

optgroup {
	font-style: normal;
}
