/*
    ###########################################################################
    ## General Style
    ###########################################################################
*/

#container {
    margin: 0 auto;
    width: 800px;
    color: #333333;
    background-color: #FCFCFC;

    border: 1px solid #4D687F;
    position: relative;
    top: 60px;
}

#logo {
    float: right;
}

/*
    ###########################################################################
    ## Warning Section
    ###########################################################################
*/

#warning {
    color: red;
    background-color: black;
    font-family: monospace;
    font-weight: bold;
}

/*
    ###########################################################################
    ## Menu Section
    ###########################################################################
*/

#menu {
    position: relative;
    top: 1px;
	margin-left: 30px;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu li {
    float: left;
    position: relative;
    text-align: center;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 14px;
	margin-left: 3px;
	background-color: #CCCFD4;
	color: #4D687F;
	font-size: 14px;
}

#menu a:hover {
    background-color: #DDE0E5;
}

#menu a.selected {
    background-color: #F46F20;
    color: #FCFCFC;
}

/**** second level *****/

#menu ul ul {
    visibility: hidden;
    position: absolute;
    left: 0;
}

#menu ul ul li {
    width: 100%;
}

#menu ul ul li a {
    font-weight: normal;
    padding: 3px 7px;
    border-top: 0;
    border-bottom: 1px solid #4D687F;
}

#menu ul li:hover ul, #menu ul a:hover ul {
    visibility:visible;
}

/*
    ###########################################################################
    ## Breadcrumb
    ###########################################################################
*/

#breadcrumb {
    padding: 7px 7px 7px 40px;
    background-color: #4D687F;
    color: #DFDDDE;
}

#breadcrumb a {
    color: #FCFCFC;
}

/*
    ###########################################################################
    ## Content Section
    ###########################################################################
*/

#content {
	text-align: justify;
	line-height: 1.6em;
	padding: 30px 40px;
}

#content li {
    list-style-type: square;
}


#footer {
    background-color: #F46F20;
    padding: 0.5em;
    text-align: center;
}

#footer a {
    color: #FCFCFC;
}

body {
    background-image: url('bg.png');
    background-color: #DFDDDE;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
}

img {
	border: 0;
}

h1 {
    display: none;
    font-size: 1.6em;
}

h2, h3 {
	font-size: 1.4em;
	color: #4D687F;
}

a {
    text-decoration: none;
    color: #F46F20;
}

a:hover {
    text-decoration: underline;
}


strong {
	color: #4D687F;
}

.check {
    list-style-image: url('check.png');
}

.clearer {
    clear: both;
    height: 1px;
    width: 100%;
}

.smaller {
    font-size: 0.9em;
}

/*
    ###########################################################################
    ## Profile & Solution Style
    ###########################################################################
*/

#content .col {
    font-weight: bold;
    display: block;
    margin-bottom: 1.0em;
    font-size: 1em;
}

.desc {
    padding-left: 2em;
    display: block;
    margin-bottom: 1em;
}

.profile_pic {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 140px;
	height: 180px;
	border: 1px solid #AAAAAA;
}

code {
	font-size: 0.8em;
	background-color: rgb(240,240,240);
	display: block;
	border: 1px solid black;
	padding: 0.5em;
    margin-bottom: 1em;
    white-space: pre;
    font-family: monospace;
}
code span.h {
	font-weight: bold;
}

span.code, td.code {
	font-size: smaller;
	background-color: rgb(240,240,240);
	font-family: monospace;
}

/*
    ###########################################################################
    ## Reference Style
    ###########################################################################
*/
table.reference_entry {
    width: 100%;
    margin-bottom: 5%;
}

table.reference_entry th {
    width: 20%;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

table.reference_entry td {
    text-align: justify;
    vertical-align: top;
}

table.reference_entry caption {
    text-align: left;
    border-bottom: solid 1px #4D687F;

}

table.reference_entry caption span.period {
    font-style:italic;
}
