/* start: default html styles */
body,html {
 position : relative;
}

body {
 margin : 0px;
 background-color : #000000;
 font-family : Trebuchet MS;
 font-size : 8pt;
 vertical-align : middle;
 text-align : center;
}

html>body {
 text-align : -moz-center;
}

li {
 margin-left : 15px;
 text-indent : 0em;
}

form {
 display:inline;
}
table {
 padding : 0px;
 margin : 0px;
 border : 0px;
}
td {
 font-family: Trebuchet MS;
 font-size: 8pt;
 vertical-align:top;
}
a {
 text-decoration:none;
 color:black;
}
a:hover {
 text-decoration:underline;
}

img, a img {
 border-width : 1px;
 border-color : #000000;
 border-style : solid;
 margin : 3px 5px 3px 5px;
	vertical-align:middle;
}

img.menu {
 border : 0px;
 margin : 0px
}

a img.albumImage {
 border-width : 1px;
 border-color : #000000;
 border-style : solid;
 float : left;
 margin : 5px 10px 10px 0px;
}

/* end default html styles */

/* special class for png images */

img.png, a img.png {
 behavior : url(/sites/generic/includes/ieHacks/pngHack.htc);
}

/* end special class for png images */

/* start : alternating row classes */
.light_row {
 background : #ffffff;
}
.dark_row {
 background : #c0c0c0;
}
.highlight_row {
 background : pink;
}

/* end: alternating row classes */

/* div Styles */

div.code {
 display: block;
 color: #a6003b;
 background-color:#b0c4d4;
 white-space:nowrap;
 margin-top:10px;
 margin-bottom:5px;
 margin-left:10px;
 padding:3px;
 min-height : 20px;
 max-height : 200px;
 behavior: url(/sites/generic/includes/ieHacks/divHeightFix.htc);
 width : 95%;
 overFlow:auto;
 border:1px solid black;
 text-indent : 0em;
}

div.codeTitle {
 display: inline-block;
 color: #c8d3DC;
 background-color:#3c5b7b;
 white-space : nowrap;
 margin-top:10px;
 margin-bottom:-10px;
 margin-left:10px;
 padding:3px;
 width:300px;
 max-width : 95%;
 border:1px solid black;
 border-bottom : 0px;
 white-space : pre;
}

div.note {
 display: block;
 background-color:#F8FFBF;
 border:1px solid black;
 /*behavior: url(/sites/generic/includes/ieHacks/divHeightFix.htc);*/
 margin-top:10px;
 margin-bottom:10px;
 margin-left:10px;
 padding:3px;
 width:95%;
}
div.note img {
 margin-right : 2px;
 float : left;
}

div.codeComment {
 display : inline;
 color : gray;
}

div.htmlTag {
 display : inline;
 color : blue;
}

/* end: div styles */

