.warning{color:#FF0000;font-weight:600;}
.bold{font-weight:900;}
.italic{font-style: italic;}
.center{width: 100%;text-align: center;}
.fineprint{font-size: 9px;}
.draft{border-width:1px 0px;border-style:solid;border-color:#F00;background-color:cornsilk;}
.float-left{float:left;}
.float-right{float:right;}
.no-bullet{list-style:none;}
.printonly,.hide{display:none;}
.indent{padding-left:30px;}

/* For image shadow */
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}

.wrap1{background:url(/images/shadow.gif) right bottom no-repeat;border-bottom:1px solid #fff;
  margin-top: 7px; /* to give distance from top of image and crumbbar */
}
.wrap2{background:url(/images/corner_bl.gif) left bottom no-repeat;}
.wrap3{padding:0 7px 6px 0;background:url(/images/corner_tr.gif) right top no-repeat;}
.wrap3 img {display:block} 


body {
    background-color: #FFFFFF;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    position: relative;
    top: 18px;
}

/* Linked paragraph/section headers */
.headerlink a:link, .headerlink a:visited {text-decoration: none; color: #0758A7;}
.headerlink a:hover {text-decoration:underline;}
.headerlink a:active {text-decoration:underline;color:red;}

#pageheader_linklist a { display:block; width:100%; color: white;}
#pageheader_linklist a:link             { text-decoration: none;}
#pageheader_linklist a:hover            { text-decoration: underline; color : red;}
#pageheader_linklist a:active           { text-decoration: underline; color : red;}
#pageheader_linklist a:visited          { text-decoration: none;}

a.hidden:link             { text-decoration: none; color: black;}
a.hidden:visited          { text-decoration: none; color: black;}

#footer a[href]:link             { text-decoration: none; color: #4F9DD0;}
#footer a[href]:visited          { text-decoration: none; color: #4F9DD0;}
#footer a[href]:hover            { text-decoration: underline; color : red;}
#footer a[href]:active           { text-decoration: underline; color : red;}

#crumbnavbar a[href]:link             { text-decoration: none; color: #999999;}
#crumbnavbar a[href]:visited          { text-decoration: none; color: #999999;}
#crumbnavbar a[href]:hover            { text-decoration: underline; color : red;}
#crumbnavbar a[href]:active           { text-decoration: underline; color : red;}

a[href]:link             { }
a[href]:visited          { }
a[href]:hover            { text-decoration: underline; color : red;}
a[href]:active           { text-decoration: underline; color : red;}

/* Navigation/Page Wrapper */
#caidabluebar { 
    position: relative;
    padding: 0px 0px 0px 0px;
    top: 16px;
    min-width: 760px; /* 760 is enough for the sidebar to not run into the text at 800x600 */
    max-width: 1600px;
    width: auto !important;
    width: 95%;
    min-height: 54px;
    height: auto !important;
    height: 54px;
    background-color: #3C69B3; /* caidablue */
    z-index: 1;
}

#caidaglobe { 
    position: absolute;
    top: -33px;
    left: 20px;
}

#caidatextlogo { 
    position: absolute;
    left: 45px;
    top: 3px;
}

#caidatextfull {
    display: table;
    height: 54px;
    position: absolute;
    left: 170px;
    max-width: 400px;
    min-width: 200px;
    width: auto !important;
    width: 200px;
    color: white;
}

#caidatextfull>div { 
    display: table-cell;
    vertical-align: middle;
}

#pageheader_sidebox { 
    position: absolute;
    top: 0px;
    right: 15px; 
    width:225px; /* limits the amount that it encroaches on the caida text */
}

#pageheader_searchbox { 
    position: relative; 
    top: 0px; 
    padding: 2px 0px 0px 0px; 
    height: 25px;
    color:white; 
    background-color: #6997D0; 
    text-align:center;
}

#cse-search-box>div { 
    max-width:440px;
    min-width:200px;
    width: auto !important;
    width: 200px;
}

#searchfield { 
    width:150px; 
    height: 15px; 
    font-size: 11px;
}

#searchbutton { 
    font-size: 11px; 
    padding: 0px;
}

#pageheader_linklist {
    position: relative;
    padding: 2px 0px 0px 0px;
    background-color: #3C69B3;

}

