﻿body
{
    margin: 0px;
    font-family: tahoma;
    background: #fff url(images/bodybg.png) repeat-x;
    font-size: 12px; 
    color: #a5a5a5;
    line-height: 22px;
    font-family: "Trebuchet MS";
	font-size: 76%;
	color: #666;
   
}

b, strong
{
    font-size: 10pt;
    color: #383838;
}

small a{font-size: 7pt;line-height: 12px;}

.menuTable
{
    position: absolute;
    z-index:1;
}

p{margin-top: 0px;margin-bottom: 7px;}


a{font-size: 9pt;color: #666;}
a:hover{color: #151515;}

h1
{
    font-size: 16px;
    color: #5b5b5b;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 3px;
}
h1{
	font-family: Arial;
	font-size: 190%;
	font-weight: normal;
	color: #333;
	margin:0;
}

h2{
	font-family: Arial;
	font-size: 130%;
	font-weight: normal;
	color: #333;
	margin:0;
	margin: 0px;
}

#container
{
    width: 800px;
    margin: 0 auto;
    background: transparent url(images/fadebg.png) no-repeat;
    width: 944px;
    background-position: center top;
}


#header
{
    width: 944px;
    height: 413px;
    background: transparent url(images/introbg.png) no-repeat;
    background-position: bottom center;
}

#topmenucontainer
{
    width: 900px;
    text-align: right;
    position: relative;
    top: 85px;
}



ul#topMenu
{
    list-style: none;
    margin: 0px;
    float: right;
}
ul#topMenu li
{
     float: left;
     margin-right: 20px;
}

ul#topMenu li a
{
  font-family: "Myriad Pro", tahoma;
   color: #fff;
   text-decoration: none; 
   font-size: 13pt;
}
ul#topMenu li.selected a
{
    color: #383838;
}


#headercontent
{
    position: relative;
    top: 130px;
    left: 60px;
    width: 820px;
    height: 200px;
}

#headercontent
{
    overflow: hidden; /*????*/
}

#headercontent h1
{
    font-size: 28px;
    letter-spacing: -2px;
    color: #151515;
    font-weight: lighter;
    font-family: "Myriad Pro", tahoma;
    padding-bottom: 4px;
}

#headercontent strong, #headercontent b
{
    font-size: 14px;
    color: #151515;
    line-height: 20px;
    font-weight: lighter;
}

#main
{
    margin-top: -1px;
    margin-left: 1px;
    width: 944px;
    background: #fff url(images/pagebg.png) repeat-y;
}



#sidebar
{
    width: 180px;
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;

}

#content
{
    float: left;
    width: 570px;
    background-position: 2px 0px;
    min-height: 150px;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 30px;
  
}

#wrapper
{
    width: 880px;
    background: transparent url(images/contentbg.png) no-repeat;
    background-position: 2px 0px;
    min-height: 200px;
    padding-top: 20px;
    padding-left: 60px;
}

#contentstart
{
    width: 880px;
    background: transparent url(images/contentbg.png) no-repeat;
    background-position: 2px 0px;
    min-height: 200px;
    padding-top: 20px;
    padding-left: 60px;
}

#contentstart h1
{
    font-size: 16px;
    color: #afafaf;
}

#footer
{
    width: 944px;
    background: transparent url(images/footerbg.png) no-repeat;
    margin-bottom: 0px;
    margin-left: 1px;
}
#footertext
{
    width: 870px;
    padding-left: 64px;
    margin-top: 0px;
    color: Gray;
    text-align: right;
    font-size: 9pt;
}
#footertext a
{
    color: Gray;
}

#divider
{
     background: transparent url(images/bigdivider.jpg) no-repeat;
     width: 919px;
     min-height: 66px;
     background-position: center top;
     margin-left: 15px;
     margin-top: 0px;
}

.space
{
    padding-left: 45px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    font-size: 12px; 
    letter-spacing: 0px;
    color: #a5a5a5;
    line-height: 24px;
    font-weight: lighter;
}

#divider b
{
    color: #878787;
}

.box
{
    width: 180px;
    float: left;
    padding: 8px;
    margin-right: 10px;
    border-right: 1px solid #eeeeee;
    height: 150px;
}

.box p
{
    font-size: 12px; 
    color: #a5a5a5;
    line-height: 20px;
    margin-top: 0px;
    height: 50px;
    clear: both;
}



.box h1{float: right;clear: both;width: 185px;}
.box .boxlink{width: 180px; text-align: right;}
.boxlink a {color: #5ab043;font-weight: bold;}

.box .design
{
    width: 173px;
    height:70px;
    background: transparent url(images/icon_design.jpg) no-repeat;
}

.box .impl
{
    width: 180px;
    height:70px;
    background: transparent url(images/icon_impl.jpg) no-repeat;
}

.box .pub
{
    width: 173px;
    height:70px;
    background: transparent url(images/icon_publ.jpg) no-repeat;
}

.box .sup
{
    width: 177px;
    height:70px;
    background: transparent url(images/icon_sup.jpg) no-repeat;
}

.box h1 span{display: none;}
.box.last{border-right: 0px;}


#box
{
    background: #b43f0a url(images/loginbg.png) no-repeat;
    border: 1px solid #822b03;
    color: #fff;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -200px; 
    margin-left: -170px; 
    z-index: 1;
    padding: 20px;
}
#box input[type="text"],#box input[type="password"]
{
    width: 120px;
    font: menu;
}

#sidebarMenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#sidebarMenu li
{

    height: 25px;
    background: transparent url(images/arrright.png) no-repeat;
    background-position: right;
}

#sidebarMenu li.selected
{
    background: transparent url(images/arrright_sel.png) no-repeat;
    background-position: right;
}

#sidebarMenu a
{
    font-family: tahoma;
    font-size: 12px; 
    color: #666;
    line-height: 24px;
    display: block;
    text-decoration: none;
}


/*Hack*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*End Hack*/

/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(images/icon_edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(images/icon_delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}



/*Sitetree*/
#siteTree{
	display: list-item;
	list-style: none;
}

.siteTree, .siteTree ul {
	list-style-type: none;
	background: transparent url(/Images/tree/line1.gif) repeat-y;
	margin: 0px;
	padding: 0;
}

.siteTree ul {
	margin-left: 0px;
	margin-bottom: 0px;
}

.siteTree li{
	margin: 0;
	padding: 0 13px;
	line-height: 18px;
	background: transparent url(/Images/tree/line3.gif) no-repeat;
	color: #369;
}

.siteTree ul li a{
	margin-left: 8px;
	padding-left: 8px;
	margin-bottom: 0px;
	
}

.siteTree li a{
	text-decoration:none;
	margin-left: 2px;
	padding-left: 8px;
}

.siteTree li img{
	margin-left: 6px;
}

.siteTree ul li ul{
	background-repeat: repeat-y;
}
ul.siteTree ul li a{
	margin-left: 2px;
	padding-left: 8px;
}

.siteTree li ul li{
	margin-left: 0px;
	
}

.siteTree li ul li a{
	margin-left: 0px;
}


.siteTree li.last {
	margin-top:0px;
	background-color: #fff;
	background-image: url(/Images/tree/line2.gif);
	background-repeat: no-repeat;
}

#siteTree .symbols1{ /* Various styles to position the symbols next to the items in the menu. */
	margin-left: 6px;
}

#siteTree .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:18px;
  height:16px;
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.SiteTree .open{
	display:inline;
}

/*End sitetree*/

/*Search*/
.searchForm
{
    padding: 5px;
    border: 1px solid #cecece;
    background: #eeeeee;
    padding-left: 10px;
}

.searchResult,.searchForm
{
    width: 570px;
}

.itemCount
{
    font-size: 10pt;
    float: left;
    padding-right:3px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

#references td
{
    vertical-align: top;
}

#references img
{
    margin-right: 40px;
    margin-top: 8px;
}
#references a
{
    color: #c23d17;
}