/* 
 * Style Definitions 
 * (C) P2D@51019
 */

/* Root styles */
body 
{
    font-size : 1.0em;
    line-height: 1em;
    color : #000000;
}

#header
{
    background-color : #003399;
    background-image : url(http://parthopdas.members.winisp.net/msdn.blogs/styles/topback.bmp);
    background-repeat: no-repeat;
}

#title 
{
    height : 67px;
}

#content 
{
    margin: 0px 0px 0px 190px;
    padding: 10px 10px 10px 20px;
}
#content h3
{
    font-size: 1em;
    margin-bottom: 0.25em;
}
/* Root styles */

/* Sidebar */
#sidebar-a
{
    width: 200px;
    font-size: 0.8em;
}
#sidebar-a h3 
{
    background-color : #E1E1E1;
    padding : 2px 5px;
    border : 1px solid #818181;
    border-bottom : none;
    margin-bottom : 0px;
    margin-right: 5px;
    margin-left: 5px;
}
#sidebar-a p
{
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding : 2px 5px;
    border : 1px solid #818181;
}
#sidebar-a ul
{
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding : 2px 5px;
    border : 1px solid #818181;
}
#sidebar-a li
{
}
/* End Sidebar */

/* Calander */
#cal
{ 
    margin-right: 5px;
    margin-left: 5px;
    padding : 2px 5px;
    border : 1px solid #818181;
}
.calendar
{ 
    margin-left: -2px;
}
/* End Calander */

/* News Box */
#news
{
    margin-top: -6px;
    margin-right: -13px;
    margin-left: -13px;
    margin-bottom: -16px;
}
#news p
{
    padding: 5px 7px 5px 7px;
}
/* End News Box */

/* Search Box */
#search
{
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding : 0px 0px;
    border : 1px solid #818181;
}
#search h3 
{
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border : none;
    border-bottom : 1px solid #818181;
}
#search .searchBox 
{
    width: 139px;
    border: 1px solid #818181;
    margin: 5px 0px 5px 5px;
    padding: 2px 2px 12px 2px;
}
#search a 
{
    vertical-align: text-top;
    text-align: center;
    margin: 2px 5px 5px 0px;
}
#search a:hover 
{
    text-decoration: underline;
    color: black;
}
#search ul
{
    border-style: none;
    margin: -1px -1px 0px -1px;
}
/* End Search Box */

/* Post */
div.post 
{     
    background-color : #F1F1F1;
    border: 1px solid black; 
}
.post h1 { }
.post h2 
{ 
    margin-top : 5px;
    font-size : 13pt;
}
.post h3 
{    
    font-size : 12pt;
}
.post h4 
{
    font-size : 11pt;
}
.post h5 { }
.post p 
{
    margin: 0.75em 0em;
}
.postsubhead 
{
    font-size: 0.8em; 
    text-align: right; 
    border: none; 
    padding: 0pt; 
    background-image : none;
    background-color: #F1F1F1;
}
.postsubhead a:link,
.postsubhead a:visited
{
    color : Black;
    font-weight: normal;
    background-color: #F1F1F1;
    padding-right: 0px;
    margin-left: 0px;
}
/* End Post */    

/* Post Comments */
#comments 
{ 
    font-size: .9em; 
}
#comments h4 
{
    background: #F1F1F1;
    padding: .5pc;
    padding-bottom: 0pt;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-top: 1px solid black;  
}
.commentssubhead 
{
    background: #F1F1F1; 
    margin-top: 0pt;
    padding-left: 1pc;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
}
.commentsbody 
{
    background: #F1F1F1;
    padding-left: 1pc;
    padding-right: 1pc;
    padding-top: .5ex;
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    border-bottom: 1px solid black; 
    margin-top: 0pt;
    margin-bottom: 1ex;
}
/* End Post Comments */

/* Inlined Code */
.InlinedCode
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    cursor: text;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5pc;
    margin-right: 50px;
    padding: 10px;
    font-size : 0.8em;
    line-height: 1.0em;
    font-style: normal;
    font-family: "Lucida Console", "Courier New" , "Courier", "Monospace";
    color: navy;
    background: #FFFFFF;
}

.InlinedCode_Code { color: navy }

.InlinedCode_Comment { color: green }

.InlinedCode_Keyword { color: blue }

.InlinedCode_Identifier { color: teal }

.InlinedCode_Operator { color: purple }

.InlinedCode_Class { color: navy; font-weight: bold; }

.InlinedCode_Struct { color: teal; font-weight: bold; }

.InlinedCode_String { color: maroon }
/* End Inlined Code */



/* Output Window */
.OutputWindow
{
    border-width: 3px; 
    border-style: ridge; 
    cursor: text;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    font-size : 0.8em;
    line-height: 1.0em;
    font-style: normal;
    font-family: "Lucida Console", "Courier New" , "Courier", "Monospace";
    color: #C0C0C0; 
    background-color: black; 
}

/* My Indented Lists */
.IndentedListLevel0
{
    padding-left: 1em; 
    margin-left: 0em;
}

.IndentedListLevel0Item
{
    list-style-position: outside; 
    list-style-type: square;
    margin-top: 0.2em;
    padding-left: 0.5em;
}
/* End My Indented Lists */