Blame Identity/Models/Html/Mantis/1.1.2-1.fc9/css/default.css

4c79b5
/*
4c79b5
Theme Name  : TreeFlower
4c79b5
Theme URI   : http://wiki.centos.org/ArtWork/MantisThemeDesign
4c79b5
Description : TreeFlower is a proposed motive for CentOS theming. This
4c79b5
   	      is a workaround to take Mantis application into that
4c79b5
	      look and feel. Mantis is the application we use to track
4c79b5
	      bugs.
4c79b5
Author	    : The CentOS ArtWork SIG.
4c79b5
Licence     : This CSS design is released under GPL (
4c79b5
	      http://www.opensource.org/licenses/gpl-license.php)
4c79b5
4c79b5
-------------------------------------------------------------
4c79b5
     $Author: al $
4c79b5
   $Revision: 2643 $
4c79b5
       $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $
4c79b5
-------------------------------------------------------------
4c79b5
*/
4c79b5
4c79b5
html {
4c79b5
        background-image:url(../images/html-background.png);
4c79b5
        background-color: #FFF;
4c79b5
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
4c79b5
        font-size: 0.85em;
4c79b5
        line-height: 1.25em;
4c79b5
        /* margin: 0;           /* <- full screen                       */
4c79b5
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
4c79b5
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
4c79b5
        margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
4c79b5
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
4c79b5
        }
