/* Watch out. This file bugs (in the header) when it is formated with Eclipse (Ctrl+Shift+F)*/

/* BASE */

html, body{ 
 background: url('images/bg.png') top repeat-x;
 margin:0; 
 padding:0; 
 text-align:center;   height:100.1%;
}  
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 
} 
 
#maincol{background-color: #FFFFFF;  
 float:left; 
 display:inline; 
 position: relative; 
 width:1000px; 

 }


* {
	font-family: "Trebuchet MS", Verdana;
}
a {
    color: #4477aa;
    text-decoration: none;
}
a:hover {
    color: #258;
    text-decoration: underline;
}
a img {
    border: 0;
}
img.thumbnail { /* Thank you Ricco * */
	border: 1px solid #AAAAAA;
	float: left;
	margin-bottom: 4px;
	margin-right: 6px;
	padding: 1px;
}

input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #AAA;
    padding: 0.1em;
}
input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}
p.tipMsg,
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
 
}
p.tipMsg {
    background: #FFFF99;
    border-color: #CC9900;
    color: #CC9900;
	width:60%
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
td#availability {
    color: #285;
    font-weight: bold;
}
td#availability.not-available {
    color: #F00;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */
div#adbanner {
	position:absolute;
	height:60px;
	width:486px;
	top:40px;
	right:15px;
}

div#header {
    /*background: #FFF url('images/bg_header.png') bottom repeat-x;*/
	background: #ffffff ;
 
    clear: both;
}
div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}
#logo {
    float: left;
    font-size: x-large;
    font-weight: bold;
    margin: 0;
	padding:12px;
}

html > body div#header.popup h1 {
    padding: 0.5em 0.5em 0.5em 50px;
}
/*html > body div#header #welcome {
    position:absolute;
    left:75px;
}*/
#welcome {
    border: 10px solid #995;
    padding: 10px;
    text-align:center;
    font-size: medium;
}
#bottom {
position:relative;
	padding-top: 10px;
	padding-bottom: 20px;
	top: 10px;
}

#bottomlinks {
	text-align: center;
	font-size: x-small;
}
h1 a {
    color: #000;
}
h1 a:hover {
    color: #000;
}
h2 {
    background: url('images/bg_bar.png') center center repeat-x;
    
    clear: both;
    color: #ffffff;
    font-size: medium;
    letter-spacing: 0.1em;
    margin: 0 0 1em 0;
    padding: 1.5em 1.5em;
	text-transform: lowercase;
}
h2 a, h2 a:hover {
	color: #DDD;
}

/* NAVIGATION */
 
ul#navigation { 
    list-style-type: none;
    margin: 0;
	padding: 160px 15px 0 0;
	width:auto;
}
ul#navigation a {
    font-size: medium;
    font-weight: bold;
    padding: 0.2em 0.4em;
}
ul#navigation a:hover {
    background: #7AD;
    color: #FFF;
}
 
ul#navigation li {
    float: left;
}
ul#navigation li.access {
font-size:small;
    float: right;
}


/* Static Content*/

#content {

    width: 65%;

}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;

}
html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}
img.thumbnail {
	float: left;
	margin-right:10px;
	margin-top:4px;
	border:1px solid #AAA;
}
div.link a {
	color: black;
	font-size: medium;
	font-weight:bold;
}
div.link a:visited {
    color: black;
}
a.more{
    color: #4477aa;
}
div.address {
font-size:x-small;
    color: #black;
	clear: both;
}
div.meta {
    color: #black;
	
}
div.meta span {
    color: #F00;
}
li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 1em 0.5em;
}
html > body li.xfolkentry {
    border-bottom: 1px dotted #AAA;
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    border-left: 3px solid #F00;
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1.2em;
    top: 290px;
    width: 310px;

}
div#sidebar a {
    color: #4477aa;
}
div#sidebar a:hover {
    color: #4477aa;
	text-decoration:underline
}
div#sidebar>div {
	color: #4477aa;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff9900;
	border-bottom-color: #ff9900;
	border-left-color: #ff9900;
}
div#sidebar h2 {
	background: url('images/maxshade.png') top left repeat-x;
	color: #ffffff;
	letter-spacing: 0;
	padding:0;
	padding-left:5px;
	padding-top:4px;
	height:26px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	 
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
	width:92%;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
div#sidebar p.tags a {
    margin: 0;
}
div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}
div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5em;
}
div#sidebar ul li {
    margin: 0.5em 0;
}

div#related {
    padding: 0.5em;
}




/* TAGS */

p.commondescription {
    padding-left:5px;
    color: #555;
    font-weight: bold;
    border-left: 1px solid #CC8;
}

p.tags {
    line-height: 2.25em;
    /*margin: 2em 10%;*/
    text-align: justify;
    vertical-align: middle;
	width:63%;

}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

.treeTag {
	color: #999955;
}
.treeTag:hover {
    cursor: pointer;
    text-decoration: underline;
}
.treeTag.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;

}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
	margin: 0;
}
form#search {
       margin-right: 0.75em;
       color: #ffffff;
       font-size: small;
       float: right;
       margin: 0;
       position: absolute;
       right: 0;
       top: 226px;
	   padding-top:0.8em;
}

#imgButtonSearch {
	
	position: relative;
	right:23px;
	top:2px;
	z-index: 99; 
}


form label,
form td,
form th {
	font-size: small;
}
form table {
	margin-right: -8px;
}
h3 {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    /*color: #CCC;*/
    font-size: small;
    /*float: right;*/
    /*margin: 0;*/
    /*position: absolute;*/
    right: 0;
    top: 7em;
}
html > body p#sort {
    /*margin-right: 0.75em;*/
}
p#sort a {
    background: #AAA;
    color: #ffffff;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #CCC;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}
p.paging {
	font-size: small;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable {
	background: #888;
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	background: #666;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	background: #DDD;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}

/* DOJO Style */

/* DOJO Style */
.scuttletheme .dijitInputField input,.scuttletheme .dijitTextBox,.scuttletheme .dijitComboBox,.scuttletheme .dijitSpinner
	{
	width: 100%;
	margin: 0 0 0 0;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



