/*******************************************************/
/* Name: finance3.css */
/* Id:   2            */


/*******************************************************/
/* Top-level elements */
body
{
margin: 0px;
padding: 0px;
font-family: verdana, sans-serif;
font-size: 11px;
background: url(../images/css/finance3/body_bg.gif) repeat-y top center;
background-color: #b6b6b6;
}

#containerDiv
{
margin: 0px auto 0px auto;
padding: 0px;
width: 800px;
background-color: transparent;
}

/*******************************************************/
/* Multi-use elements and classes */
a
{
color: #006699;
}

a:hover
{
color: #006699;
text-decoration: none;
}

a:visited
{
color: #006699;
}

hr
{
display: none;
}

ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

li
{
}

input.button
{
font-size: x-small;
background-color: #7d9db0;
border: 1px solid #3a4d58;
}

.textfield
{
font-family: Verdana, sans-serif;
}

.time
{
color: #666666;
font-size: 10px;
font-family: Verdana, sans-serif;
font-weight: bold;
}

span.error
{
}

/*******************************************************/
/* Heading elements */
#bannerDiv
{
height: 122px;
}

#bannerDiv img
{
}

#headerDiv
{
margin: 0px;
padding: 0px;
background-image:url(../images/css/finance3/header_middle.gif);
background-repeat: repeat-y;
}

#headerDiv h1
{
margin: 0px;
padding: 10px 0px 10px 20px;
overflow: hidden;
}

#headerDiv h1 a
{
color: white;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 25px;
text-decoration: none;
}

#headerDiv h1 a:hover
{
}

