
/* MOBILE STYLES */
@media handheld {
  .nomobile {
    display: none;
  }
}
@media only screen and (max-device-width: 480px) {
  .nomobile {
    display: none;
  }
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.headbg {
    background-color: white;
}

/* background color for the content part of the pages */
body, td 
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: white;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in discussion */    
.message    {
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by announcements and events */
.itemtitle    {

    font-size:  12px;
    color: #303030;
}

/* style of item social bookmarking toolbar control used in various modules */
.socialbookmarkingtools
{
	/* border-top: solid 1pt black; */
}

.socialBookmarkingTools #popup
{
	border: solid 1pt lightgrey;
	margin-left: 70px;
	padding: 4px;
	width: 200px;
}

.search
{

    font-size: 12px;
    font-weight: normal;
    line-height: 150%; text-indent:0; text-align:left; margin-left:0    
}

.searchpaging
{

    font-size: 12px;
    font-weight: bold;
    line-height: 150%; text-indent:0; text-align:center; margin-left:0    
}

.articlepaging
{

    font-size: 12px;
    font-weight: bold;
    line-height: 150%; text-indent:0; text-align:left; margin-left:0    
}


/* GENERAL */
/* style for module titles */
.head   {

    font-size:  12px! important;
    font-weight:    bold;
    color: #8e0125;
}

/* style of item titles on edit and admin pages */
.subhead    {

    font-size:  11px;
    font-weight:    bold;
    color: #303030;
}

/* module title style used instead of head for compact rendering by quicklinks and signin modules */
.subsubhead {

    font-size:  11px;
    font-weight:    bold;
    color: #808080;
}

/* text style used for most text rendered by modules */
.normal
{
	
	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	text-indent: 0;
	text-align: left;
	margin-left: 0;
}

.normaltable
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	
	font-size: 10pt;
	font-weight: normal;
}

.normalsmaller
{
	
	font-size: 8pt;
	font-weight: normal;
	line-height: 120%;
	text-indent: 0;
	text-align: left;
	margin-left: 0;
}

.normalsmallerbold
{
	
	font-size: 8pt;
	font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.normaltextbox
{

    font-size: 12px;
    font-weight: normal;
}

.normalred
{

    font-size: 11px;
    font-weight: bold;
    color: red;
}

.normalbold
{

    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.commandbutton     {

    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.commandbutton {
    text-decoration:    underline;
    color: #8B0000;
}

a:visited.commandbutton  {
    text-decoration:    underline;
    color: #8B0000;
}

a:active.commandbutton   {
    text-decoration:    underline;
    color: #8B0000;
}

a:hover.commandbutton    {
    text-decoration:    underline;
    color: red;
}
    


/* Generic */
h1  {

    font-size:  20px;
    font-weight:    normal;
    color: #000053;
}

h2  {

    font-size:  20px;
    font-weight:    normal;
    color: #000053;
}

h3  {

    font-size:  12px;
    font-weight:    normal;
    color: #000053;
}

h4  {

    font-size:  12px;
    font-weight:    normal;
    color: #000053;
}

h5, dt  {

    font-size:  11px;
    font-weight:    bold;
    color: #000053;
}

h6  {

    font-size:  11px;
    font-weight:    bold;
    color: #000053;
}

tfoot, thead    {

    font-size:  12px;
    color: #000053;
}

th  {
    vertical-align: baseline;

    font-size:  12px;
    font-weight:    bold;
    color: #000053;
}


/* Fixes Table and TD problems in the Built-in editor */

td  {
    

    font-size:  10pt;
    font-weight:    normal;
    color: #000000;
}


a:link  {
    text-decoration:    underline;
    color:  #303030
}

a:visited   {
    text-decoration:    underline;
    color:  #303030
}

a:active    {
    text-decoration:    underline;
    color:  #638258
}

a:hover {
    text-decoration:    underline;
    color:  #638258
}

small   {
    font-size:  6px;
}

big {
    font-size:  14px;
}

blockquote, pre {
    font-family:    Lucida Console, monospace;
}


ul li   {
    list-style-type:    disc ;
}

ul li li    {
    list-style-type:    disc;
}

ul li li li {
    list-style-type:    circle;
}

ol li   {
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
}

ol ol ol li {
    list-style-type:    lower-roman;
}

hr 
{
	display: none;  
    border:1pt solid height; 
    color:#7f8258;
}
	
#leftpane
{
	background: url(/images/mgo/left_panel.jpg);
	width: 255px; /* 263 minus padding 4 */
	padding: 4px;
}

#rightpane
{
}

.thumbnail img
{
	width: 100px;
	height: 100px;
	Padding: 5px;
}

ul.floatinglist
{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.floatinglist li.floatinglistitem
{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.floatinglist li.floatleft
{
	float: left;
}

#headerTabName
{
	margin-top: 25px; 
	margin-left: 390px; 
	padding: 0px; 
	width: 500px; 
	color: white; 
	font-size: 60pt; 
	font-family: Garamond;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

/* MGO CuteEditor styles */
.NormalText
{
	color: Black;
	font-weight: normal;
	font-size: 10pt;
}

.BurgundyArticleHeader
{
	color: #8e0125;
	font-weight: bolder;
	font-size: 14pt;	
}

.ArticleSubHeader, .SideBarQuote
{
	color: Black;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
}

.BurgundyParagraphHeader
{
	color: #8e0125;
	font-weight: bold;
	font-size: 12pt;	
}

.BurgundyNormalText
{
	color: #8e0125;
	font-weight: normal;
	font-size: 10pt;	
}

/* other misc MGO styles */
img
{
	border: none;
}

.yellowNote
{
	background-color: yellow;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	height: 1em;
}
    
.label
{
	width: 200px;
	white-space: nowrap;
	margin-right: 1em;
}

.alignright
{
	text-align: right;
}

.spaceabove
{
	padding-top: 20px! important;
}

/***/
.desktopmoduletitle table
{
	margin-bottom: 5px;
}

.desktopmoduletitle table tr td
{
	border-bottom: 1pt solid lightgrey;
}

table.sitedirectory tr td a.module
{

}

.fakeAnchor:link  {
    border-bottom: 1pt solid #303030;
}

.fakeAnchor:visited   {
    border-bottom: 1pt solid #303030;
}

.fakeAnchor:active    {
	border-bottom: 1pt solid #638258;
}

.fakeAnchor:hover {
	border-bottom: 1pt solid #638258;
}