#pageheader_linklist div { 
    width: 49%;
    float: left;
    font-weight : bold;
    text-align: center;
    font-size: 12px;
    border-left: black solid 1px;

}

#pageheader_linklist div+div { 
    position: relative;
    left: 3px;
    border-right: black solid 1px;
}

/* for screen-readers */
#contentskiplink { 
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#outercontent {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 6px; /* needed to avoid overlap */
    z-index: 2;
}

/* --- vertical pulldown menu --- */
#tabnavbar { 
    margin-top: 10px;
    min-width: 760px; /* 760 is enough for the sidebar to not run into the text at 800x600 */
    max-width: 1600px;
    width: auto !important;
    width: 95%;
}

#crumbnavbar {
    font-size: 11px;
    color: #999999;
    padding-left: 3px;
    margin-bottom: 4px;
    /*top: 1px; */
    width: 98%;
    height: 22px;
    background-color: #FFFFFF;
    position: relative;
    border-top: 2px solid #BB1111; /* "red line" */
}

#pagetitle { 
        font-size: 26px;
        font-weight: bold;
        color: #0758A7;e
}

#summarybox {
	position: relative;
	min-width: 500px; /* width+padding of summarybox>div */
        max-width: 95%;
        width: auto !important;
        width: 95%;
	background-color: #EDEDED;
	padding: 5px;
}

#summarybox img.ul {
	position: absolute;
	left: 0px;
	top: 0px;
}

#summarybox img.ur {
	position: absolute;
	right: 0px;
	top: 0px;
}

#summarybox img.ll {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#summarybox img.lr {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#summarybox div.middle {
    padding: 5px;
    background-color: #FFFFFF; /* summary "border" color */
}

#content {
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 500px; /* set width to 'hold in' the summarybox */
    max-width: 95%;
    width: auto !important;
    width: 95%;
    clear: both;
    z-index: 1;
}

#footer {
    position: relative;
    width: 100%;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background-color: #EDEDED;
    color: #4F9DD0;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    clear: both;
    z-index: 1;
}

#pageinfo { 
    position: relative;
    margin-left: 5px;
    z-index: 1;
    font-size: 11px;
}


/* for #tabnavbar; the pseudoclasses are defined or else flashing happens */
#tabnavbar .selectedtab>a,
li.selectedtab>a:hover,
li.selectedtab>a:focus,
li.selectedtab>a:active
{
    color: white;
    font-weight: bold;
    background-color: #6997D0; /* caidalightblue */
}

