/**************************************
 * THEME NAME: formal_white
 *
 * Files included in this sheet:
 *
 *   formal_white/fw_layout.css
 *   formal_white/fw_color.css
 *   formal_white/mystyle.css
 **************************************/

/***** formal_white/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
  padding-left: 5px;
}
  
/*h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}
*/
input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
    border:none;
  border-bottom:1px dashed;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:40px;
  border-width:0px;
  /*border-style:solid;*/
}

#header-home-logo {
  /* padding:1em 0.5em; */
  height:40px;
}

#header {
  height:40px;
  border-width:0px;
  /*border-style:solid;*/
}

.headermain {
  height:38px;
}

#headermain-logo {
  height:38px;    
 border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  margin-right: 5px;
  width: 100%; 
  padding:0px;
  height: 25px;
  border-width:1px;
  border-style:solid;
}

.breadcrumb {
 padding-top: 3px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 2px;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 40px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/

#footer {
  text-align:left;
  margin-top: 5px;
}


/***
 *** Blocks
 ***/
 
 .sideblock .header h2 {
  border-width: 0px;
 }
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** Calendar
 ***/
 
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 
 
 table.minicalendar {
  width: 100%;
  margin:0px auto;
  padding:0px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }

table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


/***
 *** Course
 ***/
 
.headingblock {
  border-width:1px;
  border-style:solid;
  padding:5px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}
.weekscss-format #left-column,
.weekscss-format #right-column {
  width: 12em;
}
/***** formal_white/fw_layout.css end *****/

/***** formal_white/fw_color.css start *****/

/*
E3DFD4 --> fffff9
*/
/* Core */

body {
  background-color: #f9f9f9;
  /*F7F6F1*/
}

a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

h2 {
  background-color: #fffffe;
  border-color:#C6BDA8;
}
h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#fffffe;

}


#layout-table #left-column {
    /* background-color: yellow; */
}

.generalbox {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#C6BDA8;
  /* background-color:#FFFFFF; */
}

.generaltable td.cell.c0 {
background-color:#C6BDA8; 
}

.navbar {
  background-color:#C6BDA8;
  border-color:#666666;
  /* height: 20px; */
  background: url(pix/grad/bg_bread.jpg) repeat-x;
}

.sitetopiccontent {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C6BDA8;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}



/***
 *** Header
 ***/

#header-home, #header {
  background-color: #fffffe;
  border-color:#C6BDA8;
}

/***
 *** Login
 ***/


.loginbox .header {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  border-color: #C6BDA8;
}

.sideblock {
  border-color:#C6BDA8;
}

.sideblock .content {
  border-color:#C6BDA8;
  background-color:#FdFdF9; /*FEF9F6*/
}

.sideblock hr {
  color:#C6BDA8;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#C6BDA8;
}

.sideblock .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
  background-color: rgb(235, 244, 249);
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
  background-color: rgb(235, 244, 249);
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #C6BDA8;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #C6BDA8;
}


table.calendarmonth tr td {
   border-color:#C6BDA8;
} 

table.minicalendar {
  border-color:#C6BDA8;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FBBB23 !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#A1BECB !important;
  background-color:#A1BECB;
}

.cal_popup_fg {
  background-color:#FEF9F6;
}

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#C6BDA8;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#C6BDA8;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #C6BDA8;
}

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C6BDA8;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#C6BDA8;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
}

.forumpost .starter {
  background:#FEF9F6; 
}

.forumheaderlist .discussion .starter {
  background:#FEF9F6; 
}

.forumheaderlist td {
  border-color: #C6BDA8;
}

.sideblock .post .head {
  color:#FEF9F6;
}

