/*EM calculator: http://riddle.pl/emcalc/
The base font for the site is 10px or x-small.  To calculate the padding, width, etc with ems, 
you have to base it off the font of that element, or the next containing element.
*/
body {
	background-color: #f6df72;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0;
	padding: 0;
}
body.front {
}

h1 {
	color: #000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:7px;
}

h2, h3 {
	color: #fff;
	font-weight: bold;
	
}
#main h1.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000; /*#a42b3c;*/
	font-size: 138.5%;
	clear: both;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#main h2, #main h3, #main h2 a, #main h3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a42b3c;
	font-size: 138.5%; /*18px*/
	padding: 0em 0em 0em 0em;
}
p {
	line-height: 1.6em;
	padding: 0em 0em .5em 0em;
}
a, li.active{
	color: #494949;
	line-height: 1.4em;
	text-decoration: none;
}
li a:hover, li a:active,li.active a:hover, li.active a:active{
	text-decoration:underline;
}
li.active a.active{
	font-weight:bold;
	text-decoration:underline;
}
a:link {
	color: #494949;
}
a:visited {
	color: #494949;
}
#main a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
img {
	display: block;
}
dl dt{
	font-weight: bold;
}

dl dd{
	margin: 0em 0em 1.00em 1.00em;
	line-height: 1.6em;
}
.italic {
	font-style: italic;
}

/**
*DRUPAL SPECIFIC
**/
.messages {
	background-color: #ebebeb;
	clear: both;
	font-weight: bold;
	border: 2px dotted #999;
	padding: .5em;
	margin: .5em 0em;
}
/*
** Collapsing fieldsets
*/
body.node-edit fieldset {
	margin: .8em 0em;
}
body.node-edit .form-item {
	margin: .8em;
}
body.node-edit input {
	padding: .2em;
}
/*Spacing above submit buttons on PC edit page*/
body.node-edit .options {
	margin: 0em 0em .8em 0em;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../../../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../../../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../../../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
	clear: both;
  margin-bottom: 0;
  width: 100%;
  display: block;
}


/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
	left: 10.6em;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	padding: .2em;
	color: #c63;
  z-index: 100;
}
#illustratedworks #autocomplete {
	left: 13.7em;
}

#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../../../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 4px;
}
html.js input.throbbing {
  background-position: 100% -16px;
}
/**
 *PAGE
**/
#pagebgcolor {
	background-color: #a42b3c;
}
#pagewrapper {
	margin: 0em auto;
	width: 955px;
	overflow: hidden;
}
/*body.logged-in #pagewrapper {
	width: 1255px;
}*/

#page {
/*background-image: url(../gfx/layout_grid.gif);
background-position: top left;
background-repeat: no-repeat;
height:1000px;*/
	float: left;
	font-size: 100%;
/*	border: 1px solid pink;*/
}
h1#site-name {
	display: none;
}

/**
*HEADER
**/
#header {
	float: left;
	width: 100%;
	/*border-bottom: 3px dotted pink;*/
}
#logo-title {
	float: left;
}
img#logo{
	width: auto;
	height:auto;
	margin: 0;
	display: block;
}
#header-region{
	float: left;
	clear: both;
}
/**
*NAVIGATION - default drupal region used to hold page title and tabs
**/
#navigation {
	float: right;
	/*position: absolute;
	z-index: 1;*/
}

h1#page-title {
}
#navigation h2.title {
display: none;
}
/** H E L P **/
.help p{
	margin-left:230px;
}
/**
*BODY CONTAINER
**/
#container {
	background-color: #fffde9;
	background-position: top left;
	background-repeat:no-repeat;
	width: 792px;
	min-height:632px;
	height: auto !important;
	height:632px;
	float:left;
	/*margin: 45px 82px 0px 82px;*/
	border: 4px solid #34368a;
}
body.ntype-flash #container, body.front #container{
	height: auto;
}
/** Drop shadow **/
#page .wrap0, #page .wrap2, #page .wrap3{
  float:left;
}
.jq-hide-content{
	display:none;
}
.jq-hide-link{
	display:none;
}

/**
*SIDEBARS
**/

/**
*SIDEBAR-LEFT
**/
#sidebar-left{
	position:relative;
	top:10px;
	left:0px;
	float: left;
	display:block;
}
/**
*SIDEBAR-RIGHT
**/