/* About blog */
#headerDiv h2
{
margin: 20px 0px 10px 20px;
width: 616px;
overflow: hidden;
color: white;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#headerDiv p
{
margin: 0px;
padding: 0px 0px 20px 20px;
width: 616px;
overflow: hidden;
color: white;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#headerDiv p a
{
color: white;
text-decoration: underline;
}

#headerDiv p a:hover
{
}

/*******************************************************/
/* Error div */
div.error
{
}

div.error h2
{
margin: 10px 0px 10px 0px;
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 25px;
text-decoration: none;
}

div.error p
{
margin: 0px 0px 60px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

/*******************************************************/
/* Message Elements */
div.message
{
margin: 0px;
padding: 20px 0px 20px 0px;
}

div.message h1
{
margin: 10px 0px 10px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-decoration: none;
}

div.message p
{
margin: 0px 0px 60px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*******************************************************/
/* Main Elements */
#mainDiv
{
margin: 0px;
padding: 0px 180px 0px 20px;
}

#mainDiv #newPostAnchor
{
position: absolute;
z-index: 100;
top: 98px;
margin-left: 620px;
color: white;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 12px;
}

#newPostAnchor span
{
text-decoration: underline;
}

#newPostAnchor:hover span
{
text-decoration: none;
}

#newPostAnchor img
{
display: inline;
margin: 0px 0px 0px 5px;
padding: 0px;
width: 12px;
height: 12px;
vertical-align: middle;
background: url(../images/css/finance3/arrow.gif) no-repeat scroll center center;
background-color: white;
border: 0px;
}

div.post
{
margin: 20px 0px 60px 0px;
padding: 1px 0px 0px 0px;
width: 597px;
overflow: hidden;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
}

*html div.post
{
padding-top: 20px;
}

div.post h2
{
font-weight: normal;
}

div.post h2 a
{
color: #006699;
text-decoration: none;
font-size: 25px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
}

div.post h2 a:hover
{
}

div.post a.categoryAnchor
{
float: right;
color: #999999;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
}

div.post a.categoryAnchor:hover
{
}

div.post span.time
{
display: block;
}

div.post p
{
}

div.post a
{
}

div.post a:hover
{
}

div.post img
{
border-width: 1px;
border-style: solid;
border-color: black;
}

div.post ul
{
}

div.post li.commentLi
{
position: relative;
}

div.post li a
{
}

div.post li a:hover
{
}

div.post span.niceURL
{
display: inline;
position: absolute;
right: 0px;
}

/* Comments */
a.commentAnchor
{
}

a.commentAnchor:hover
{
}

div.commentBlock
{
}

div.comment
{
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
}

div.comment h5
{
}

p.commentText
{
}

p.commentText a
{
}

p.commentText a:hover
{
}

a.delCommentAnchor
{
}

a.delCommentAnchor:hover
{
}

/* Forms */
div.post form
{
}

div.post #subjectFieldDiv
{
float: left;
display: block;
margin: 0px 5px 5px 0px;
}

div.post #categoryFieldDiv
{
float: none;
clear: right;
}

div.post #authorFieldDiv
{
float: left;
display: block;
margin: 2px 35px 0px 0px;
}

div.post #codeFieldDiv
{
float: left;
margin: 2px 10px 0px 0px;
}

div.post #imgFieldDiv
{
}

* html div.post #imgFieldDiv
{
padding-top : 5px;
}

div.post form label
{
}

div.post form span.error
{
}

#tagListDiv
{
margin-bottom: 5px;
min-height: 20px;
}

*html #tagListDiv
{
height: 20px;
}

#contentInput
{
width: 588px;
}

#msgInput
{
width: 588px;
}

#editorBody
{
margin: 5px;
font-family: Verdana, sans-serif;
}

#contentInputViewSourceLabel, #msgInputViewSourceLabel
{
margin-top: 6px;
}

#contentInputViewSource, #msgInputViewSource
{
margin-top: 8px;
}

* html #contentInputViewSourceLabel, * html #msgInputViewSourceLabel
{
margin-top: 5px;
}

* html #contentInputViewSource, * html #msgInputViewSource
{
margin-top: 4px;
}

* html div.post form select
{
margin-top: 1px;
}

div.post form input.textfield
{
}

div.post #formButtonsDiv
{
margin: -10px 0px 0px 0px;
}

div.post form input.button
{
margin: 0px 20px 0px 0px;
}

div.post form #registerBtn
{
margin-top: 7px;
}

div.post form span.notice
{
}

/*******************************************************/
/* Menu elements */
#menuDiv
{
position: absolute;
top: 122px;
margin: 0px 0px 0px 637px;
padding: 0px 5px 40px 10px;
width: 135px;
color: #999999;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 100%;
}

#menuDiv ul
{
}

#menuDiv li
{
}

#menuDiv a
{
}

#menuDiv a:hover
{
}

#menuDiv h4
{
margin: 20px 0px 10px 0px;
color: #006699;
line-height: 100%;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#menuDiv div
{
}

#menuDiv img
{
}

/* About Me */
#aboutMeDiv
{
}

#aboutMeDiv h4
{
}

#aboutMeDiv p
{
margin: 0px;
padding-bottom: 3px;
color: #666666;
font-size: 12px;
}

#aboutMeDiv a
{
text-decoration: underline;
}

/* Categories */
#categoriesDiv
{
}

#categoriesDiv h4
{
}

#categoriesDiv ul
{
}

#categoriesDiv li
{
margin-bottom: 10px;
}

#categoriesDiv a
{
color: #666666;
text-decoration: none;
}

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

/* Previous Posts */
#prevPostsDiv
{
margin-bottom: 40px;
}

#prevPostsDiv h4
{
}

#prevPostsDiv ul
{
}

#prevPostsDiv li
{
margin-bottom: 10px;
}

#prevPostsDiv a
{
color: #666666;
text-decoration: none;
}

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

#prevPostsDiv span.time
{
font-weight: normal;
}

/* Login */
#menuDiv #loginDiv
{
position: absolute;
top: -30px;
left: -637px;
padding: 6px 0px 10px 20px;
width: 780px;
height: 14px;
opacity: 0.8;
filter: alpha(opacity=80);
color: white;
font-family: Arial, sans-serif;
font-size: 12px;
background-color: black;
}

* html #loginDiv
{
padding-bottom: 0px;
height: 24px;
}

#menuDiv #loginDiv #loginHeading
{
display: none;
}

#loginDiv br
{
display: none;
}

#menuDiv #loginDiv h4
{
display: inline;
color: white;
font-size: 12px;
}

#loginDiv a
{
color: white;
}

#loginDiv a:hover
{
}

#loginDiv ul
{
display: inline;
margin: 0px;
}

#loginDiv li
{
display: inline;
margin-left: 20px;
}

#menuDiv #loginDiv li a
{
color: white;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 100%;
}

#loginDiv li a:hover
{
}

#loginDiv form
{
margin: 0px 0px 0px -11px;
padding: 0px;
}

#loginDiv label
{
margin-left: 10px;
}

#loginDiv span.error
{
position: absolute;
z-index: 99;
top: 0px;
left: 637px;
padding: 8px 10px 10px 10px;
width: 130px;
text-align: center;
text-transform: uppercase;
background-color: black;
}

#loginDiv input
{
margin: 0px 40px 0px 5px;
padding: 0px;
height: 19px;
vertical-align: middle;
border: 0px;
}

#loginDiv input.textfield
{
width: 120px;
font-size: 12px;
background-color: white;
}

#loginDiv input.button
{
width: 19px;
color: transparent;
cursor: pointer;
vertical-align: top;
background-color: white;
background-image: url(../images/css/finance3/arrow.gif);
background-position: center center;
background-repeat: no-repeat;
}

#menuDiv #loginDiv input.button
{
font-size: 0px;
}

#loginDiv #forgotPwdAnchor
{
position: absolute;
top: 8px;
left: 637px;
padding: 0px 5px 0px 0px;
width: 145px;
text-align: center;
}

#logoutAnchor
{
}

/*******************************************************/
/* Footer */
#footerDiv
{
clear: both;
margin-right: 135px;
height: 30px;
text-align: center;
}

#footerDiv a
{
text-decoration: underline;
}

#footerDiv a:hover
{
text-decoration: none;
}

#prevPageLink
{
margin-right: 20px;
}

#nextPageLink
{
}