@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background: #f3f3f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img  {
    border-style: none;
}
.clear  {
	clear: both;
}
.clear-left  {
	clear: left;
}
h1  {
	color: #760000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
}
h2  {
	color: #764040;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}

#sidebar1 h3, #sidebar2 h3 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
div#newsArticleContent h3 {
	padding: 5px 0px;
}
a {
	color:#155a56;
	text-decoration: none;
}
div#mainContent a {
	text-decoration: underline;
}
a:hover {
	color:#0c3b38;
/*	text-decoration: underline;*/
}
.emphasis {
	color: #760000;
	font-weight: bold;
}
img {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
}

#wrapper { 
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/container-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0;
	min-width: 985px;
	*margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container { 
	background: none;
	background-image: url(../images/container-bg-right.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 0 25px 25px 25px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header { 
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	padding: 0;
}
.header-left { 
	background-image: url(../images/header-left.jpg);
	background-repeat: no-repeat;
	height: 150px;
	min-width: 763px;
	padding: 0;
	margin-left: -25px;
} 
.header-right { 
	background-image: url(../images/header-right-new.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 150px;
	min-width: 222px;
	padding: 0;
	margin-right: -25px;
} 
.logo-left { 
        float: left;
        height: 90px;
        width: 390px;
        padding: 0;
        margin-top: 10px;
}

.logo-right { 
        float: right;
        height: 150px;
        width: 222px;
        padding: 0;
        margin-top: 10px;
}
/* Menu Items */

#menu {
	height: 30px;
	float: left;
	min-width: 715px;
	background: none;
	padding: 0;
	margin: -46px 0 0 45px;
}

#menu a {
	color: #707070;
}

#menu a:hover {
	color: #760000;
}

.rich-toolbar {
	border-style: none;
	background-image: none;
	background: none;
	border: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.rich-toolbar-item {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}


.rich-menu-list-border {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #97afaa;
}

.rich-menu-item {
	color: #707070;
	height: 18px;
	min-width: 120px;
	display: block;
	text-align: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding-left: 10px;
	padding-top: 2px;
	border-color: #97afaa;
	font-weight: normal;
	background: #f3f3f3;
	text-decoration: none;
	margin: 0;
	z-index: 100;
}

.rich-menu-item-icon img {
	width: 0px;
}

.rich-label-text-decor {
	font-weight: normal;
}

.rich-ddmenu-label {
	color: #707070;
	height: 18px;
	font-size: 12px;
}
.rich-ddmenu-label, .rich-ddmenu-label-disabled {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.rich-ddmenu-label-select {
	color: #760000;
	height: 18px;
	border: 1px solid transparent;
}

.rich-menu-item-hover {
	background: #e4efed;
	padding-bottom: 2px;
}

.rich-menu-item-enabled {
	color: #760000;
}

.rich-menu-item a {
	color: #707070;
}

.rich-menu-item a:hover {
	color: #760000;
	background: #e4efed;
}

.rich-menu-list-bg {
	border-style: none;
}

/* Columns Items */

#column-left {
	float: left; 
	width: 175px;
	background: #f3f3f3 url(../images/column-left-bottom.gif) bottom left no-repeat;
	padding: 0;
	margin-left: 20px;
	margin-right: 25px;
}

#sidebar1 {
	background: #f3f3f3;
	border: 1px solid #999999;
	padding: 15px 0 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar1 ul, ul {
	margin: 0;
	padding: 10px 15px 15px 30px;
}
img.button {
	margin: 10px 15px 10px 15px;
}
#sidebar1 li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-image: url(../images/bullet-column.gif);
	margin: 0;
	padding: 0;
}



#column-right {
	float: right; 
	width: 23%;
	padding: 0;
	margin-right: 20px;
	margin-left: 25px;
	margin-top: -15px;	
}
#sidebar2 {
	background: #f0faf8;
	border: 1px solid #C1CBC9;
	padding: 15px 0 20px 0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar2 div.bar {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #319B87
}
span.headline {
		font-weight:bold;
	}