#sidebar-right {
	display:block;
	position:relative;
	top:560px;
	float:right;
	left: -15px;
}
#sidebar-right li{
	padding:0em;
	margin:0em;
}
#sidebar-right img{
	padding:0em;
	margin:0em;
}
#sidebar-right a{
	padding:0em;
	margin:0em;
}
/**
*MAIN - full width 791px
**/
#content-main {
	/*clear: both;*/
	/*width: 72.3em; */
	margin: 0em 3.4em;
}
body.front #main .content{
	font-size: 131%;
	padding: 1.0em 0em;
}
body #main .content h1{
	font-size:123.1%;
	color:#a52a3d;
}
#main #content-right{
	font-size: 131%;
	padding: 1.0em 0em;
}
body.front #main .content, #content-main{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top:12px;
}
/*CAPTCHA instructions*/
#content-main .description {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
	padding-top:12px;
	padding-bottom: 10px;
}

body.blocks-page #content-left {
	display: none;
}
#main #content-main #content-left {
	float: left;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#main #content-main #content-right {
	float: left;
	width: 520px;
	margin: 0px;
	padding: 0px;
}
#main #content-main #content-bottom{
	float:left;
}
#page .wrap2{
	margin-bottom:-18px;
}
/**
*FOOTER
**/
#footerlinks{
	clear: both;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0 0 1em 0;
}
#footerlinks a {
	text-decoration: none;
}
#footerlinks a:hover {
	text-decoration: underline;
}
#footerlinks h2, #footer-wrapper  h2 {
 display: none;
}
#footerlinks *, #footertop * {
	color: #f6df72;line-height:8.0px;
}
#footerlinks .content{
 margin: 0 auto;
 width: 792px;
 display: block;
}
#footerlinks ul, #footer-wrapper ul.menu{
	text-align: center;
	margin:0;
	padding:0.5em;
	list-style:none;
}
#footerlinks ul ul, #footer-wrapper ul.menu ul{
	text-align: center;
	margin:0;
	padding:0.5em;
	list-style:none;
}
#footerlinks ul li, #footer-wrapper ul.menu li {
	display:inline;
	margin:0;
	padding:0.5em;
}
#footerlinks ul.menu li.active a {
	font-weight: bold;
}

#footer-wrapper {
	color: #fff;
	clear: both;
	width: 100%;
}
#footertop {
	background-color: #35378a;
	clear: both;
	width: 100%;
	/*height: 3.5em;*/
	padding: 0.75em 0em 0.75em 0em;
}
#footertop a {
	color: #FFFFFF;
}
#footer {
	background-color: #f6df72;
	color: #35378a;
	clear: both;
	width: 100%;
	padding: 1.0em 0em 1.0em 0em;
}
#footer a {
	color: #35378a;
}
#footer .slogan {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2em;
} 
#footer-wrapper .footer-content{
	width: 79.1em;
	margin: 0 auto;
	text-align: center;
}
#footer-wrapper ul.menu{
	text-align: center;
	margin:0;
	padding:0em 0.2em 0em 0.2em;
	list-style:none;
}
#footer-wrapper ul.menu ul{
	text-align: center;
	margin:0;
	padding:0em 0.2em 0em 0.2em;
	list-style:none;
}
/** FOOTER STORIES **/
#block-caruspub-footer_story_left img {
	float: left;
	left: 0px;
}
#block-caruspub-footer_story_right img {
	float: right;
	right: 0px;
}


/**
 *MENU STYLES
**/
#sidebar-left a, #sidebar-left li a:hover , #sidebar-left li a:visited {
	color: #fff;
}

#sidebar-left a{
	color: #fff;
	padding: 0.2em .8em;
}
/*#sidebar-left h2{
	display: none;
}
#sidebar-left #block-devel-1 h2, #sidebar-left .block-user h2, #sidebar-left #block-aic-user_status h2 {
	display: block;
}
*/ 
/**
 *FLASH PAGES
**/
body.ntype-flash h1, body.ntype-doodlebug h1, body.ntype-bugs h1 {
	display: none;
}
body.ntype-flash #main, body.ntype-doodlebug #main, body.ntype-bugs #main {
	position: relative;
	left: 0;
	bottom: 0;
	width: 792px;
	height: 491px; 
	padding: 0;
	margin: 144px 0px 0px 0px;
}
* html body.front #main {
	margin-top: 0px;
}
body.ntype-flash #main .content, body.ntype-doodlebug #main .content, body.ntype-bugs #main .content {
	padding: 0;
}
body.ntype-flash #main object, body.ntype-doodlebug #main object, body.ntype-bugs #main object{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 792px;
	height: 491px; 
}
/**
*	USER FORMS 
**/
body.user-register #primary {
	display: none;
}
body.user-register #main {
float: left;
margin-top: 2.0em;
}

