/* 
++ set default schema ++
*/

body {
		background-color: #666666;
		background-image:url(images/back.jpg);
		margin-left: 10px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
tr, th, .bod, font { 
	font-size: 14px;
	font-family:  tahoma, verdana, arial, sans-serif; 
	color: #9D9C8F;
	/*line-height:1.2em;*/
	}
	
a:link, a:visited, a:active {  
	color: #9D9C8F;
	/*text-decoration : none; */
	}
	
a:link, a:visited, a:active {  
	color: #9D9C8F;
	/*text-decoration : none; */
	}	
	
b, strong {
    font-weight: bold;
    }
	
p { margin-top: 0.5em; } 

img { border-color: 000000; }

/*
++ list schema ++
*/

ul.news {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	padding: 10px;
	margin: 5px;
	

}

li.news{
	color:003366;
	margin-bottom: 7px;
	text-decoration: none;
}

a.news:link, a.news:visited, a.news:active { 
	text-decoration: none;
	color:636363;
}


ul.subnavigation {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	padding: 10px;
	margin: 5px;
	

}

li.subnavigation{
	color:red;
	margin-bottom: 7px;
	text-decoration: none;
}

a.subnavigation:link, a.subnavigation:visited, a.subnavigation:active { 
	text-decoration: none;
}

/* 
++ set rule schema ++
*/

.rule_vertical {
		background-image: url(../images/site_languages/site_language_1/site_1/elements/rule_vertical.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #023567;
	}
	
.rule_horizontal {
		background-image: url(../images/site_languages/site_language_1/site_1/elements/rule_horizontal.jpg);
		background-repeat: repeat-y;
		background-position: left;
		background-color: #FFFFFF;
		font-size: 14px;
		color: #FFFFFF;
	}
	
.rule_solid {
		background-color: #023567;
		font-size: 14px;
		color: #FFFFFF;
	}
	
.gradient_background {
		background-image: url(../images/site_languages/site_language_1/site_1/shell/shell_menu_background.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #023567;
	}

/* 
++ set menu schema ++
*/

.menu_background {
		background-image: url(../images/site_languages/site_language_1/site_1/shell/shell_menu_background.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #023567;
	}

/* 
++ set font schema ++
*/

.text_header {  
	color: #003366;
	/*text-decoration : none; */
	}

a.text_header:link, a.text_header:visited, a.text_header:active {  
	color: #003366;
	/*text-decoration : none; */
	}
	
.text_menu {  
	color: #000000;
	/*text-decoration : none; */
	}	
	
a.text_menu:link, a.text_menu:visited, a.text_menu:active {  
	color: #000000;
	/*text-decoration : none; */
	}
	
.text_footer {  
	font-size: 12px; color: #CE0000;
	/*text-decoration : none; */
	}
	
a.text_footer:link, a.text_footer:visited, a.text_footer:active {  
	font-size: 12px; color: #CE0000; 
	/*text-decoration : none; */
	}

.text_extrasmall { font-size: 9px; }
.text_small { font-size: 10px; }
.text_medium { font-size: 11px; }
.text_large { font-size: 14px; }
.text_extralarge { font-size: 14px; font-weight: bold;}
.text_required { font-size: 11px; }
.text_header { font-size: 14px; font-weight: bold; color:#CE0000;}
.text_footer { font-size: 12px; color: #CE0000; }
/* 
++ set list table schema ++
*/

table.list{
	background-color: #FFFFFF;
	}
	
tr.list_title {
	height: 25px;
	background-color: #003366;
	font-size: 14px;
	color: #FFFFFF;
	}

tr.list_subtitle {
	font-size: 14px;
	font-weight: none; 
	color: #55544F;
	background-color: #D7D7D7;
	}
	
tr.list_subtitle2 {
	font-size: 14px;
	font-weight: bold; 
	color: #55544F;
	background-color: #FFFFFF;
	}
	
tr.list_content {
	font-size: 14px;
	font-weight: none; 
	color: #000000;
	background-color: #EEEEEE;
	}	
	
/* 
++ set record table schema ++
*/

table.record{
	background-color: #FFFFFF;
	}
	
tr.record_title {
	height: 25px;
	background-color: #003366;
	font-size: 14px;
	color: #FFFFFF;
	}
	
tr.record_subtitle {
	font-size: 14px;
	height: 25px;
	font-weight: bold; 
	color: #000000;
	vertical-align: middle;
	background-color: #EDDCA5;
	}

td.record_field_name {
	font-size: 14px;
	font-weight: none; 
	color: #FFFFFF;
	background-color: #B9B9B9;
	vertical-align: top;
	width: 25%; 
	}
	
td.record_field_name_required
{
	font-size: 14px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #B9B9B9;
	vertical-align: top;
	width: 25%;
	border-left: solid #FF0000;	
}
	
td.record_field_input {
	font-size: 14px;
	font-weight: none; 
	color: #000000;
	background-color: #EEEEEE;
	vertical-align: top;
	}
	
td.record_field_image {
	font-size: 14px;
	font-weight: none; 
	color: #000000;
	background-color: #EEEEEE;
	}


/* 
++ set form schema ++
*/

input {
	font-weight: none; 
	font-size: 14px;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #000000;
	line-height:1.2em;
	}
	
input.small { 
	height: 16px;
	width: 25px; 
	border: solid 1px #595959;
	}

input.small2 { 
	height: 16px;
	width: 75px; 
	border: solid 1px #595959;
	}
	
input.small3 { 
	font-size: 14px;
	height: 15px;
	width: 90px; 
	border: solid 1px #595959;
	}
	
input.small4 { 
	height: 16px;
	width: 125px; 
	border: solid 1px #595959;
	}
	
input.small5 { 
	height: 16px;
	width: 150px; 
	border: solid 1px #595959;
	}
	
input.medium { 
	height: 16px;
	width: 175px; 
	color: #000000;
	border: solid 1px #595959;
	}
	
input.medium_readonly { 
	height: 16px;
	width: 175px;
	color: #999999;
	border: solid 1px #B9B9B9;
	}
	
input.medium2 { 
	height: 16px;
	width: 250px; 
	border: solid 1px #595959;
	}
	
input.large { 
	height: 16px;
	width: 350px; 
	color: #000000;
	border: solid 1px #595959;
	}	
	
input.large_readonly { 
	height: 16px;
	width: 350px;
	color: #646464;
	border: solid 1px #999999;
	}
	
input.button {
	font-weight: none; 
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #7F7F7F;
	border-left-color: #7F7F7F;
	border-right-color: #4C4C4C;
	border-bottom-color: #4C4C4C;
	width: 75px;
	height: 16px;
	border: solid 1px #595959;
 	}
	
.readonly { 
	color: #B9B9B9;
	}
	
select {
	font-weight: none; 
	font-size: 14px;
	font-family: verdana, tahoma, arial, sans-serif;
	line-height:1.2em;
	border: solid 1px #595959; 
	}
	
select.small { 
	height: 16px;
	width: 45px; 
	}
	
select.small2 { 
	height: 16px;
	width: 77px; 
	}
	
select.small3 { 
	height: 16px;
	width: 150px; 
	}
	
select.medium { 
	height: 16px;
	width: 175px; 
	}
	
select.medium_readonly { 
	height: 16px;
	width: 175px;
	color: #999999;
	border: solid 1px #B9B9B9;
	}
	
select.medium2 { 
	height: 16px;
	width: 275px; 
	}		
	
select.large { 
	height: 16px;
	width: 350px; 
	}	
	
textarea {
	font-size: 14px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-weight: none;
	line-height:1.2em;
	border: solid 1px #595959;
	width: 100%
	}
	
textarea.small {
	width: 275px; 
	height: 65px;
	font-size: 14px;
}

textarea.small2 {
	height: 80px;
	font-size: 14px;
}

textarea.medium {
	width: 350px; 
	height: 100px;
}

textarea.large {
	width: 350px; 
	height: 225px;
}

textarea.extralarge {
	width: 350px; 
	height: 400px;
}

textarea.notes {
	width: 450px; 
	height: 75px;
}

/* 
++ Custom class needed by the flash plugin
*/

.mce_plugin_flash {
	border: 1px dotted #cc0000;
	background-image: url(tools/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}

.table_back
{
background-image:url('/images/bottom_frame_back.jpg');
background-color:white;
}

.table_back
{
background-image:url('/images/bottom_frame_back.jpg');
background-color:white;
}


.table_back2
{
background-image:url('/images/frame_back2.jpg');
background-color:white;
}