span.highlight {
		background-color:#E4EFED;
/*		background-color:#BAE2DA;*/
/*		background-color:#EFFAF7;*/
	}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3, #sidebar2 form {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	color: #565555;
}

#mainContent {
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0; /* padding here creates white space "inside the box." */
	margin-left: 35px;
	margin-right: 25px;	
	min-height: 400px;
	height: 400px;
} 

*> #mainContent {
	height: auto;
}

ol.expanded li {
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidebar2 p {
	margin: 0px 15px;
	padding-top: 10px;
}

#contentWrapper {
 	margin: 0 0px;
	padding: 0;
}
#titleWrapper{
	width: 100%;
}
#title{
	width: 55%;
	float: left;
	background: url(../images/title-line.gif) left bottom no-repeat;
	padding-bottom: 3px;
	margin: 0 0 25px 0;
}
#personalInfo{
	width: 45%;
	float: right;
	margin: 10px 0 0 0;
	white-space: nowrap;
}
#personalInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#personalInfo li {
	display: block;
	float: right;
	height: 25px;
	position: relative;
	padding: 0 20px 0 0;
	margin: 0;
}

div.action {
	text-align: right;
}
div.action span:before {
	content: '» ';
}
/*
div.action span:after {
	content: ']';
}*/

/* Portlet Items */

#portletsWrapper {
 	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
#left-portlets {
	float: left; 
	width: 49%;
	padding: 0;
	margin: 0;
}
#left-content {
	float: left; 
	width: 49%;
	padding: 0;
	margin: 0;
}
#right-portlets {
	float: right; 
	width: 49%;
	padding: 0;
	margin: 0;
}
#right-content {
	float: right; 
	width: 49%;
	padding: 0;
	margin: 0;
}
.portletsWrapperTable {
	width: 100%;
	padding: 0;
	margin: 0;
}


