/*

  Style sheet:
		docs/jrs_default.css

  Purpose:
	jimstockigt styles

  History:
	2010-04-13 by Brian M. Warburton
	    Initial version
 
*/

/* Basic elements */
html {
	overflow-y: 		scroll;
}

body {
	margin: 		0px auto 10px auto;
	background-color: 	#666666;
	font-family:		arial, sans-serif;
	font-size: 		medium;
	background-image:	none;
	background-position:	center;
	text-align: center;
}

div {
	text-align: 		left;
}

p {
	font-size: 		medium;
	font-family: 		arial, sans-serif;
	margin: 		0px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:		medium;
	font-family: 		helvetica, Verdana, sans-serif;
	text-align: 		left;
	margin: 		10px 0px 10px 0px;
	padding:		0px;
}

h1 {	font-size:		x-large; }
h2 {	font-size:		large; }
h3 {	font-size:		medium; }


/* Page components */
div.jrs_outer {
	width: 			700px;
	margin: 		0px auto 0px auto;
	background-image:	none;
	background-color: 	#FFFFFF;
}

#jrs_menu { 
	width: 			680px; 
	background-color: 	#CCCCCC;
	padding: 		10px 10px 10px 10px;
	font-weight: 		bold;
	text-align: 		left;
	color: #FFFFFF;
}

/* 2011-09-08 BMW
#jrs_menu_flat  {
        width:                  680px;
	background-color: 	#CCCCCC;
	padding: 		10px 10px 10px 10px;
	font-weight: 		bold;
	text-align: 		right;
	margin-left: auto;
	margin-right: auto;
}
*/

div.jrs_main { 
	width: 			640px; 
	float: 			left;
	border: 		0px dotted green;
	padding: 		0px 30px 10px 30px;
	background-color: 	#FFFFFF;
}

div.jrs_narrow_column {
	border: 0px solid green;
	float: left;
	width: 152px;
}

div.jrs_footer_nav {
	width: 			700px; 
	border: 		0px dotted gray;
	font-weight: 		bold;
	margin: 		10px 0px 0px 0px;
	text-align: 		center;
	font-size: 		small;
	background-color: 	#CCCCCC;
	color: 			#666666;
	border-top: 		0px solid #DDDDDD;
	border-bottom: 		0px solid #DDDDDD;
}

#jrs_bottom {
	background-color: #333333;
	width: 700px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: small;
	font-weight: bold;
}


#jrs_header {
	margin: 0px;
	padding: 0px;
	background-image:	url( /images/background_01.png111 );
}


div.jrs_picture_frame {
	margin: 10px auto 10px auto;
	text-align: center;
}

div.jrs_footer_left {
	border: 		0px dotted gray;
	float: 			left; 
	clear: 			left;
	width: 			420px; 
	text-align: 		left; 
	padding: 		20px 0px 20px 10px;
	margin-bottom: 		0px;
	font-size: 		x-small;

}

div.jrs_footer_right {
	border: 		0px dotted gray;
	float: 			left; 
	width: 			260px;
	padding: 		20px 10px 20px 0px;
	margin-bottom: 		0px;
	text-align: 		right; 
	font-size: 		x-small;
}

.caption {
	font-size: small;
	font-weight: normal;
	font-family: verdana;
	text-align: center;
        font-style: italic;
}
/*
#jrs_top {
	background-color: #0080FF;
	color: #FFCC00;
	font-size: small;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	width: 957px;
	height: 100px;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
	margin: 10px auto 0px auto;
	text-align: right;
	background-image: url( /images/banner_2010-02-24_00.jpg);  />
}
*/



table {
	border-collapse: 	collapse;
	margin: 		0px;
	padding: 		0px;
}

tr {
	margin: 		0px;
	padding: 		0px;
}

td {
	margin: 		0px;
	padding: 		0px;
}

input {
	font-size: 		small;
}

select {
	font-family: 		verdana, arial, sans-serif;
	font-size: 		small;
}

dd {
	text-align:		left;
	font-size:		small;
	color:			#000000;
}

dt	{
	border: 		1px solid #0080FF;
	text-align:		left;
	font-size:		medium;
	font-weight:		bold;
	color:			#0080FF;
	margin:			8px 30px 3px 10px;
	padding:		2px 10px 2px 10px;
}

h5	{
	color:			#FF0080;
	font-size:		medium;
	margin-top:		2px;
	margin-bottom:		2px;
}

hr	{
	margin:			0px 0px 0px 0px;
}

li {
	font-size:		small;
	margin:			0px 0px 5px 0px;
	text-indent:		1px;
}