.forumthread .unread {
  background: #FEF9F6;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C6BDA8; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}
/***** formal_white/fw_color.css end *****/

/***** formal_white/mystyle.css start *****/

.code {
font-size:1.1em;
background:#ddeeff;
border: 1px solid #70A1CA;
margin-left: 1pt;
margin-right: 1pt;
margin-top:1px;
margin-bottom:1px;
padding: 3pt;
}
.reportlink a{
	font-weight: bold;
	background-color: #ffcccc;
	font-size:1.1em;
	border: #1A4A72 solid 1px;
}

.forumpost .commands{
	font-weight:bold;
	}
#quickmail_to label{
	font-size:.85em;
}
.chat-message, .chat-message .text{
	font-family: Verdana;
	font-size:.9em;
	border: 1pt dashed #70A1CA;
}
.chat-message .text .title{
	text-decoration:underline;	
}
.chat-message, .chat-event{
	width:100%;
	}
.chat-event, .chat-event .text .event{
	font-style:italic;
	font-size:.9em;
}
#mod-assignment-view #dates {
  margin-top: 0px;
  margin-bottom: 10px;
}

img{
	border:0px;
}
.left_float_img, .left-float-img {
display: inline; float: left; padding-right: 7px; padding-top:4px;
}
.right_float_img,.right-float-img {
display: inline; float: right; padding-left: 7px;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-size:1.2em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

.header .title h2{
	font-size:0.98em;
}
.event .date {
	font-size:0.8em;
}

.filters td {
	font-size:1em;
}

.minicalendar .weekdays {
	font-size:0.97em;
}

.minicalendar {
	margin-left:-5px;
}
.calendar-controls {
	font-size:0.9em;
}


.logininfo,
#header-home .headermenu font {
     font-size:.9em;
}

#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.8em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
.filters table tr td {
	font-size:7pt;
	}

img.resize {
  width: 1em;
  height: 1em;
}
/*------------------------------------------------*/

.activitydate, .activityhead, .block_news_items .content, .block_calendar_upcoming .content, .block_recent_activity p{
	font-size:.85em;
}
.block_recent_activity h3.main {
	font-size:.9em;
}

.cms-navi ul, .cms-navi li, .cms-inactive,.cms-navi li, .cms-navi, .cms-navi-list, .cms-navi-list li ,li.cms-active-1,li.cms-active-2,li.cms-inactive{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}
li.cms-active-1,li.cms-active-2,li.cms-inactive {
    margin-left: -2em;
}
.cms-navi-list .cms-navi-list li {
	margin-bottom:0px;
	margin-top:0px;
	margin-left: -3em;
}

.sideblock .header .title h2{
	font-weight: bold; 
	display:inline;
	padding-left: 5px;
}

#layout-table{
    margin:0px;
}
#left-column{
	}
#right-column	{
	border-left: 1pt dashed #70A1CA;
	}
div.performanceinfo{
	display:inline;
	margin:0px;
	}
body {
	font-family: Verdana, Helvetica, sans-serif;
	background: #efefef;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 7px;
	margin-right: 7px;
}
a:link, a:visited  {
	color: #1A4A72;
}
a:hover {
	color: #888888;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 0.95em;
    line-height: 130%; 
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
    line-height: 130%; 
	padding-bottom: 2px; 
	padding: 2px;
}


ul {
	list-style-position: outside;
/*	list-style-image: url('/images/bullet.gif'); */
	margin-top: 0px;
}
ol {
	list-style-position: outside;
	list-style-image: none;
	margin-top: 0px;
}


/*
ul.dl, ol.dl, li.dl {
	list-style-image: url('/images/bullet2.gif');
}
*/


h1,h2,h3,h5,h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #152065;
}
h4 {
	margin-left: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #152065;
}
form {
	margin-bottom: 0px;
	margin-top: 0px;
	display:inline;
}

span.white, span.white:link, span.white:visited {
	font-family: Verdana, Helvetica, sans-serif;
	color: #207FAE;
	vertical-align: top;
	margin-left: 0px; 
	margin-bottom: 5px;
	text-decoration: none;
}
table.center {
	margin-left: auto;
    margin-right: auto;
}
.small {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	text-align: right;
	vertical-align: bottom;
}