/* ----------- newlook.css ---------- */
h1,h2,h3,h4,h5,h6 { 
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1,h2,h3,h4,h5,h6,.headercolor { 
  color: #0758A7; /*  caida header blue */
}

hr.thickbar { 
  height: 5px;
}

.caidacolorbar {
  background-color: #3C69B3; /* caidablue */
  color: white;
} 

.regtext {
    color: black;
    font-size: 11px;
}

.captiontext {
    color: black;
    font-size: 11px;
    text-align: center;
}

.headertext {
    color: #336699; 
    font-size: larger;
}

.largertext { /* used in pubdb xinc templates */
    font-size: larger; 
    font-weight: bold;
}

.alternaterow { /* for table rows */
    background-color: #e9e9e9;
}

table.simpletable td, table.simpletable th {  /* generic table */
    padding: 5px;
}

.messageareas {
    margin-top: 5px;
    margin-bottom: 8px;
}


.rssfeedinfo { 
    font-size: 11px;
    margin-top: 1em;
    margin-right: 5px;
    text-align: right;
}

.bwbutton {
    margin-left: 20px;    
}

.rcbutton {
    width: 150px;
    height: 30px;
    padding-top: 5px;
    background-color: #EEEEFF;

}

.bwimg {
    float: left;
    clear: both;
    margin-left: 10px;
    border: none;
}

.bwlink {
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.wnentry {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.arrows {
    font-size: 11px;
    list-style-image: url(/images/arrow_gtgt_grey.png);
    margin-top: 3px; /* setting margin left/right throws off the li image in IE */
    margin-bottom: 3px;
}

.arrows li {
    margin-top: 5px;
    margin-right: 1em;
    margin-left: -1em;
    padding: 0px 5px;
}

/* used for purplish round-cornered boxes */
.rc0, .rc1, .rc2, .rc3 {
    font-size: 1px;
    overflow: hidden;
    display: block;
    height: 1px;
    background: #EEF;
}
.rc0 {margin: 0px 5px;}
.rc1 {margin: 0px 3px;}
.rc2 {margin: 0px 2px;}
.rc3 {margin: 0px 1px;}
.rccontent {padding: 1px 0px; background: #EEF;}
.rccontent .zebra {background-color: #DDF;}

/* used for grey round-cornered boxes */
.grc0, .grc1, .grc2, .grc3 {
    font-size: 1px;
    overflow: hidden;
    display: block;
    height: 1px;
    background: #EDEDED;
}
.grc0 {margin: 0px 5px;}
.grc1 {margin: 0px 3px;}
.grc2 {margin: 0px 2px;}
.grc3 {margin: 0px 1px;}
.grccontent {padding: 1px 0px; background-color: #EDEDED;}
.grcontent div { /* fill color */ }

/* used for skyblue round-cornered boxes */
.searchrc0, .searchrc1, .searchrc2, .searchrc3 {
    position: relative;
    font-size: 1px;
    overflow: hidden;
    display: block;
    height: 1px;
    background: #6997D0; /* skyblue */;

}
.searchrc0 {margin: 0px 5px;}
.searchrc1 {margin: 0px 3px;}
.searchrc2 {margin: 0px 2px;}
.searchrc3 {margin: 0px 1px;}

/****
imported from TJK_keyBoardDropDown.css
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu, 
#TJK_dropDownMenu ul,
#TJK_dropDownMenu li { 
        margin:0px;
        padding:0px;
}

/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
        position:relative;
        background:white no-repeat 100% 50%;
         height: 20px;
         float:left;
        font-weight: bold;
        font-size: 12px;
        z-index: 10;
}

/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
/* originally in TJK
	width:9.30em;
	max-width:16.5%;
*/
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;

}

/* sub-menu ULs */
#TJK_dropDownMenu>li>ul {
	/*width:11em !important; leaves room for padding */
	cursor:default;
	position:absolute;
	height:23px;
	display:none;
	left:0px;
        top: 19px;
	background:white url(/images/clear.gif) repeat scroll 0 0;/* trick to keep'em open http://www.tjkdesign.com/articles/boxmodel.asp*/
}

/* sub-menu LIs: (LUL) */
#TJK_dropDownMenu>li>ul>li {
        background: #EDEDED; /* submenu fill color */
	width:15em/*FF*/;
	border:none;
	/*max-width:120%;*/
	border:1px solid black; /* submenu border only */
	border-top:none;
	border-right: none;
        top: -6px;
}

/* All anchors: affects 'main tabs' */
#TJK_dropDownMenu>li>a {
	cursor:pointer;
	color:#666;
	border-left:1px solid #333;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px 1.2em;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height: 20px; /*matches height of crumbnav */
	line-height:22px;
}

/* Sub anchors: affects drop-down menu contents */
#TJK_dropDownMenu>li>ul>li>a {
}

/* sub-menu Anchors (LULA): pulldown menu text+clickable links */
#TJK_dropDownMenu>li>ul>li>a {
	display:block;
	padding: 0px 20px;

	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
        border-right: 2px solid black; /* match perceived thickness of submenu right border */
	border-left: 1px solid black;
	border-top: none;
	border-bottom: none;
	color:#666;
	background-position:0 50% !important;
	text-decoration: none;
}


/* :hover and stuff */
#TJK_dropDownMenu a:hover,
#TJK_dropDownMenu a:focus,
#TJK_dropDownMenu a:active 
{
        color:white;
        background: #6997D0; /* caidalightblue */ /* hover highlight color */
}

/* display and z-index for the sub-menus for TJK_dropDownMenu li */
#TJK_dropDownMenu>li:hover ul,
.msieFix ul {
        display:block;
        z-index:10;
        top:26px !important; /* affects distance of popup menu from main tab */
}

/* #TJK_dropDownMenu li "trigger" and "msieFix" classes */
.msieFix a {}