/*body.user-register form#user-register legend,
body.user-register form#user-edit legend{
color: #c63;
padding-left: 0;
padding-bottom: 1.5em;
font-weight: bold;
margin-left: 0;
font-size: 108%;
border: 1px solid red;
}
* html body.user-register form#user-register legend,
body.user-register form#user-edit legend{
margin-left: -.6em;
}*/
body.user-register form#user-register #edit-profile-about {
width: 40.0em;
margin-top: 2.0em;
}
body.user-register form#user-register .form-item, 
body.user-register form#user-login .form-item,
body.user-register form#user-pass .form-item {
	float: left;
	clear: both;
	padding: 0em 0em 1.00em 0em;
	margin: 0;
}
body.user-register form#user-register label, 
body.user-register form#user-login label,
body.user-register form#user-pass label,
body.user-register form#user-edit label,
form#forward-form label,
body.citi-artwork form#citiforward-forward-form label {
	/*display: block;Setting this breaks entry of fields on ie6*/
	float: left;
	clear: both;
	font-weight: bold;
	width: 48.0em;
	padding: 0em 0em .50em 0em;
}

body.user-register form#user-register input, 
body.user-register form#user-login input,
body.user-register form#user-pass input {
	clear: both;
	float: left;
	padding: .2em;
	margin: 0em 0em .50em 0em;
}
body.user-register form#user-register .description, 
body.user-register form#user-login .description, 
body.user-register form#user-pass .description {
	clear: both;
	float: left;
	width: 46.0em;
}

body.user-register form#user-register #edit-submit,
body.user-register form#user-login #edit-submit,
body.user-register form#user-pass #edit-submit  {
	float: left;
	clear: both;
}
/**
 *TABS & BLOCKS
**/
#tabswrapper {
	position: relative;
	top:-3.2em;
}
body.front #tabswrapper {
	float:left;
	top:-3.2em;
}
.tabs ul {
	border-top: 1px solid #34368a;
	border-bottom: 1px solid #34368a;
	border-left: 1px solid #34368a;
	float: left;
	margin: 0em 0em 1.0em 0em;
/*	border: 1px solid pink;
	width: 28.5em;
*/	
}
.tabs ul li{
	float: left;
	font-weight: bold;
	display: block;
	/*padding: .5em .8em;*/
}
.tabs ul li a {
	display: block;
	padding: .5em .8em;
	background-color: #fffde9;
	border-right: 1px solid #34368a;
	color: #34368a;
}

.tabs ul li a.active, .tabs ul li a:hover {
	background-color: #f6df72;
	display: block;
	padding: .5em .8em;
}
.tabs ul li a.active {
	background-color: #f6df72;
	color: #a42b3c;
}
.tabs ul.secondary {
	clear: both;
	margin-top: 1.0em;
}
table#blocks {
width: 72.0em;
}
table#blocks th {
	font-size: 1.3em;
	font-weight: bold;
	padding: .3em;
}
table#blocks td{
	padding: .3em;
}
table#blocks td.region {
	background-color: #f6df72;
}
table#blocks{
	width:700px;
}
.help p{
	clear: both;
	padding: 1.0em 0em 0em 0em;
}

.character-link-home .character-on {
  display: none;
}

#block-views-issues {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

/**** S I M P L E M E N U ****/
#simplemenu li.root {
	background-color: #000;
}