.form {
	font-family: Helvetica, sans-serif;
	color: black;
	margin: 3px;
	font-weight: 600;
	vertical-align: top;
}

.red {
	color: #FF0000;
}
.important {
	margin-left: 5px;
	font-weight: 600;
}
.redemph{
	color: red;
	font-weight:600;
}
.formtitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.forum {
	border: 2px white ridge;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #1A4A72;
	background-color: #1A4A72;
	margin-top: 0px;
	margin-bottom: 0px;
	height:1px;
	border: 0px;
}

.ta {
	border: 2px ridge white;
}
code{
	font-size: larger;
	background-color: #EEEEEE;
	padding-right: 2px;
	padding-left: 2px;
}

kbd {
  padding: 0px 1px 0px 1px;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  background: #faf6f6;
  color: #000;
  border-color:  #edd #baa #baa #eed;
  font-size: 1em;
}

li.tight {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:visited.cyan.current {
	text-decoration: underline;
}

.cyan{
	 font-size: 0.85em;
/*	 padding: 2px; */
	 color: #384F89;
	 font-family: Verdana, Helvetica, sans-serif;
	 font-weight:bold;
}
a:link.cyan{
	 color: #1A4A72;
	 text-decoration: none;
}
a:visited.cyan{
	 color: #1A4A72;
	 text-decoration: none;
}
a:hover.cyan{ 
	 color: #1A4A72;
	 text-decoration: underline;
}

.sidemenu{
	border: #1A4A72 solid 1px;
}


td.content{
	background-color: white;/* #EFEFEF */
	padding-right: 2px;
}
td.bevel1{
 background-color:#b56d00;
}
td.bevel2{
 background-color:#995c00;
}
.text{
 padding:6px;
 border:thin #1A4A72 solid;


}
.sna{
 font-weight:600;
 font-family: arial;
 background-color:#dddddd;
 /*#8EBAF0*/
 border-left:thin #995c00 solid;
 border-right:thin #995c00 solid;
 padding-left:0px;
 padding-right:0px;
 width:183px;
 margin-right:4px;
 margin-top:-3px; 
 margin-left:0px;
 margin-bottom:-2px;
}
h4.menu{
	color:black;
}
a.menu:link {
	color: #207FAE;
	text-decoration: none;
}
a.menu:visited {
	color:#003399 ;
	text-decoration: none;
}
a.menu:hover {
	color: #995c00;
	text-decoration: underline;
}

/* help box */
table.hlpbox{
	background: #1A4A72;
	border: 2px #EEEEEE solid;
}
tr.hlpbox{
	background:#EEEEEE;
	vertical-align:top;
}

td.nav {
	border-right: #1A4A72 solid 1px;
	border-left: #1A4A72 solid 1px;
	padding-left: 4px;
	padding-bottom: 0px;
}

td.feed {
	font-size: small;
	background-image: url('images/lines.v.2.gif');
	border-right: #1A4A72 solid 1px;
	border-left: #1A4A72 solid 1px;
	border-top: #1A4A72 solid 1px;
	border-bottom: #1A4A72 solid 1px;
	padding: 2px;
}
.input {
	font-family: Helvetica, sans-serif;
	border-right: #1A4A72 dashed 1px;
	border-left: #1A4A72 dashed 1px;
	border-top: #1A4A72 dashed 1px;
	border-bottom: #1A4A72 dashed 1px;
}
.input2 {
	font-family: Helvetica, sans-serif;
	border-right: 0px;
	border-left: #1A4A72 dashed 1px;
	border-top: #1A4A72 dashed 1px;
	border-bottom: #1A4A72 dashed 1px;
}

th.box {
	border-bottom: #1A4A72 solid 1px;
	color: white;
	font-weight: bold;
	background-color: #1A4A72;
}

.submit {
	background: #1A4A72;
	color: white;
	border-right: white solid 1px;
	border-left: white solid 1px;
	border-top: white solid 1px;
	border-bottom: white solid 1px;
	padding: 1px;
	font-size: smaller;
}

.lmod {
	color: #cccccc;
	text-align: right;
	font-size: 7pt;
}

 .error 
 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
  color : white;
  background: #FF4040;
  font-weight : bold;
  padding: 4px;
 }

 .good 
 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
  color : white;
  background: green;
  font-weight : bold;
  padding: 4px;
 }