.tab {
	border-style: none;
	width: 100%;
	padding: 2px;
	margin: 0px 0px 20px 0px;
	min-height: 24px;
}
.tab table {
	border: none;
	border-width: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tab .table-legend {
	border-bottom: #4e686b solid 1px;
	background: #fff;
	min-height: 30px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 23px;
}
table.list td.rich-subtable-headercell, table.list td.rich-subtable-cell {
	padding-left: 10px;
	padding-right: 10px;
}

.tl7Portlet {
	border-style: none;
	width: 100%;
	background: url(../images/portlet-right.gif) top right no-repeat;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	min-height: 24px;
}
.tl7Portlet table {
	border: none;
	border-width: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.tl7Portlet thead th, table.documentation thead th {
	border-bottom: #4e686b solid 1px;
	background: #fff;
	min-height: 30px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 23px;
}
.tl7Portlet .rich-panel-header {
	border-style: none;
	background: url(../images/portlet-left.gif) top left no-repeat;
	padding: 0px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	margin: 0px;
	min-height: 24px;
}

/* indent */
.tl7Portlet .rich-table-cell, table.documentation tbody td, table.documentation tbody th {
	margin: 0;
	padding: 0 0 0 23px;
}
.rich-table-subheadercell {
	text-align: left;
	border-right: none;
	white-space: normal;
}
.rich-subtable-headercell {
	border: none;
	border: none;
	background-color: white;
}
table.panelGrid {
	border-collapse: collapse;
	width: 100%;
}
table.panelGrid td{
	margin: 0;
	padding: 0 0 0 23px;
	
}
.collapsed {
	border-collapse: collapse;
	width: 100%;
}
/* line around portlets */
.tl7Portlet .rich-panel-body {
	border: #4e686b solid 1px;
	margin: 0px;
	padding: 0px;		
}
.tl7Portlet .row-action {
	background: #f3f3f3;
	border-top: #97afaa solid 1px;
	border-bottom: #97afaa solid 1px;
	min-height: 30px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 23px;
}
.tl7Portlet .rich-table-footercell{
	background: #f3f3f3;
	border-top: #97afaa solid 1px;
	border-bottom: #97afaa solid 1px;
	border-right: none;
	min-height: 30px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 6px 23px;
}
.tl7Portlet .rich-panel-body {
	overflow: auto;
	padding:0px;
	margin:0px;
}

/* other cells outside portlet */
.rich-table {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: none;
	border-top: none;
}

.rich-table-thead {
	border-bottom: none;
}
.rich-table-subheader {
	background-color: transparent;
}

fieldset table td {
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.rich-panel {
	margin-bottom: 20px;
}
.rich-table-cell, .rich-subtable-cell {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: none;
	border-bottom: none;
}
.rich-table-footer {
	background-color: transparent;
}
.rich-table-footercell {
	border-top: none;
	border-bottom: none;
}
form {
	border: none;
	margin: 0px;
	padding: 0px;
}
.editDeleteColumn {
	white-space: nowrap;
	text-align:right	
}
.odd td.rich-table-cell {
	background: #e4efed;
	min-height: 30px;
	padding: 6px 3px;
}
.oddRow {
	background: #e4efed;
	min-height: 30px;
	line-height: 24px;
}
.even td.rich-table-cell {
	background: #fff;
	min-height: 30px;
	padding: 6px 3px;
}
.evenRow {
	background: #fff;
	min-height: 30px;
	line-height: 24px;
}
.list-column-left {
	width: 20%;
}
.list-column-right {
	text-align: right; 
}
.list-column-center {
	text-align: center; 
}
.messageLog table.panelGrid {
	border-collapse: collapse;
	width: 100%;
}
.messageLog table.panelGrid td{
	margin: 0;
	padding: 0 0 0 0px;
}
/* Footer Items */

#footer { 
	padding: 0;
	background: url(../images/footer-bg.gif) bottom repeat-x;
	margin: 0 0 -25px 0;
	width: 100%;
	height: 93px;
	bottom: 0;
} 
#footer-left { 
	padding: 0;
	float: left;
	min-width: 600px;
	background: url(../images/footer-left.gif) bottom left no-repeat;
	margin-left: -25px;
	height: 93px;
}  
#footer-right { 
	padding: 0;
	float: right;
	min-width: 200px;
	background: url(../images/footer-right.gif) bottom right no-repeat;
	margin-right: -25px;
	height: 93px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footer-left p { 
	margin: 35px 0 0 75px;
	text-align: left;
	font-size: 10px;
}

.rich-calendar-today, .rich-calendar-editor-btn-selected {
	background-color: #a40022;
}
.rich-calendar-holly {
	background-color: #e4efed;
	color: #760000;
}

.version a {
	text-align: center;
	color: #cccccc;
	font-size: x-small;
}

.rich-tool-tip {
  background-color: #E4EFED;
  border-color: #247978;
}

.dr-table-subheadercell, .rich-subtable-headercell {
	text-align:left;
	font-weight: bold;
}

.rich-sb-common-container {
  background-color: #E2E2E2;
}

/* Miscellaneous classes for reuse */

.fltrt, .float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

label, .label {
	font-weight: bold;
}
table.standard tr .invalid, .disabled {
	color: #999999;
	text-decoration: line-through;
}
.warning {
    font-size: 12px;
    color: #760000;
    font-weight: bold;
    padding: 10px 10px 20px 25px;
    background: url(../images/icon-warning.gif) left top no-repeat;
}
.message {
    font-size: 12px;
    color: #760000;
    font-weight: bold;
    padding: 10px 10px 20px 25px;
}
.rich-messages {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cccccc;
	background-color: #f1f1d1;
	padding: 5px;
}

span.rich-messages-label {
    font-size: 12px;
    color: #760000;
    font-weight: bold;
    padding: 10px 10px 20px 25px;
}

/* suggestion box */
.rich-sb-common-container {
    position: absolute;
    text-align: left;
    background-color: inherit;
}

.rich-sb-ext-decor-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.rich-sb-ext-decor-2 {
    border: 1px solid;
    height: 100%;
    width: 100%;
}

.rich-sb-ext-decor-3 {
    height: 100%;
    width: 100%;
}

.rich-sb-overflow {
    overflow : auto;
    overflow-x : hidden;
}

.rich-sb-int-decor-table {
    width: 100%;
}

.rich-sb-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    border : 1px solid;
    z-index: 1;
}

