/*****************/

#mainContent #header, #mainContent #header a, #mainContent #header a:hover, #mainContent #header a:visited {
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent {
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #6E6E6E;
	line-height: 170%;
	border: 1px dotted #C9C9C9;
	
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	background-color: #F5F6F7;
}

#mainContentProf {
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #6E6E6E;
	line-height: 170%;
	border: 1px dotted #C9C9C9;	
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	background-color: #F5F6F7;
}
#mainContentProf2Col {
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #6E6E6E;
	line-height: 170%;
	border: 1px dotted #C9C9C9;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	/*background-color: #F5F6F7;*/
	background-image: url(../im/mainContentProf2Col.png);
	background-repeat: repeat-y;
}
#mainContentProf a.current {
	background: url("../im/tag-bg.png") no-repeat 100% 50%;
	padding: 0.25em 0.5em 0.4em 0.3em;
}

#mainContent ul {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom:0.5em;
	padding-left:25px;
}

#mainContent ol {
	margin-bottom:0.5em;
	padding-left:25px;
}

#mainContent p {
	font-weight: normal;	
}
#mainContentPriv {
	/*padding: 0 10px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	color: #6E6E6E;
	line-height: 170%;
	border: 1px dotted #C9C9C9;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 18px;
	padding-bottom: 10px;
	/*background-color: #F5F6F7;*/
	float: left;
	width: 400px;
}

#mainContentPriv p {
	font-weight: normal;	
}
/*****************/
/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 450px;
}
dt {
    /*clear: both;
    float:left;*/
    width: 250px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    /*float: left;*/
    width: 440px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	color: #ffffff;
	display: none;
    position: absolute;
    right: -50px;
    width: 225px;
    margin-top: -10px;
    border: 1px solid #5f862b;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #7bad38 url(../im/pointer.gif) no-repeat -10px 5px;
}