.selected {
 font-family : Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;
  font-size : 14px;
  color : black;
  background: #F2FF85;
  font-weight : bold;
  padding: 2px;
  width: 45%;
}


table.box2 {
	background-color: #FFFFFF;
	color: #1A4A72;

}


th.box {
	border-bottom: #1A4A72 solid 1px;
	color: white;
    background-color: #1A4A72;
}

th.box.lc {
	background-image: url('images/tl.gif');
	background-repeat: no-repeat;
}
th.box.rc {
	background-image: url('images/tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

a:link.nav, a:visited.nav {
	color: white;
	text-decoration: none;
}
a:hover.nav, a:link.nav.u, a:visited.nav.u {
	color: white;
	text-decoration: underline;
}

.row1 {
	border-bottom: #1A4A72 solid 1px;
}

.row0 {
	border-bottom: #1A4A72 solid 1px;
	background-color: #F4F4F4;
}

/* used for td.row0 and td.row1 */
.lineL {
	border-left: #1A4A72 solid 1px;
}
.lineR {
	border-right: #1A4A72 solid 1px;
}

tt {
	font-size: 1em;
}

.box2 {
	font-size: 8pt;
}
/* error box */
table.errbox{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FF0000;
	border: 2px #EEEEEE solid;
}
tr.errbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	vertical-align:top;
}

#atutor {
	color: #152065;
	font-size: large;
}

#intro {
	border: #1A4A72 dashed 1px;
	padding: 5px;
}

.ss {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 10px;
}

/* float right */
.r {
	float: right;
}
.l {
	float: left;
	clear: left;
}

h2 {
	border-bottom: 1px dashed #1A4A72;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 98%;
}

/* SIDE MENU STYLES : */
td.achatmenu {
	background-color: white; 
	font-size: 0.85em;
	padding-left: 2px;
	padding: 2px;
}

td.achatmenu2 {
	background-color: white; 
	font-size: 0.85em;
	padding-left: 2px;
	padding: 2px;
}

td.h {
	background-color: #CDE7FD; 
	font-size: 0.85em;
	padding: 2px;
}
td.h2 {
	background-color: #EBF5FD; 
	font-size: 0.85em;
	padding: 2px;
}
td.h3 {
	background-color: #CDE7FD; 
	font-size: 0.85em;
	padding: 2px;
}

td.achatmenu a, td.achatmenu a:hover, td.achatmenu a:visited{
	text-decoration: none;
	color: #1A4A72;
}
td.h a, td.h a:hover, td.h a:visited, td.h2 a, td.h2 a:hover, td.h2 a:visited, td.h3 a, td.h3 a:hover, td.h3 a:visited {
	text-decoration: none;
	color: #1A4A72;
}

h5.heading {
	font-weight: bold; 
	border: 1px solid #CDE7FD; 
	text-align:center;
	color: white;
	background-color: #1A4A72;
}

.heading2 {
	letter-spacing: 3px;
	/* text-transform: uppercase;  */
	background-color: #eeeeee; 
	color: #1A4A72; 
	font-weight: bold; 
	font-size: small; 
	padding-right: 3px; 
	padding-left: 3px; 
	text-align: center;
}

.spacer {
	color: #A7D2F8;
}

pre {
	font-size: 1em;
}

th.box a {
	color: white;
	font-weight: normal;
}


table.box {
	background-color: white;
	border-right: #1A4A72 solid 1px;
	border-left: #1A4A72 solid 1px;
	border-top: #1A4A72 solid 1px;
}