.rich-sb-int-sel {
    cursor: default;
    background-position: left top;
    background-repeat: repeat-x;
}

.rich-sb-cell-padding {
    padding: 1px 3px 1px 5px;
}
.rich-sb-ext-decor-2{
border-color:#97afaa;background-color:#F3F3F3;}
.rich-sb-shadow{
background-color:#858585;border-color:#858585;opacity:1;}
.rich-sb-int{
font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#707070;border-width=1;}
.rich-sb-int-sel{
background-color:#E4EFED;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#760000;}

/* rich data scroller */

.rich-datascr-act {
	font-weight: bold;
}
.mnemonic-row, .innerHeading, .note {
	background-color: #F3F3F3;
	border: #C8C8C8 solid 1px;
	padding: 10px;
	-moz-border-radius: 10px;
  	border-radius: 10px;
}

.innerHeading {
	font-weight: bold;
	font-size: 14px;
}

.message-box {
    min-height:25px;
    height:25px;
    padding: 10px;
    padding-top: 15px;
    padding-left: 45px;
    margin-bottom: 20px;
	font-weight: bold;
	font-size: 12pt;
}

.message-box-small {
    min-height:25px;
    height:25px;
    padding-top: 10px;
    padding-left: 45px;
	font-size: 8pt;
}

*>.message-box {
    height: auto;
}

.teal-info {
	height: 362px;
	min-height: 362px;
	background: url('../images/teal-background.png') center no-repeat;
}

*>.teal-info {
    height: auto;
}


.validated-ok {
	color: #428071;
    background: url(../images/icon-validated.gif) left center no-repeat;
}

.validated-fail {
	color: #760000;
    background: url(../images/icon-not-validated.gif) left center no-repeat;
}

.validated-success {
	color: #000000;
}

.validation-failure {
	color: #760000;
}

.question {
	font-weight: bold;
	color: #508D7E;
	font-size: 14px;
}
.question:before {
	content: "Q: ";
}

.swatch {
	float: left; 
	min-width: 100px; 
	width: 100px; 
	height: 150px; 
	min-height: 150px; 
	padding: 5px;
}

/** Rich Panel **/

.dr-mpnl-pnl {
	border-width:2px;
	border-style:solid;
	padding:1px;
	background-color:#FFFFFF;
	border-color:#97afaa;
}
.dr-mpnl-header {
	padding:2px;
	border-width:1px;
	border-style: solid;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#e4efed;
	border-color:#97afaa;
	font-size:x-small;
	font-weight:bold;
}
.dr-mpnl-pnl-h {
	background-image: none;
}
.dr-mpnl-pnl-h {
	background-position:left top;
	background-repeat:repeat-x;
	border-style:none;
	border-width:1px;
	padding:2px;
}

.dr-mpnl-pnl-b { 
	font-size:small;
}

pre {
	background-color: #EFFAF7;
	border: 1px solid #D6D6D6;
	padding: 5px;
}

table.alignTop tr {
	vertical-align: top;
}

.width13 {
  width: 12%;
}

.width87 {
  width: 86%;
}

.menuSidebar {
  width: 130px;
}
.withSidebar {
  margin-left: 140px;
}

.width25 {
  width: 23%;
}


.width50 {
  width: 48%;
}

.width75 {
  width: 73%;
}

.width100 {
  width: 98%;
  margin: 0 auto;
  text-align: left;
}

.rightMargin {
  margin-right: 5px;
}
.leftMargin {
  margin-left: 5px;
}
.leftMargin {
  margin-left: 5px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

table.features-box {
	border-collapse:collapse;
	color:#333333;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

table.features-box td, table.features-box th { 
	border:2px solid #379f90;
	padding:1px 0; 
}

table.features-box thead tr {
	background-color:#379f90;
	font-size:12px;
}

table.features-box .table-drk td.na,
table.features-box .table-lgt td.na {
	background-color: #5FBFB0;
}

table.features-box .table-drk {
	background-color:#f2f2f2;
	border:1px;
}
table.features-box .hilite {
	font-weight: bold;
}
table.features-box .table-drk td, table.features-box .table-lgt td,
table.features-box thead th {
	padding-left:15px;
	padding-right:15px;
}

table.features-box .table-lgt {
	background-color:#e4f0f0;
	padding-left:15px;
}

.list-indent{
	text-indent:15px;
	margin:0;
	padding:0;
}

.list-indent ul{
	margin:0;
	padding:0;
}

.list-indent li{
	padding-left:10px;
	list-style-position:inside;
}

.shadow, .hoverShadow:hover {
	-webkit-box-shadow: 0px 0px 20px #787878; 
	-moz-box-shadow: 0px 0px 20px #787878;
	box-shadow: 0px 0px 20px #787878;
}
img.shadow, img.hoverShadow {
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
}
p.center {
	text-align: center;
}
div.center {
	margin-left: auto;
	margin-right: auto;
}
.loginBox {
	margin: 15px 10px;
	padding: 8px 15px;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dddddd;
	min-width: 100px;
	text-align: center;
	color: #999999;
	position: absolute;
	top: 0px;
	right: 20px;
}

.callout {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cccccc;
	background-color: #f1f1f1;
	padding: 10px 10px;

	-webkit-box-shadow: 5px 5px 10px #aaaaaa; 
	-moz-box-shadow: 5px 5px 10px #aaaaaa;
	box-shadow: 5px 5px 10px #aaaaaa;
	
	margin-top: 10px;
	margin-bottom: 20px;
}
.callout img {
	margin: 5px;
}
.callout h2, .callout p {
	margin-left: 110px;
}
.callout h2 {
	margin-top: 0px;
	padding-top: 5px;
	clear: none;
}
.callout div {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
}
.callout div.clear {
	background-color: transparent;
	border: none;
	padding: 0px;
}
.drugRef table {
	border-collapse: collapse;
}
.drugRef table tbody td, .drugRef table tbody th {
	border: 1px solid #c8c8c8;
	padding-left: 5px;
	padding-right: 5px;
}
.news-copyright {
	color: #888888;
	font-size: x-small;
	padding-top: 10px;
}
.articleBody h2 {
	clear: left;
}
div#mainContent div.iw-tag-cloud {
	text-align: center;
}
div#mainContent div.iw-tag-cloud a.iw-weight-3 {
	color: #760000;
	font-weight: bold;
}
div#mainContent div.iw-tag-cloud a.iw-weight-2 {
	color: #155A56;
	font-weight: bold;
}
div#mainContent div.iw-tag-cloud a.iw-weight-1 {
	color: #247978;
}
div#mainContent div.iw-tag-cloud a.iw-weight-0 {
	color: #666666;
}
div.iw-tree-map div {
	text-align: center;
	border: solid white 1px;
}
div.iw-tree-map div:hover {
	border: solid #666666 1px;
}

table.messageDetails div.documentation {
	margin: 3px;
	padding: 3px;
	border: solid #666666 1px;
	background-color: #f3f3f3;
}
table.messageDetails div.documentation p {
	font-weight: normal;
	font-size: 8pt;
}
table.messageDetails div.documentation p.businessName, table.messageDetails div.documentation p.title, table.messageDetails div.documentation p.annotationType {
	font-weight: bold;
}

table.vertical-menu div.rich-ddmenu-label {
	margin: 2px 0px;
	background-color: #E4EFED;
}
table.vertical-menu div.rich-ddmenu-label {
	padding: 3px 6px;
}
table.vertical-menu div.rich-ddmenu-label:hover {
	background-color: #f3f3f3;
}

div#mainContent table.vertical-menu div.rich-ddmenu-label a {
	color: black;
	text-decoration: none;
	border: 1px solid transparent;
}

.photoLike {
	margin: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #aaaaaa; 
	-moz-box-shadow: 5px 5px 10px #aaaaaa;
	box-shadow: 5px 5px 10px #aaaaaa;
}
.coloredBox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #969673;
	background-color: #f1f1d1;
	padding: 5px 20px;
	margin-bottom: 10px;
}