/**** F O R U M ' S  G E N E R A L  S T Y L E S ****/
.view-content table, #forum table{
	width:100%;
	margin:1em 0em 1em 0em;
}
.view-content table thead tr th, #forum table thead tr th{
	font-weight:bold;
	font-size: 80%;
	width:auto;
}
.view-content table tbody tr, #forum table tbody tr{
	border-bottom:solid 0.1em;
}
.view-content table tbody tr td, #forum table tbody tr td{
	padding:0.5em 0.1em 0.5em 0.1em;
}
.view-content table tbody tr td.view-field-node-title, .view-content table tbody tr td.view-field-node-data-field-form-body-field-form-body-value, #forum table tbody tr td.view-field-node-title, #forum table tbody tr td.view-field-node-data-field-form-body-field-form-body-value{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:123.1%;
	text-transform:none;
}
th.active img{
	display:none;
}
th.active{
	text-decoration:underline;
}


/**** N O D E  G E N E R A T E D  F O R U M S  S T Y L E S ***/

#main #content-right .wrapped-item{
	border-bottom:solid 1px;
	padding:0.5em 0em 0.5em 0em;
}
#main #content-right .wrapped-item .view-data-field-form-body-value p{
	font-size:131%;
	text-transform:none;
}
#main #content-right .wrapped-item .view-field-field-name-value{
	clear:both;
}
body.ntype-showview #main #content-right .wrapped-item .view-data-field-form-body-value p{
	font-size:131%;
}
body.ntype-showview #main h3{
	border-bottom:solid 1px;
	padding:0em 0em 0.5em 0em;
}

/**** E C A R D  S T Y L E S ***/
#content-main .view-ecards li{
	float:left;
	padding:0.5em;
	width:33%;
}
#content-main .view-ecards .item-list ul{
	padding-top:12px;
	padding-bottom:27px;
	float:left;
	text-align:center;
	width:100%;
}
#content-main .view-ecards .item-list ul li img{
	margin:auto;
}
#main #content-main .view-ecards h3{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-transform:none;
	color:#000000;
	border-bottom:solid 1px;
	margin-bottom: .25em;
	font-weight: bold;
}
/*** P I C T U R E  C O N T E S T  S T Y L E S ***/
#main #content-main .view-content-contest-winners-pics h3,#main #content-main .view-contest-winners-story h3, body.view-contest_winners #main .view-contest-winners-story h3{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#000000;
	border-bottom:solid 1px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size:84%
}

#content-main .view-content-contest-winners-pics .item-list ul{
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	width:100%;
}

/**** C O N T E S T  S U B M I S S I O N ***/
.view-sc-winners-pics li{
	float:left;
	padding:0.5em;
}

/**
*GENERAL FORM STYLES
**/
#tabswrapper .help {
	display:none;
}
form#node-form {
	margin-top: 20px;
	margin-bottom: 20px;
}
.form-item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding:0px 0px 15px 0px;
}
.form-item .form-required{
	color:#a42b3c;
}
form#node-form p a, form#comment-form p a{
	display:none;
}
form#node-form label, form#node-form div.description, form#comment-form label, form#comment-form div.description{
	width:491px;
	display: block;
	margin: 0px;
	padding: 3px;
}
form#node-form label, form#comment-form label {
	font-weight: bold;
}
form#node-form div.description, form#comment-form div.description{
	font-size: 76%;
	text-align: left;
	/*margin-bottom: 10px;*/
}
form#node-form input, form#comment-form input{
	width:495px;
	margin: 0px;
	padding: 0px;
}
form#node-form input.form-submit, form#comment-form input.form-submit{
	width:auto;
} 
input.form-submit{
	font-size:85%;
}