table.box th, table.box td {
	border-bottom: #1A4A72 solid 1px;
	font-size: smaller;
}

table.box .submit {
	background: #1A4A72;
	color: white;
	font-size: smaller;
}

table.box .submit:hover {
	background: #0077AA;
	color: white;
	font-size: smaller;
}

table.box .submit.disabled {
	background: #CECECE;
}

.submit:hover, .submit:focus {
	background: #0077AA;
	color: white;
	font-size: smaller;
}

table.box td.right-border, table.box th.right-border {
	border-right: #1A4A72 solid 1px;
	padding-right: 20px;
}

.file {
	font-size: xx-small;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.news-date {  /*#FFA500*/
	color: gray;
	font-weight:normal;
	font-size:x-small;
}

/* My area */

div.submenu {
	background-color: white;
	color: #3377aa;
	padding: 2px;
	margin-left: -4px;
	font-size: small;
	font-weight: bold;
	padding-right: 10px;
	text-align: center;
}
div.submenu a {
	color: #3377aa;
	text-decoration: none;
}
div.submenu a:hover {
	color: #3377aa;
	text-decoration: underline;
}
.spacer2 {
	color: black;
}
table.my_box {
	font-family: Verdana, Helvetica, sans-serif;
	border: gray solid 1px;
	color: black;
	font-weight: normal;
	background-color: white;
	font-size: small;	
}

table.my_box a {
	text-decoration: none;
}
table.my_box a:hover {
	text-decoration: underline;
}

table.my_box2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	background-color: white;
	font-size: small;	
}

table.my_box2 a {
	text-decoration: none;
}
table.my_box2 a:hover {
	text-decoration: underline;
}

table.my_box2 h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	padding-left:5px;
	border-bottom: 0px;
}

/* myAtutor styles: */
div#manage{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}

div#manage h2, div#publish h2, div#translate h2, div#administer h2 {
	border: 0px;
	font-weight: normal;
}

div#manage:hover, div#publish:hover, div#translate:hover, div#administer:hover {
	background-color: #FFF8C8;
	border: #AAAAAA 1px solid;
}

div#manage a, div#publish a, div#translate a, div#administer a {
	text-decoration: none;
}

div#manage:hover a, div#publish:hover a, div#translate:hover a, div#administer:hover a {
	color: #1A4A72;
}


div#publish{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}
.poll{
	position: relative;
	float: left;
	margin: 5px;
	padding: 5px;
}
div#translate{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}

div#advertise{
	position: relative;
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	float: left;
	margin: 5px;
	padding: 5px;
}
div#administer{
	width: 250px;
	border: rgb(204, 204, 204) 1px solid;
	background-color: #FFFCE5;
	
	margin-top: 20px;
	margin-left: 5px;
	padding: 5px;
	clear: left;
	float: left;
}

/*** THE PROJECTS LIST: ****/
ul#projects, ul#projects ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#projects li {
	padding: 0px;
	margin: 0px;
}
ul#projects a {
	text-decoration: none;
	padding: 1px 0px 1px 2px;
	font-size: x-small;
	display: block;
	color: #1A4A72;
}
ul#projects a:hover {
	background-color: #CDE7FD;
}

li#current_project {
	background-color: #EBF5FD;
	border-bottom: 1px solid #CDE7FD;
}

li#current_project ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

/***** THE TOP NAVIGATION ***/
ol#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
}
ol#nav li {
	display: inline;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

ol#nav li a {
	padding: 5px 10px;
}

ol#nav li a:hover, ol#nav li a:focus {
	background-color: #FDE7FF;
}
/*
ol#nav li:after {
	content: " | ";
	font-weight: normal;
	color: #A7D2F8;
}
*/
ol#nav li {
	border-right: 0.7pt solid #bbbbee;
}/***** formal_white/mystyle.css end *****/

