/* Start of CMSMS style sheet 'TheDotCom : TheDotCOM' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
z-index: 10;
}

/*
Set initial font styles
*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 75.01%; */
	font-size: 8pt;
	line-height: 1em;
	color: #333;
	margin:1em;
/*	background-color: #9999FF;
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Arial;
	CLIP: ;
	color: #FF0000;
*/
}

/*
set font size for all divs,
this overrides some body rules
*/
p
{
	text-align: justify;
}

div
{
	font-size: 8pt;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element.    color: #18507C;  */
    COLOR: #0018e8;
   background-color: inherit; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
/*
   background-color: #C3D4DF;
   color: #385C72; */
   background-color: inherit;
    COLOR: #60c0f0
}

A
{
    FONT-SIZE: 8pt;
    COLOR: #0018e8;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #60c0f0
}
/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 96em; /* IE wont understand these, so we will use javascript magick */
   min-width: 72em;
/*
   background-color: #D8D8F0;
*/
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	width: 96%
	float: left;
	height: 60px;
	text-align: right;
/*
	background-color: #FFFFFF;
*/
	margin: 0px;
	background-image: url(uploads/images/Title.jpg);
	background-repeat: no-repeat;
	border-bottom: thin solid navy;
}

div#headeracc
{
	width: 28%
	display: inline;
	margin: 0px 4px 4px 8px;
}
div#headeracc h1 a {
	width: 16%;
/*
	background: #3857C2;
*/
	height: 60px;
	text-indent: 1em;
	text-decoration:none;
	float: right;
	display: block;
}

div#search {
   float: right;
   width: 32em;     /* enough width for the search input box */
   text-align: right;
   padding: 0;
   margin: 0 1em;
}