img.image_style_1 { 
	border: 10px solid #CCCCCC;
	margin: 10px 0px 5px 0px;
}


/*


/* links */
a:link, a:visited {
	color: 			#999999;
	text-decoration: 	none;
}

a:active, a:hover {
	color: 			#333333;
	text-decoration: 	underline;
}

a:link.white_link,
a:visited.white_link,
a:active.white_link,
a:hover.white_link {
	color: 			white;
	text-decoration: 	none;
}
 
a:hover.white_link {
	color: 			white;
	text-decoration: 	underline;
}

#jrs_menu a:active,
#jrs_menu a:link,
#jrs_menu a:visited {
  color: 			#000000;
  text-decoration: 	none;
}

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

/* 2011-09-08 BMW
div.jrs_menu div a:active,
div.jrs_menu div a:hover,
div.jrs_menu div a:link,
div.jrs_menu div a:visited {
	color: 			white;
	text-decoration: 	none;
}

div.jrs_menu div {
	color: 			white;
	font-family: 	Verdana, sans-serif;
	font-size: 		small;
	text-align: 	center;
	vertical-align: middle;
	width: 			155px;
	padding:		5px 10px 5px 10px;
}

div.jrs_menu div.button_inactive {
	background-color: 	#0080FF;
	border-top: 		1px solid #FFCC00;
	border-bottom: 		1px solid #666666;
	border-right: 		5px solid #0080FF;
}

div.jrs_menu div.button_inactive_hover {
	background-color: 	#666666;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #999999;
	border-right: 		5px solid #996666;
}

div.jrs_menu div.button_active {
	background-color: 	#999999;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #999999;
	border-right: 		5px solid #CC0000;
}

div.jrs_menu div.button_active_hover {
	background-color: 	#999999;
	border-top: 		1px solid #666666;
	border-bottom: 		1px solid #999999;
	border-right: 		5px solid #CC0000;
}
*/

#jrs_vienna_arias {
    margin: 0px 0px 20px 0px;
    width: 100%;
    border: 0px solid green;
}

#jrs_vienna_arias td {
    padding: 20px 0px 0px 0px;
    vertical-align: bottom;

}


/* Romber : Form styles */

input.romberbutton {
	background-color: 	#0080ff;
	color: 			white;
	border: 		2px outset #40c0ff;
	font-family: 		Verdana, sans-serif;
	font-size: 		small;
	text-align: 		center;
	vertical-align: 	middle;
	width: 			80px;
}

table.rombererror {
	margin: 		0px;
	padding: 		0px;
}

table.rombererror td {
	margin: 		0px;
	padding: 		0px;
}

table.rombererror td p {
	color: 			#ff4444;
	padding: 		0px;
}

table.rombererror td ul {
	padding-top: 		0px;
	padding-bottom: 	0px;
}

table.rombererror td ul li {
	color: 			#ff4444;
}

table.romberform {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

table.romberform td {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	vertical-align: top;
}

table.romberform td p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}

table.romberform td.romberbutton {
}

table.romberform td.rombercheckbox {
	padding-top: 2px;
}

table.romberform td.rombercheckbox input {
	margin-top: 5px;
}

table.romberform td.rombermessage {
	padding-top: 5px;
}

table.romberform td.rombermessage p {
	font-size: 	medium;
	font-style: 	italic;
}

table.romberform td.romberdisplay,
table.romberform td.romberinfo,
table.romberform td.romberprompt {
	padding-top: 6px;
}

table.romberform td.romberselect {
}

table.romberform input.romberinput, table.romberform textarea {
	background-color: white;
	font-family: monospace;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
}

table.romberform select {
	margin-top: 3px;
}


/* Romber : Table styles */

table.rombertable {
	background-color: #f0f7ff;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 11px;
	margin-right: 11px;
}

table.rombertable td, table.rombertable th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 		small;
	background-color: #f0f7ff;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

table.rombertable th {
	background-color: #70b0f0;
	color: #FFFFFF;
}
table.rombertable th.romberleft {
	text-align: left;
}

table.rombertable th.rombercenter {
	text-align: center;
}

table.rombertable th.romberright {
	text-align: right;
}

table.rombertable td {
	vertical-align: top;
}

table.rombertable td p {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px;
	padding-bottom: 6px;
}

table.rombertable td.romberleft {
	text-align: left;
}

table.rombertable td.rombercenter {
	text-align: center;
}

table.rombertable td.romberright {
	text-align: right;
}

table.rombertable td.romberlefthighlight {
	text-align: left;
}

table.rombertable td.rombercenterhighlight {
	text-align: center;
}

table.rombertable td.romberrighthighlight {
	text-align: right;
}