.hint_instruct {
	color: #ffffff;
	display: block;
	position: relative;
	right: -10px;
	width: 415px;
	margin-top: 0px;
	border: 1px solid #5f862b;
	padding: 10px 12px;
	/* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #7bad38 url(../im/pointer.gif) no-repeat -10px 5px;
	clear: left;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 15px;
    width: 10px;
    height: 19px;
    background: url(../im/pointer.gif) left top no-repeat;
}

.head {
	background-color: #b0d283;
	padding: 5px;
}

/*****************/
.formapplycontent{
padding:10px;
/*width:370px*/
}

.formapplyleft{
font-weight:bold;	
width:150px;
float:left;
padding:7px 0px 0px 7px;
min-height:24px;
}
.formapplyright{
width:200px;
float:left;
padding:5px;
min-height:24px;
}
.formapplyclear{
float:none;
clear:both;
height:0px;
}

.row{
background-color:none;
display:block;
min-height:32px;
}

/*.text{
width:190px;
}
*/
.ruler{
width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
/*background-color:#fcfcf0;*/
background-color:red;
}
td{
vertical-align:top;
}
.over{
background-color:#f0f0f0;
}
.out{
background-color:none;
}


/*****************twitteresque**************/
input.text_field {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;/*DDDDDD*/
font-size:12px;
margin:0;
padding:2px;
width:220px;
}
input.text_field.with-box {
-moz-border-radius-bottomright:0px;
-moz-border-radius-topright:0px;	
}
input.text_field_xsm {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;
font-size:12px;
margin:0;
padding:2px;
width:35px;
}
input.text_field_sm {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;
font-size:12px;
margin:0;
padding:2px;
width:170px;
}
input.text_field_lg {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;
font-size:12px;
margin:0;
padding:2px;
width:425px;
}

.text_area_lg {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;
font-size:12px;
margin:0;
padding:2px;
width:425px;	
}
select {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #7fd005;
font-size:12px;
margin:0;
padding:2px;
}
/*
select {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #DDDDDD;
font-size:14px;
margin:0;
padding:5px;
}
*/
/*
.hint {
border-style:solid;
color:#ffffff;
font-size:12px;
line-height:1.25em;
text-transform:lowercase;
}

#account_form .signup_button {
background:transparent url(/images/signup_button_sprite.png?alpha) no-repeat scroll left top;
border:medium none;
cursor:pointer;
display:block;
font-size:0;
height:62px;
line-height:0;
margin:30px auto 0;
text-indent:-9999px;
width:333px;
}*/
.signup_button_student{display:block;width:173px;height:29px;margin:30px auto 0 auto;background:url(../im/btn_signup.png) top left no-repeat transparent;border:none;text-indent:-9999px;font-size:0px;line-height:0px;cursor:pointer;}
.signup_button_student:hover{background-position:0 -100px;}
.signup_button_student:active{background-position:0 -200px;outline-width:0px;}

.login_button_login{display:block;width:173px;height:29px;margin:30px auto 0 auto;background:url(../im/btn_login.png) top left no-repeat transparent;border:none;text-indent:-9999px;font-size:0px;line-height:0px;cursor:pointer;}
.login_button_login:hover{background-position:0 -100px;}
.login_button_login:active{background-position:0 -200px;outline-width:0px;}

.continue_button{display:block;width:173px;height:29px;margin:30px auto 0 auto;background:url(../im/btn_continue.png) top left no-repeat transparent;border:none;text-indent:-9999px;font-size:0px;line-height:0px;cursor:pointer;}
.continue_button:hover{background-position:0 -100px;}
.continue_button:active{background-position:0 -200px;outline-width:0px;}

/******START of CSS FORM ITEMS*********/
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
	background: #699a1c;
	border-top: 4px solid #7fd005;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#box-table-a td
{
	padding: 4px;
	border-bottom: 1px solid #7fd005;
	
	border-top: 1px solid transparent;
	background-color: #ffffff;
}
#box-table-a tr:hover td
{
	background-color: #ddffca;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 40%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-b th
{
	font-size: 11px;
	font-weight: normal;
	padding: 6px;
	background: #699a1c;
	border-top: 4px solid #7fd005;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#box-table-b td
{
	padding: 4px;
	border-bottom: 1px solid #7fd005;
	
	border-top: 1px solid transparent;
	background-color: #ffffff;
}
#box-table-b tr:hover td
{
	background-color: #ddffca;
}

#box-table-or
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-or th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #A7472B;
	border-top: 4px solid #55820d;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#box-table-or td
{
	padding: 6px;
	background: #E99B5C; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-or tr:hover td
{
	background: #BC613A;
	color: #FFFFFF;
}

#box-table-secondary
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-secondary th
{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	background: #5E533B;
	border-top: 4px solid #6B5E43;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#box-table-secondary td
{
	padding: 6px;
	background: #EACF93; 
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-secondary tr:hover td
{
	background: #AB976B;
	color: #FFFFFF;
}
#box-table-secondary a:hover
{
	background: #AB976B;
	color: #FFFFFF;
}
/*
form input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
}

form input, form textarea {
background-color:#F1F6FA;
border:1px solid #7fd005;
margin:2px 2px 2px 15px;
padding:6px;

}
*/
form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

/* Default 

#mufprofnav {
width: 600px;
height: 62px;
position: relative;
background: url(../im/main_nav_sprite.png);
margin: 0;
padding: 0;
}*/

#mufprofnav li {
float: left;
}

#mufprofnav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../im/main_nav_sprite.png);
	background-repeat: no-repeat;
}

/*up state*/
li#mufprofnav_home a {
left: 0;
width: 150px;
background-position: 0 0;
}

li#mufprofnav_about a {
left: 150px;
width: 150px;
background-position: -150px 0;
}

li#mufprofnav_gallery a {
left: 300px;
width: 150px;
background-position: -300px 0;
}

li#mufprofnav_services a {
left: 450px;
width: 150px;
background-position: -450px 0;
}

li#mufprofnav_contact a {
left: 600px;
width: 150px;
background-position: -600px 0;
}

/*hover state*/
li#mufprofnav_home a:hover {
background-position: 0 -62px;
}