div.breadcrumbs {
	padding: 2pt 0 4pt 1em;
	font-size: 90%;
	border-bottom: 1px solid #FFFFFF;
	background-color: #3366FF;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content
{
	width: 100%;
/*
	background-color: #FF6600;
*/
	background-image: url(uploads/TheDotCom/shade_top.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
}

div#main
{
	float: left;
	width: 68%;
	margin-right: 1%;
	background-color: none;
	display: inline;
	padding: 0em 1em 0;
}


div#sidebar {
	float: right;
	width: 25%;
/*
	display: inline;

	background-color: #0099FF;
*/
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #6666CC; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 4pt;      /* some air for footer */
   text-align: right; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
	float: left;
	width: 32%;
/*
	background-color: #0CFFFF;
*/
	height: 24px;
}

div.right49 {
  float: right;
  width: 32%;
  text-align: right;
	height: 24px;
/*
	background-color: #FF0CFF;
*/
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #663399; 
   border-left: 0.3em solid #663399; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* END LISTS */

/* Default */

B
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial, Verdana
}
P
{
    MARGIN-TOP: 4px;
    FONT-SIZE: 9pt;
    MARGIN-BOTTOM: 4px;
    WORD-SPACING: 2px;
    FONT-FAMILY: Arial, Verdana;
    TEXT-ALIGN: justify
}
TABLE
{
	padding: 0px;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: medium none;
	margin-right: 0px;
	margin-left: 0px;
}
TABLE.menu
{
    BORDER-RIGHT: #808080 1px solid;
    BORDER-TOP: #e0e0e0 1px solid;
    FONT-SIZE: 100%;
    Z-INDEX: 10;
    VISIBILITY: hidden;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #e0e0e0 1px solid;
    BORDER-BOTTOM: #808080 1px solid;
    POSITION: absolute;
    BORDER-COLLAPSE: collapse
}
TABLE.Container
{
    BORDER-COLLAPSE: collapse
}
TD.menu
{
    PADDING-LEFT: 2px;
    BACKGROUND: black;
    BORDER-COLLAPSE: collapse
}
TD.rmenu
{
    FONT-SIZE: 8pt;
    COLOR: #d8e8ff;
    FONT-FAMILY: Verdana;
    valign: middle
}

.amenu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #a0b8b8;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
.amenu:hover
{
    PADDING-LEFT: 1px;
    COLOR: #ff0000
}
.tmenu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #b090ff;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
.tmenu:hover
{
    COLOR: #d8e8ff
}
.navmenu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #a078f0;
    FONT-STYLE: normal;
    FONT-FAMILY: Tahoma;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
.navmenu:hover
{
    COLOR: #d8e8ff
}
.navbottom
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 1px;
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.navbottom:hover
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 1px;
    COLOR: red;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
td.slogan
{
	padding-left: 4;
	padding-right: 4;
	padding-top: 8;
	width: 100%;
	height: 20;
	align: left;
/*    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #602890;
    FONT-FAMILY: Tahoma, Georgia, Book Antiqua */
}
Div.slogan
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: #602890;
    FONT-FAMILY: Tahoma, Georgia, Book Antiqua
}
#Contents
{
	border-top: none;
	border-right: 1px solid #000099;
	border-bottom: none;
	border-left: none;
}
TD.contents
{
	padding-left: 4;
	padding-right: 4;
	valign=top;
    padding-top: 8;
    FONT-SIZE: 8pt;
    padding-bottom: 4px;
    WORD-SPACING: 2px;
    COLOR: #242424;
    FONT-FAMILY: Arial, Verdana;
    TEXT-ALIGN: justify
}
P.contents
{
    MARGIN-TOP: 4px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 4px;
    WORD-SPACING: 2px;
    COLOR: #242424;
    FONT-FAMILY: Arial, Verdana;
    TEXT-ALIGN: justify
}
.breif
{
    COLOR: #8098b0
}
.Topic
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: #008000;
    FONT-FAMILY: Georgia, Times New Roman
}
.Head
{
    FONT-SIZE: 10pt;
    COLOR: #000080;
    FONT-FAMILY: 'Arial Black', 'Times New Roman'
}
.Figures
{
    FONT-SIZE: 9pt;
    LIST-STYLE-IMAGE: url(../images/asmbly/bullets/bullet-01.gif);
    COLOR: red;
    FONT-FAMILY: Arial, Times New Roman;
    LIST-STYLE-TYPE: square
}
.Features
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma, Verdana
}
.detail
{
    FONT-SIZE: 8pt;
    COLOR: #406080;
    FONT-FAMILY: Verdana,Arial;
    TEXT-ALIGN: justify
}
.Quote
{
    FONT-SIZE: 9pt;
    COLOR: chocolate;
    FONT-FAMILY: Verdana, Arial
}
.Name
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000080;
    FONT-FAMILY: Tahoma, Verdana
}
TD.Summary
{
    padding-left: 4;
	padding-right: 4;
	width: 100%;
	align: right;
	valign: bottom;
	MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #c0c0c0;
    FONT-FAMILY: Verdana
}
.News
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial, Verdana
}
.notice
{
	FONT-SIZE: 8pt;
	COLOR: red;
	FONT-FAMILY: Arial, Verdana;
	text-align: right;
}
.noview
{
    width: 100%;
	FONT-SIZE: 10%;
    VISIBILITY: hidden;
    POSITION: absolute
}
.scroll
{
    FONT-SIZE: 8pt;
    COLOR: darkolivegreen;
    FONT-FAMILY: Verdana, Microsoft Sans Serif
}
.overview
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: darkslateblue;
    FONT-FAMILY: Tahoma, Arial
}
.Cool
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: darkslateblue;
    FONT-FAMILY: Tahoma, Arial
}
DT.Term
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #004080;
    FONT-FAMILY: Tahoma, Verdana
}
DD.Definition
{
    MARGIN-TOP: 2px;
    FONT-SIZE: 9pt;
    MARGIN-BOTTOM: 4px;
    COLOR: #484848;
    FONT-FAMILY: Tahoma, Times New Roman;
    TEXT-ALIGN: justify
}
MENU
{
    LIST-STYLE-TYPE: disc
}
OL
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 1px;
    COLOR: green;
    FONT-FAMILY: Arial, Verdana
}
UL
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 1px;
    COLOR: green;
    FONT-FAMILY: Arial, Verdana;
	TEXT-ALIGN: left
}
UL.sqr
{
	FONT-SIZE: 8pt;
	MARGIN-BOTTOM: 1px;
	COLOR: #6666FF;
	TEXT-ALIGN: justify;
	FONT-FAMILY: Arial, Verdana;
	list-style-type: square;
	margin-right: 72px;
	right: 16px;
}
LI.square
{
    LIST-STYLE-POSITION: outside;
    FONT-SIZE: 9pt;
    LIST-STYLE-IMAGE: none;
	list-style-type: square;
    MARGIN-BOTTOM: 1px;
    COLOR: #6600FF;
    FONT-FAMILY: Arial, Verdana
}
LI.Normal
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 1px;
    COLOR: green;
    LINE-HEIGHT: 8pt;
    FONT-FAMILY: Arial, Verdana
}
DIR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: mediumblue;
    FONT-FAMILY: Verdana
}
SPAN.Highlight
{
    FONT-WEIGHT: 800;
    FONT-SIZE: 9pt;
    COLOR: lightyellow;
    FONT-FAMILY: Verdana, Tahoma;
    BACKGROUND-COLOR: mediumblue
}
LI.special
{
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 8px
}
.footer
{
    MARGIN-TOP: 1px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 0px;
    FONT-FAMILY: Arial, Verdana
}
#Main
{
	width: 100%;
	height: 100%;
	FONT-SIZE: 8;
	LINE-HEIGHT: normal;
}
TD.top
{
    valign: top
}
TABLE.box
{
	width: 100%;
	height: 100%;
}
TD.box
{
	height: 40px;
	BACKGROUND-IMAGE: url(../images/asmbly/sfx_titlebar_bg2.png);
	BACKGROUND-REPEAT: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
TD.boxdesc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;
}

TD.rightnave
{
	border-bottom: 1px solid #000080;
}

TABLE.Section
{
    BACKGROUND-IMAGE: url(..uploads/TheDotCom/shade_top.jpg);
    BACKGROUND-REPEAT: repeat-x
}
TABLE.Home
{
    BACKGROUND-POSITION-Y: center;
    BACKGROUND-IMAGE: url(../images/asmbly/target.jpg);
    BACKGROUND-REPEAT: no-repeat
}

INPUT.tbox
{
	width: 10em;
	maxlength: 48;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	FONT-SIZE: 8pt;
	BORDER-LEFT: black 1px solid;
	COLOR: midnightblue;
	BORDER-BOTTOM: black 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: lavender;
}
INPUT.btn
{
	FONT-SIZE: 8pt;
	COLOR: navy;
	background-color: #C0C0C0;
	FONT-FAMILY: Tahoma;
	padding: 0px;
	margin-top: -1px;
}
.moredetail
{
    FONT-SIZE: 8pt;
    COLOR: #406080;
    FONT-FAMILY: Verdana,Arial;
    TEXT-ALIGN: right
}
.continued
{
	FONT-SIZE: 8pt;
	TEXT-ALIGN: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* End of 'TheDotCom : TheDotCOM' */

