body {
	margin:0;
	padding:0;
	height:100%; 
	background: url("images/background.gif") repeat-x fixed;
	color:#000;
	font-family:Tahoma,Arial,helvetica,sans-serif;
	font-size: smaller;
	min-height: 100%;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
}
#page {
	background: #f0f0f0 /* no-repeat top right */;
	margin: 0 70px 0 70px;
	padding: 0;
  min-height:940px;
  height:auto !important;
  height:940px;
}

#allcontent {
/*	background: url("images/borderLeft.gif") no-repeat top left; */
	padding: 12px 40px;
}

#banner {
	margin: 0;
	background: url("images/iclogo.gif") no-repeat #264a94;
	height: 57px;
    padding: 0;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

#banner a:hover {
    text-decoration: underline;
}

#printlogo {
    display: none;
}

#banner #search {
	float: right;
    text-align: right;
    background: url("images/search.gif") no-repeat top right;
	height: 47px;
    font-size: 9px;
    padding: 10px 12px 0 140px;
}

#search ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 4px 0;
}

#search li {
    display: inline;
    padding: 0 4px;
    margin: 1px;
    border-right: 1px solid white;
}

#search li.last {
    border-right: none;
    padding-right: 0;
}

#search input {
    border: 1px solid #d1d1d1;
    font-size: 9px;
}

#search .button {
    background-color: #99add6;
    color: white;
}

#rss {
	color: #fff;
	padding: 35px 0 0 204px;
}

#content {
    background: #fff url("images/content-topleft.gif") top left no-repeat;
	margin-top: 10px;
	margin-left: 194px;
	margin-bottom: 10px;
	color: #747474;
    padding: 0;
}

/** Gives us the wide or narrow columns to allow for stuff on the right */
.narrowcolumn {
	margin-right: 194px;
	}	

.widecolumn {
	}


#contentText {
    background: url("images/content-topright.gif") top right no-repeat;
    padding: 1px 12px;
    line-height: 1.4;
}

#contentBottom {
    padding-left: 12px;
    background: url("images/content-bottomleft.gif") bottom left no-repeat;
}

#contentBottomText {
    background: url("images/content-bottomright.gif") bottom right no-repeat;
}

#content h1 {
	font-size: 18pt;
	color: #264a94;
	font-weight: normal;
    margin: 10px 0 4px 0;
}

#content h2 {
    color: #62a6d0;
    font-weight: normal;
    font-size: 14pt;
    margin: 10px 0 4px 0;
}

#content ul {
    padding-left: 20px;
    margin-left: 0px;
}

#content li {
    margin-bottom: 6px;
    margin-left: 0px;
}

#leftbar {
    position: absolute;
    top: 79px;
    left: 110px;
    width: 181px;
}

.menuWidget {
	background: url("images/menutop.gif") no-repeat #fff;
	color: #264a94;
 }

.menuWidget form {
	padding: 6pt;
} 
 
.menuWidgetBottom {
	background: url("images/menubottom.gif") no-repeat bottom left;
}
 
#menu {
   font-size: 85%;
    line-height: 1.4;
}

#menu h2 {
	color: #cecece;
	font-size: 12pt;
	font-weight: normal;
	padding: 4px 12px;
	margin: 0;
}

#menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
	margin: 0;
	padding: 10px;
}

#menu li {
    padding: 0 4px 0 0;
    border-right: 1px solid white;
}

#menu a.current {
	font-weight: bold;
	text-decoration: underline;
}

#menu li a {
	padding-left: 18px;
    text-decoration: none;
}

#menu li a:hover {
    text-decoration: underline;
}

#menu li.hasSubMenu {
	background: url("images/folder.gif") no-repeat;
}

#menu li.menuOpen {
	background: url("images/folderOpen.gif") no-repeat;
}

#menu ul ul {
	background-image: none;
	padding: 0;
}

#menu ul ul li {
	background: url("images/treeElement.gif") no-repeat 1px 0px;
	padding-left: 10px;
}

#socialBookmarks ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
	margin: 12px 0;
	padding: 4px 10px;
}

#socialBookmarks li {
    display: inline;
    padding-right: 18px;
}

#sidebar {
	position: absolute;
	top: 79px;
	right: 110px;
	width: 181px;
}

#sidebar .sidequote {
	background: url("images/menutop.gif") no-repeat #fff;
	color: #264a94;
}

#sidebar .sidequotecontent {
	padding: 10px;
	background: url("images/menubottom.gif") no-repeat bottom left;
}

#sidebar blockquote {
    padding: 0;
    margin: 0;
}

#sidebar cite {
    font-style: normal;
    font-weight: bold;
}

#footer {
	clear: both;
    text-align: center;
    font-size: 80%;
}

#footer ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;    
    margin: 0;
}

#footer li {
    display: inline;
    border-right: 1px solid black;
    padding: 0 5px 0 3px;
    margin: 0;
}

#footer li.last {
    border: none;
}

#footer p#copyright {
    margin: 0;
}

pre, code {
    font-family: Monaco, Lucida Console, monospace;
    font-size: 90%;
    color: #264A94;
}

pre {
    background-color: #f0f0f0;
    padding: 12px;
    line-height: 1.1;
	font-weight: normal;
    /*float: left;*/
/*    width: 590px;*/
/*    overflow: scroll;*/
}

#summary {
    background-color: #f0f0f0;
    padding: 12px;
}

#summary p {
	margin: 0;
}

/* for the table drag and drop with JQuery */
.tableDemo {
	background-color: white;
	border: 1px solid #666699;
	margin-right: 10px;
	padding: 6px;
}

.tableDemo table {
	border: 1px solid silver;
}

.tableDemo td {
	padding: 2px 6px
}
#table-2 th {
	background-color: #29215A;
	color: white;
}

#table-2 td, th {
	padding-right: 8px;
}

.category td {
	background-color: #E4EBF3;
}

.tDnD_whileDrag {
	background-color: #eee;
}

tr.alt td {
	background-color: #ecf6fc;
}

tr.myDragClass td {
    color: red;
    background-color: #E4EBF3;
}

button.imageButton, button.imageBtn {
	background-color: white;
	background-repeat: no-repeat;
	background-position: 1px center;
	border: 1px solid silver;
	padding: 1px 1px 1px 28px;
	height: 30px;
	font-family: Arial;
	cursor: pointer;
}

button.imageBtn:hover {
	text-decoration: underline;
	border: 1px solid gray;
}

button.add {
	background-image: url(images/add.gif);
}

button.remove {
	background-image: url(images/remove.gif);
}

td.dragHandle {
    
}

td.showDragHandle {
	background-image: url(images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.versionHistory td {
    vertical-align: top;
    padding: 0.3em;
}

