/* #F19D15 */

a:link 
{
	color: 505050;
	text-decoration: none;
}

a:hover
{
	color: #174084;
	text-decoration: underline;
}


a:visited 
{
	color: 505050;
	text-decoration: underline;
}


a:visited:hover
{
	color: #174084;
	text-decoration: underline;
}


body 
{
	background : #505050;
	font-family: Book Antiqua, Georgia;
	font-size: 14px;
	line-height: 1.4em;
	text-align:  center;
}

#real_body
{
	margin:  0 auto;
    width: 840px;
	background-color: #ffffff;
}


#header 
{
    clear: both;
	text-align:  left;
    padding-top: 20px;
	padding-left: 135px;
    height: 132px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#header_title
{
	font-size: 4em;
	padding-top: 40px;
	font-weight:  bold;
}

#header_tag
{
	padding-top: 13px;
	font-size:  1.2em;
}

#header_links
{
    font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    text-align: center;
    width: 840px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-color: #174084;
    background-color:#174084;
    color: #ffffff;
    letter-spacing: 0.13em;
    
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    
}

#header_links a
{
    color: white;
    text-decoration: none;
}

#header_links a:hover
{
    text-decoration: underline;
    background-color: white;
    color: black;
}

.header_link
{
    padding-right: 10px;
    padding-left: 10px;
}

#roo
{
	color: #F19D15;
}

#v
{
    color: #174084;
    /*color: #999933;*/
}

#left_pane
{
	float:  left;
	width:  200px;
	min-height:  500px;
	text-align: left;
	background: inherit;
    margin-top: 50px;
}

#page
{
    clear:  both;
	float:  left;
	width:  600px;
	text-align: left;
	background: inherit;
	min-height:  500px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px
}

.usecaseheader
{
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.left_block 
{
	width: 170px;
	text-align: left;
	margin: 10px;
    margin-bottom: 20px;
	padding:  5px;
    padding-bottom: 10px;
    
	border-style:  dashed;
	border-width: 1px;
    border-color: #000000;
	font-size: 1em;
    line-height: 1.2em;
}


#block_header
{
    font-family: Georgia;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    width: 176px;
    margin-left: -6px;
    margin-top: -6px;
    margin-bottom: 3px;
    
    background-color: #174084;
    color: white;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    
    line-height: 1.4em;
}

.reduce_header
{
    margin-top: 0px;
}

.section_header
{
	font-size: 1.6em;
	font-family: Arial Black, Sans Serif;
	font-style: normal;
	padding-bottom: 16px;
/*	letter-spacing: .6em;*/
}

.section
{
	margin-left:  20px;
	margin-bottom:  20px;
    margin-right: 10px;
	padding-bottom: 20px;
/*	border-bottom-style: dashed;*/
	border-bottom-width: 1px;
    word-spacing: .5px;
}

.highlight
{
    padding:1px;
    padding-left:3px;
    padding-right:3px;
    background-color: lightgray;
}

#screenshots
{
    height:156px;
}

/*img
{
    border-width: 8px;
    border-color: #505050;
}

img:hover
{
    border-color: #174084;
}
*/

#ss1
{
    float:left;
    margin-left: 49px;
    border-width: 8px;
    border: 8px solid #505050;
}


#ss2
{
    float:left;
    margin-left: 29px;
    border: 8px solid #505050;
}

#ss3
{
    float:left;
    margin-left: 29px;
    border-width: 8px;
    border: 8px solid #505050;
}


#legal
{
    font-size: .6em;
}

#footer 
{
	clear: both;
	text-align:  center;
	background: inherit;
	padding-bottom:  20px;
}

#roobasoft_footer
{
	color: #EF9A30;
}

#footer a
{
    text-decoration: none;
}