4c79b5
4c79b5
4c79b5
body 	{
4c79b5
	background-color: #ffffff; 
4c79b5
	border: 10px solid #fff;
4c79b5
	color: #000000; 
4c79b5
	padding:0;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
/* Links */
4c79b5
4c79b5
a:link  			{ text-decoration: none; color: #204C8D }
4c79b5
a:hover 			{ text-decoration: underline; color: green; } 
4c79b5
a:active 			{ text-decoration: underline; color: green; } 
4c79b5
a:visited 			{ text-decoration: none; color: #204C8D; }
4c79b5
a:visited:hover 		{ text-decoration: underline; color: green; }
4c79b5
4c79b5
a.subtle 			{ color: #204C8D; text-decoration: none; }
4c79b5
4c79b5
.logininfo a:link 		{ text-decoration: none; color: #EEE; }
4c79b5
.logininfo a:hover 		{ text-decoration: underline; color: #FFF; }
4c79b5
.logininfo a:active 		{ text-decoration: underline; color: #FFF; }
4c79b5
.logininfo a:visited 		{ text-decoration: none; color: #EEE; }
4c79b5
.logininfo a:visited:hover 	{ text-decoration: underline; color: #FFF; }
4c79b5
4c79b5
a {
4c79b5
	cursor: pointer;
4c79b5
	}
4c79b5
4c79b5
/* Headers */
4c79b5
4c79b5
h1 {
4c79b5
        font-size: 1.7em;
4c79b5
        font-weight: bold;
4c79b5
        line-height: 1.9em;
4c79b5
        margin: 0;
4c79b5
        margin-top: 0.6em;
4c79b5
        margin-bottom: 0.9em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-3} */
4c79b5
        color: #FFF;
4c79b5
        border: none;
4c79b5
        background-color: #204C8D;
4c79b5
        background-image: url("../images/h1-background.png");
4c79b5
        }
4c79b5
4c79b5
h2 {
4c79b5
        font-size: 1.4em;
4c79b5
        line-height: 1.8em;
4c79b5
        margin: 0;
4c79b5
        margin-top: 1.6em;
4c79b5
        margin-bottom: 0.8em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-3}*/
4c79b5
        background-image: url("../images/h2-background.png");
4c79b5
        border: none;
4c79b5
        color: #072B61;
4c79b5
        }
4c79b5
4c79b5
h3 {
4c79b5
        font-size: 1.25em;
4c79b5
        line-height: 1.6em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.5em;
4c79b5
        padding-left: 0.7em; /* Should be the same for h{1-3} */
4c79b5
        color: #072B61;
4c79b5
        border-bottom-width: 1px;
4c79b5
        border-bottom-style: solid;
4c79b5
        border-bottom-color: #DADADA;
4c79b5
        }
4c79b5
4c79b5
h4 {
4c79b5
        font-size: 1em;
4c79b5
        line-height: 1.4em;
4c79b5
        margin-top: 1em;
4c79b5
        margin-bottom: 0.1em;;
4c79b5
        padding-left: 1em; /* Should be the same for h{4-4} */
4c79b5
        color: #072B61;
4c79b5
        border-bottom: none;
4c79b5
        }
4c79b5
4c79b5
/* Elements Indentation */
4c79b5
4c79b5
div.news_entry {
4c79b5
	margin-left: 1.5em;
4c79b5
	}
4c79b5
4c79b5
/* Lists */
4c79b5
4c79b5
ul,
4c79b5
ol {
4c79b5
        padding-left: 0.5em;
4c79b5
        margin-left: 3em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
ul { 
4c79b5
        list-style: url("../images/ul.png") circle; 
4c79b5
        } 
4c79b5
4c79b5
ol {
4c79b5
        list-style-image: none !important;
4c79b5
        }
4c79b5
4c79b5
ul li {
4c79b5
        padding-left: 0em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
ol li {
4c79b5
        padding-left: 0em;
4c79b5
        margin-bottom: 0.3em;
4c79b5
        }
4c79b5
4c79b5
ul ul,
4c79b5
ul ol,
4c79b5
ol ul,
4c79b5
ol ol {
4c79b5
        margin-left: 1.5em;
4c79b5
        margin-top: 0.3em;
4c79b5
        }
4c79b5
4c79b5
ul li p,
4c79b5
ol li p {
4c79b5
        margin-bottom: 0.3em;
4c79b5
        line-height: 1.5em;
4c79b5
        margin-left: 0 !important;
4c79b5
        }
4c79b5
4c79b5
/* Page */
4c79b5
4c79b5
#page {
4c79b5
	padding-left: 20px;
4c79b5
	padding-right: 20px;
4c79b5
	}
4c79b5
4c79b5
/* Issues recently visited */
4c79b5
4c79b5
div.recently_visited {
4c79b5
	float: left;
4c79b5
	font-size: 0.82em;
4c79b5
	text-align: left;
4c79b5
	margin: 0;
4c79b5
	padding-top: 0.27em;
4c79b5
	}
4c79b5
4c79b5
/* Admonition Support */
4c79b5
4c79b5
.lmtxt {
4c79b5
        background-color: #ECECEC;
4c79b5
        background-image: url("../images/msg-bg-gray.png");
4c79b5
	width: auto;
4c79b5
        border-width: 1px;
4c79b5
        border-left-width: 4px;
4c79b5
        border-style: solid;
4c79b5
        border-color: #CFCFCF;
4c79b5
        padding: 5px !important;
4c79b5
        }
4c79b5
4c79b5
.lmtxt.red,
4c79b5
#message.red { 
4c79b5
        border-color: #E0B7B7;
4c79b5
        background-color: #FFECEC;
4c79b5
        background-image: url("../images/msg-bg-red.png");
4c79b5
        }
4c79b5
4c79b5
.lmtxt.green,
4c79b5
#message.green { 
4c79b5
        border-color: #D6F6D2;
4c79b5
        background-color: #EEFFEC;
4c79b5
        background-image: url("../images/msg-bg-green.png");
4c79b5
        }
4c79b5
4c79b5
.lmtxt.violet,
4c79b5
#message.violet { 
4c79b5
        border-color: #F6D2F6; 
4c79b5
        background-color: #FFECFF;
4c79b5
        background-image: url("../images/msg-bg-violet.png");
4c79b5
        }
4c79b5
4c79b5
.lmtxt.blue,
4c79b5
#message.blue { 
4c79b5
        border-color: #D2E0F6; 
4c79b5
        background-color: #ECF4FF;
4c79b5
        background-image: url("../images/msg-bg-blue.png");
4c79b5
        }
4c79b5
4c79b5
.lmtxt.orange,
4c79b5
#message.orange { 
4c79b5
        border-color: #F6E7D2; 
4c79b5
        background-color: #FFF8EC;
4c79b5
        background-image: url("../images/msg-bg-orange.png");
4c79b5
        }
4c79b5
4c79b5
/* Helper_api Message */
4c79b5
4c79b5
#message {
4c79b5
        margin-top: 2em;
4c79b5
        margin-right: 20%;
4c79b5
        margin-bottom: 2em;
4c79b5
        margin-left: 20%;
4c79b5
        padding-top: 1em;
4c79b5
        padding-right: 1em;
4c79b5
        padding-bottom: 1em;
4c79b5
        padding-left: 1.5em;
4c79b5
	border-width: 0;
4c79b5
        border-top-width: 4px;
4c79b5
        border-top-style: solid;
4c79b5
        border-bottom-width: 4px;
4c79b5
        border-bottom-style: solid;
4c79b5
        border-bottom-color: #D2E0F6;
4c79b5
	text-align: center;
4c79b5
        }
4c79b5
4c79b5
#message p {
4c79b5
        font-weight: bold;
4c79b5
        line-height: 1.5em;
4c79b5
        margin: 0;
4c79b5
        padding-top: 1em;
4c79b5
        padding-right: 2em;
4c79b5
        padding-bottom: 1em;
4c79b5
        padding-left: 2em;
4c79b5
        }
4c79b5
4c79b5
/* User Interface Styles */
4c79b5
4c79b5
#header {
4c79b5
        margin:0;
4c79b5
	margin-bottom: 0.5em;
4c79b5
        padding: 0;
4c79b5
        background-color: #204C8D;
4c79b5
        background-image: url("../images/header-background.png");
4c79b5
        }