/*** C O M M E N T  A N D  C O M M E N T  F O R M S ***/
form#comment-form{
	margin-bottom:15px;
	margin-left:5px;
}
#main #content-right .box h2.title, #main #content-right .box h2{
	font-size:108%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	margin-bottom:15px;
	border-bottom:solid 1px #ccab7d;
	clear:both;
}
#main .links .comment_add{
	float:right;
}
.comment{
border:1px solid #ccab7d;
margin-bottom:1em;
width:100%;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content-right .round1{
background-image:url(../gfx/comment_cr_ul.gif);
background-position:0% 0%;
background-repeat:no-repeat;
left:-1px;
position:relative;
top:-1px;
}
#content-right .round2{
background-image:url(../gfx/comment_cr_ur.gif);
background-position:100% 0%;
background-repeat:no-repeat;
left:2px;
position:relative;
}
#content-right .round3{
background-image:url(../gfx/comment_cr_lr.gif);
background-position:100% 100%;
background-repeat:no-repeat;
position:relative;
top:2px;
}
#content-right .round4{
background-image:url(../gfx/comment_cr_ll.gif);
background-position:0% 100%;
background-repeat:no-repeat;
left:-2px;
overflow:hidden;
padding:5px;
position:relative;
}
body.ntype-mailbox .round4{
	padding-top:0;
}
#content-right .comment .submitted{
	font-size:85%;
	padding-top: 12px;
}
#content-right .comment .content p{
	/*font-size:131%;*/
	padding:0px;
}
#content-right .comment .fivestar{
	float:left;
	margin-top:10px;
	width:100%;
	clear:both;
}
#content-right .comment .links{
	font-size:88%;
	float:right;
}
body #main #content-main #content-right .comment .links ul li{
	float:left;
	padding:0px 2px;
}
/*** G E N E R A L  F O N T  S T Y L E S ***/
body #main #content-left h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 118%;
	color: #000; /*18px*/
	/*padding-bottom: 5px;*/
}
body #main #content-left li{
	font-size: 118%;
	padding:0px;
	width:100%;
}
body #main #content-left h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 83.4%;
	color: #000; /*18px*/
	/*padding-bottom: 5px;*/
}
body #main #content-left .item-list {
	margin-top:10px;
}
body #main #content-right h2,/* body #main #content-right h3*/ {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 116%;
	color: #000; /*18px*/
}
body #main .content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 138.5%;
}
body #content-right .view-content, body .view-data-type{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body .view-data-field-teaser-copy-value p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body #content-right .view-data-field-issue-nid{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	padding:0px 0px 5px 0px;
}

body #content-right .view-data-field-field-issue-nid{/*cricket issues*/
	/**font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	padding:0px 0px 5px 0px;**/display:none;
}

body #main #content-right h3 {
	/* margin-top: 10px;*/
}
body #main #content-right h3 a {
	font-size: 150%
}
body #main #content-left .block-block, body #main #content-left .block-views, body #main #content-left .block-menu{
	padding-bottom:10px;
}
body #main #content-left .view-content .item-list{
	padding-bottom:5px;
}

/** F O R M S **/
fieldset.captcha legend{
	display:none;
}
form#node-form fieldset.captcha div.description,  form#comment-form fieldset.captcha div.description{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:64.5%;
	text-align:left;
}
form#node-form fieldset.captcha .form-item div.description,  form#comment-form fieldset.captcha .form-item div.description{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:left;
}
fieldset.captcha{
	margin:0px;
  padding:0px;
  border:none;
  background:none;
}
fieldset.captcha .form-item .field-prefix{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ded9c8;
  background:#fffef7 url(../gfx/gradient-inner.png) repeat-x 0 0;
}
fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}
html.js fieldset.collapsed {
	clear:both;
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background:transparent url(../gfx/menu-expanded.gif) no-repeat scroll 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: transparent url(../gfx/menu-collapsed.gif) no-repeat 0% 50%;
}
fieldset .form-submit{
  margin: 0;
}
 fieldset {
  margin: .5em 0;
}
/*Garland style for attachments*/
table#attachments {
  margin: 1em 0;
  width: 100%;
}

table#attachments thead th {
  border-bottom: 2px solid #d9d5ae;
  color: #494949;
  font-weight: bold;
}

table#attachments th a:link, 
table#attachments th a:visited {
  color: #6f9dbd;
}

table#attachments td, 
table#attachments th {
  padding: .3em .5em;
}

table#attachments tr.even, 
table#attachments tr.odd, 
table#attachments tbody th {
  border: solid #d9d5ae;
  border-width: 1px 0;
}

table#attachments tr.odd, 
table#attachments tr.info {
  background-color: #eeeabe;
}

table#attachments tr.even {
  background-color: #fffde9;
}

table#attachments tr.odd td.active {
  background-color: #ddecf5;
}

table#attachments tr.even td.active {
  background-color: #e6f1f7;
}

table#attachments td.region, 
table#attachments td.module, 
table#attachments td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #eeeabe;
  background-color: #d9d5ae;
  color: #455067;
  font-weight: bold;
}

table#attachments tr:first-child td.region, 
table#attachments tr:first-child td.module, 
table#attachments tr:first-child td.container {
  border-top-width: 0;
}