li#mufprofnav_about a:hover {
background-position: -150px -62px;
}

li#mufprofnav_gallery a:hover {
background-position: -300px -62px;
}

li#mufprofnav_services a:hover {
background-position: -450px -62px;
}

li#mufprofnav_contact a:hover {
background-position: -600px -62px;
}

/*current state*/
#body_profile li#mufprofnav_home a {
background-position: 0 -124px;
}

#body_pmessages li#mufprofnav_about a {
background-position: -150px -124px;
}

#body_application li#mufprofnav_gallery a {
background-position: -300px -124px;
}

#body_attach li#mufprofnav_services a {
background-position: -450px -124px;
}

#body_contact li#mufprofnav_contact a {
background-position: -600px -124px;
}

/*admin navigation start*/
#mufprofnavadmin li {
float: left;
}

#mufprofnavadmin li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../im/btn_sprite_nav_admin.png);
	background-repeat: no-repeat;
}

/*up state*/
li#mufprofnavadmin_home a {
left: 0;
width: 150px;
background-position: 0 0;
}

li#mufprofnavadmin_about a {
left: 150px;
width: 150px;
background-position: -150px 0;
}

li#mufprofnavadmin_apprvw a {
left: 300px;
width: 150px;
background-position: -300px 0;
}

li#mufprofnavadmin_savedapps a {
left: 450px;
width: 150px;
background-position: -450px 0;
}

li#mufprofnavadmin_contact a {
left: 600px;
width: 150px;
background-position: -600px 0;
}

/*hover state*/
li#mufprofnavadmin_home a:hover {
background-position: 0 -62px;
}

li#mufprofnavadmin_about a:hover {
background-position: -150px -62px;
}

li#mufprofnavadmin_apprvw a:hover {
background-position: -300px -62px;
}

li#mufprofnavadmin_savedapps a:hover {
background-position: -450px -62px;
}

li#mufprofnavadmin_contact a:hover {
background-position: -600px -62px;
}

/*current state*/
#body_profile li#mufprofnavadmin_home a {
background-position: 0 -124px;
}

#body_pmessages li#mufprofnavadmin_about a {
background-position: -150px -124px;
}

#body_application li#mufprofnavadmin_apprvw a {
background-position: -300px -124px;
}

#body_savedapps li#mufprofnavadmin_savedapps a {
background-position: -450px -124px;
}

#body_contact li#mufprofnavadmin_contact a {
background-position: -600px -124px;
}
/*end admin navigation*/



/*admin subnavigation start*/
#mufprofsubnavadmin li {
float: left;
}

#mufprofsubnavadmin li {
	position: absolute;
	top: 70px;
	margin: 0;
	padding: 0px 0px 25px 0px;;
	display: block;
	height: 62px;
	/*text-indent: -9999px;*/
	overflow: hidden;
}

/*up state*/
li#mufprofsubnavadmin_profileinfo {
left: 0;
width: 320px;
background-position: 0 0;
}

li#mufprofsubnavadmin_search {
left: 375px;
width: 150px;
}

li#mufprofsubnavadmin_save {
left: 475px;
width: 150px;
}
/*end admin subnavigation*/



.brdr{
	zoom:1;
	border-top:5px solid #7fd005;
	z-index:1;
	display: block;
}

 #containertwoColProfile {
	/*width: 600px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}
#profilesidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#main2ColProfile {
	margin-top: 0;
	margin-right: 285px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a containertwoColProfile that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#proSubContentA {
	width:285px;
	z-index:1;
	background-image: url(../im/proSubContentA.png);
	background-repeat: repeat-y;
}
#proSubContentA p {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#proSubContentB {
	width:285px;
	z-index:1;
	background-image: url(../im/proSubContentB.png);
	background-repeat: repeat-y;
}
#proSubContentB p {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.searchTab {
	list-style-type: none;
	position: relative;
	float: right;
	width: 100px;
	margin-top: -60px;
	margin-left:575px;
}
.searchTab2 {
	list-style-type: none;
	position: relative;
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-left:375px;
}