4c79b5
4c79b5
#header .navibar {
4c79b5
        border-bottom-width: 2px;
4c79b5
        border-bottom-style: dotted;
4c79b5
        border-bottom-color: #628ECA;
4c79b5
        border-top-width: 1px;
4c79b5
        border-top-style: solid;
4c79b5
        border-top-color: #C9C9C9;
4c79b5
        }
4c79b5
4c79b5
#logo {
4c79b5
	float:left;
4c79b5
        margin: 0px;
4c79b5
        padding: 0px;
4c79b5
        /* For text only logo */
4c79b5
        font-size: 1.4em;
4c79b5
        font-weight: bold;
4c79b5
        }
4c79b5
4c79b5
#logo img {
4c79b5
        margin: 10px;
4c79b5
        vertical-align: middle;
4c79b5
	border: 0;
4c79b5
        }
4c79b5
4c79b5
#logo a {
4c79b5
        color: white;
4c79b5
        text-decoration: none;
4c79b5
	border: 0;
4c79b5
        }
4c79b5
4c79b5
#header .googlecontent {
4c79b5
	padding-top: 3px;
4c79b5
	padding-right: 5px;
4c79b5
        text-align: right;
4c79b5
        }
4c79b5
4c79b5
.pageline {
4c79b5
        clear: both;
4c79b5
        margin: 0;
4c79b5
        padding: 0;
4c79b5
        width: 100%;
4c79b5
        /* sync these values, line-height is needed for IE */
4c79b5
        height: 5px;
4c79b5
        line-height: 5px;
4c79b5
        background: #628ECA;
4c79b5
        }
4c79b5
4c79b5
.pageline2 {
4c79b5
	clear:both;
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	width: 100%;
4c79b5
	}
4c79b5
4c79b5
/* Information about Login  */
4c79b5
4c79b5
.logininfo {
4c79b5
	margin: 0px;
4c79b5
	padding: 5px;
4c79b5
	color: #EEE;
4c79b5
        font-size: 0.82em;
4c79b5
        white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
.logininfo ul {
4c79b5
	text-align: right;
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
.logininfo li {
4c79b5
	display: inline;
4c79b5
        padding: 0;
4c79b5
	padding-left: 5px;
4c79b5
	padding-right: 5px;
4c79b5
	}
4c79b5
4c79b5
.logininfo li.last {
4c79b5
	border-left: 1px dotted #EEE;
4c79b5
	}
4c79b5
4c79b5
/* Information about Projects */
4c79b5
4c79b5
.projectinfo {
4c79b5
        padding: 0;
4c79b5
	margin: 0;
4c79b5
        white-space: nowrap;
4c79b5
	text-align:right;
4c79b5
	color: #000;
4c79b5
        font-size: 0.8em;
4c79b5
	}
4c79b5
4c79b5
.projectinfo li {
4c79b5
        display: inline;
4c79b5
        padding: 0;
4c79b5
        }
4c79b5
4c79b5
.projectinfo form {
4c79b5
        display: inline;
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
        }
4c79b5
4c79b5
.projectinfo input[type=text],
4c79b5
.projectinfo select {
4c79b5
        border: 2px solid #204C8D;
4c79b5
        background-color: #EDF4FF;
4c79b5
	color: #204C8D;
4c79b5
	padding: 1px;
4c79b5
	font-size: inherit;
4c79b5
        }
4c79b5
4c79b5
.projectinfo input[type=text] {
4c79b5
	padding: 2px;
4c79b5
	padding-left: 4px;
4c79b5
	}
4c79b5
4c79b5
.projectinfo input[type=button], 
4c79b5
.projectinfo input[type=submit], 
4c79b5
.projectinfo input[type=reset] {
4c79b5
        font-size: 0.8em;
4c79b5
        border-width: 2px;
4c79b5
        border-style: solid;
4c79b5
        border-color: #204C8D;
4c79b5
        background-color: #3B71B8;
4c79b5
        color: #FFFFFF;
4c79b5
        cursor: pointer;
4c79b5
        display: inline;
4c79b5
        font-weight: bold;
4c79b5
        text-decoration: none;
4c79b5
        padding: 2px;
4c79b5
        padding-left: 4px;
4c79b5
        padding-right: 4px;
4c79b5
        }
4c79b5
4c79b5
/* Main Navigation Bar */
4c79b5
4c79b5
.navibar {
4c79b5
        clear: both;
4c79b5
        display: block;
4c79b5
	margin: 0px;
4c79b5
	padding: 0px;
4c79b5
	padding-left: 20px;
4c79b5
	padding-top: 2px;
4c79b5
	padding-bottom: 2px;
4c79b5
        white-space: nowrap;
4c79b5
        background: #EDF4FF; 
4c79b5
	text-align: center;
4c79b5
	font-size: 0.9em;
4c79b5
        }
4c79b5
4c79b5
.navibar li {
4c79b5
        display: inline;
4c79b5
	border-left: 1px dotted #204C8D;
4c79b5
	padding-left: 10px;
4c79b5
	padding-right: 10px;
4c79b5
        }
4c79b5
4c79b5
.navibar li.first {
4c79b5
	border-left: 0;
4c79b5
	padding-left: 0;
4c79b5
	}
4c79b5
4c79b5
/* Form Elements */
4c79b5
4c79b5
input[type=text],
4c79b5
input[type=password],
4c79b5
textarea {
4c79b5
	padding: 2px;
4c79b5
        padding-left: 4px;
4c79b5
        }
4c79b5
4c79b5
input, 
4c79b5
select { vertical-align: middle; }
4c79b5
4c79b5
form	{ 
4c79b5
	display: inline; 
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
/* Tables */
4c79b5
4c79b5
table				{ }
4c79b5
table.border_black		{ border: 1px solid #000; }
4c79b5
table.hide			{ width: 100%; border: solid 0px #ffffff; }
4c79b5
table.width100			{ width: 100%; border: solid 1px #000000; }
4c79b5
table.width75			{ width: 75%;  border: solid 1px #000000; }
4c79b5
table.width60			{ width: 60%;  border: solid 1px #000000; }
4c79b5
table.width50			{ width: 50%;  border: solid 1px #000000; }
4c79b5
4c79b5
td 				{ font-family: "DejaVu Sans", "Liberation Sans", sans-serif; 
4c79b5
				  font-size: 10pt; padding: 4px; text-align: left; }
4c79b5
td img.icon_sort		{ float:right; padding-right: 3px; padding-left: 3px; }
4c79b5
4c79b5
td.center			{ text-align: center; }
4c79b5
td.left				{ text-align: left; }
4c79b5
td.right			{ text-align: right; }
4c79b5
td.category			{ background-color: #EAE1EE; color: #000000; font-weight: bold; vertical-align : top; }
4c79b5
4c79b5
td.col-1			{ background-color: #EAF3F9; color: #000000; }
4c79b5
td.col-2			{ background-color: #EAF3F9; color: #000000; }
4c79b5
td.form-title			{ color: #072B61; font-weight: bold; text-align: left; }
4c79b5
td.nopad			{ padding: 0px; }
4c79b5
td.spacer			{ background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; }
4c79b5
td.small-caption		{ font-size: 8pt; }
4c79b5
td.print			{ font-size: 8pt; text-align: left; padding: 2px; }
4c79b5
td.print-category		{ font-size: 8pt; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
4c79b5
td.print-bottom			{ border-bottom: 1px solid #000000; }
4c79b5
td.print-spacer			{ background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; padding: 0px;}
4c79b5
4c79b5
tr				{}
4c79b5
tr.title			{ background-color: #FFF; background-image: url("../images/h2-background.png");}
4c79b5
tr.row-1			{ background-color: #EAF3F9; color: #000000; }
4c79b5
tr.row-2			{ background-color: #D8E9F4; color: #000000; }
4c79b5
tr.row-category			{ background-color: #EAE1EE; color: #000000; font-weight: bold;}
4c79b5
tr.row-category td  		{ text-align:center; }
4c79b5
tr.row-category2		{ background-color: #EAE1EE; color: #000000; }
4c79b5
tr.row-category-history 	{ background-color: #EAE1EE; color: #000000; font-weight: bold;}
4c79b5
tr.row-category-history td 	{ text-align: left; }
4c79b5
tr.vcenter			{ vertical-align: middle; }
4c79b5
tr.print			{ vertical-align: top; }
4c79b5
tr.print-category		{ color: #000000; font-weight: bold; }
4c79b5
4c79b5
#buglist tr			{ text-align: center; }
4c79b5
4c79b5
tr.bugnote			{ vertical-align: top; }
4c79b5
td.bugnote-public		{ background-color: #EAE1EE; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
4c79b5
td.bugnote-private		{ background-color: #EAF3F9; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
4c79b5
td.bugnote-note-public		{ background-color: #EAF3F9; color: #000000; width: 75%; }
4c79b5
td.bugnote-note-private		{ background-color: #EAF3F9; color: #000000; width: 75%; }
4c79b5
4c79b5
td.login-info-left		{ width: 33%; padding: 0px; text-align: left; }
4c79b5
td.login-info-middle		{ width: 33%; padding: 0px; text-align: center; }
4c79b5
td.login-info-right		{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; }
4c79b5
4c79b5
td.menu				{ background-color: #EAF3F9; color: #000000; text-align: center; width: 100%; padding: 1px; }
4c79b5
td.menu a			{ white-space: nowrap; }
4c79b5
4c79b5
td.news-heading-public	{ background-color: #EAE1EE; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
4c79b5
td.news-heading-private	{ background-color: #EAF3F9; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
4c79b5
4c79b5
td.news-body			{ background-color: #ffffff; color: #000000; padding: 16px; }
4c79b5
4c79b5
/* Quick summary. Element displayed near titles
4c79b5
 * with the amount of opened and assigned issues. */
4c79b5
4c79b5
div.quick-summary {
4c79b5
	background-color: #fff;
4c79b5
	border: 0;
4c79b5
	border-left: 1px solid #ddd;
4c79b5
	font-size: small;
4c79b5
	width: 200px;
4c79b5
	padding-left: 0.5em;
4c79b5
	float:right;
4c79b5
	margin-left: 1em;
4c79b5
	margin-bottom: 1em;
4c79b5
	}
4c79b5
4c79b5
div.quick-summary p {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
.bracket-link {
4c79b5
	text-align: left;
4c79b5
	font-size: small;
4c79b5
	}
4c79b5
4c79b5
/* News Entries */
4c79b5
4c79b5
div.news_entry {
4c79b5
	margin-bottom: 1.5em;
4c79b5
	}
4c79b5
4c79b5
p.news_entry_info,
4c79b5
p.news_entry_body {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
p.news_entry_info {
4c79b5
	font-size: 0.8em;
4c79b5
	color: gray;
4c79b5
	}
4c79b5
4c79b5
.progress400 { 
4c79b5
	position: relative; 
4c79b5
	width: 400px; 
4c79b5
	border: 1px solid #d7d7d7; 
4c79b5
	margin-top: 1em; 
4c79b5
	margin-bottom: 1em; padding: 1px; 
4c79b5
	}
4c79b5
4c79b5
.progress400 .bar {
4c79b5
	display: block; 
4c79b5
	position: relative; 
4c79b5
	background: #6bba70; 
4c79b5
	text-align: center; 
4c79b5
	font-weight: normal; 
4c79b5
	color: #333; 
4c79b5
	height: 2em; 
4c79b5
	line-height: 2em; 
4c79b5
	}
4c79b5
4c79b5
/* Footer */
4c79b5
4c79b5
#footer {
4c79b5
        margin:0;
4c79b5
	margin-top: 2em;
4c79b5
        padding: 0;
4c79b5
        background-color: #204C8D;
4c79b5
        background-image: url("../images/header-background.png");
4c79b5
        color: #EEE;
4c79b5
        }
4c79b5
4c79b5
#footer .navibar {
4c79b5
        border-top-width: 2px;
4c79b5
        border-top-style: dotted;
4c79b5
        border-top-color: #628ECA;
4c79b5
        border-bottom-width: 1px;
4c79b5
        border-bottom-style: solid;
4c79b5
        border-bottom-color: #C9C9C9;
4c79b5
        }
4c79b5
4c79b5
#credits, #version, #timings {
4c79b5
        text-align: left;
4c79b5
        font-size: 0.88em;
4c79b5
	padding: 5px;
4c79b5
	margin: 0;
4c79b5
        }
4c79b5
4c79b5
#credits a { 
4c79b5
        color: #EEE; 
4c79b5
    	font-style: italic;
4c79b5
        border-bottom: 1px dotted #ddd;
4c79b5
        }
4c79b5
4c79b5
#credits a:hover {
4c79b5
        text-decoration: underline;
4c79b5
        color: #fff;
4c79b5
        }
4c79b5
4c79b5
#footer div.poweredby {
4c79b5
	float: right;
4c79b5
	margin: 5px;
4c79b5
	}
4c79b5
4c79b5
/* Miscellaneous */
4c79b5
4c79b5
.center				{ text-align: center; }
4c79b5
.left				{ text-align: left; }
4c79b5
.right				{ text-align: right; }
4c79b5
.small				{ font-size: 8pt; }
4c79b5
.small-normal 			{ font-size: 8pt; font-weight: normal; }
4c79b5
.small-subprojects		{ font-size: 8pt; width: 200px; }
4c79b5
.bold				{ font-weight: bold; }
4c79b5
.bold-small			{ font-weight: bold; font-size: 8pt; }
4c79b5
.italic				{ font-style: italic; }
4c79b5
.italic-small			{ font-style: italic; font-size: 8pt; }
4c79b5
.underline			{ text-decoration: underline; }
4c79b5
.underline-small		{ text-decoration: underline; font-size: 8pt; }
4c79b5
.strike				{ text-decoration: line-through; }
4c79b5
.strike-small			{ text-decoration: line-through; font-size: 8pt; }
4c79b5
4c79b5
span.print			{ font-size: 8pt; }
4c79b5
span.required 			{ font-size: 8pt; color: #bb0000; }
4c79b5
span.small 			{ font-size: 8pt; font-weight: normal; }
4c79b5
span.pagetitle			{ font-size: 12pt; font-weight: bold; text-align: center; }
4c79b5
span.bracket-link		{ white-space: nowrap; }