﻿/*
Theme Name: TamaG
Version: 1.0
Author: USoft
Author URI: usoftinc.com
*/

body
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10pt;
    color: Black;
}

div.main_container
{
    margin: 10px auto;
    min-width: 900px;
    width: 90%;
}

div.header
{
    height: 55px;
	margin-bottom: 0px;
}

div.header_L
{
    float: left;
    height: 100%;
    padding-top: 6px;
}

div.header_R
{
    height: 100%;
    min-height: 40px;
    background: url('images/header_line.gif') top right no-repeat;
    text-align: right;
    padding-top: 25px;
    padding-right: 5px;
}

img.language_icon
{
    border: none;
}

div.content
{
	margin-top: 0px;
    clear: both;
}

div.widget_text {
	padding: 0px !important;
}

div.menu
{
    background: url('images/menu_back.gif') top left repeat-x;
    min-height: 30px;
    height: 30px;
    font-family: "Franklin Gothic Book";
    font-size: 14pt;
    color: White;
}

div.menuitem
{
	fontfont-size: inherit;
    background: url('images/menu_i.png') top left no-repeat;
    width: 195px;
    min-width: 195px;
    min-height: inherit;
    height: inherit;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    margin-right: 2px;
    border-right: 1px solid White;   
}

div.menuitem_tamag { font-size: bigger; background: url('images/menu_a.png') top left no-repeat; }
div.menuitem_tww { font-size: bigger; background: url('images/menu_a_tww.png') top left no-repeat; }
div.menuitem_bd { font-size: bigger; background: url('images/menu_a_bd.png') top left no-repeat; }
div.menuitem_wo { font-size: bigger; background: url('images/menu_a_wo.png') top left no-repeat; }

a.menuitem_active
{
    color: White !important;
}

a.menuitem_inactive
{
    color: Black !important;
}



td.left_pane
{
    height: 500px;
    width: 175px;
	max-width: 175px;
	min-width: 175px;
    margin: none;
    padding: 10px;
    vertical-align: top;
	background: url('images/menu_bacground_left.png') top right repeat-y;
}

td.left_pane_tamag { background: url('images/menu_bacground_left.png') top right repeat-y; }
td.left_pane_tww { background: url('images/menu_bacground_left_tww.png') top right repeat-y; }
td.left_pane_bd { background: url('images/menu_bacground_left_bd.png') top right repeat-y; }
td.left_pane_wo { background: url('images/menu_bacground_left_wo.png') top right repeat-y; }

td.content_pane
{
    border-left: 1px solid #00598c;
    border-right: 1px solid #00598c;
    padding: 20px;
}

td.right_pane
{
    width: 175px;
    padding: 10px;
	background: url('images/menu_bacground_right.png') top left repeat-y;
}

td.right_pane_tamag { background: url('images/menu_bacground_right.png') top left repeat-y; }
td.right_pane_tww { background: url('images/menu_bacground_right_tww.png') top left repeat-y; }
td.right_pane_bd { background: url('images/menu_bacground_right_bd.png') top left repeat-y; }
td.right_pane_wo { background: url('images/menu_bacground_right_wo.png') top left repeat-y; }



a.m1
{
    font-size: 10pt;
    font-weight: bold;
}

a.m2 
{
    color: #ff9933 !important;
    font-size: 10pt;
    padding-left: 10px;
}

a.m3
{
    color: #a4a4a3;
    font-size: 8pt;
    padding-left: 20px;
}

DIV.more, A.more
{
    color: #cc6600 !important;
    font-size: 9pt;
    text-align: right;
}

span.s_title
{
    font-size: 12pt;
    color: #00598c;
}

h1
{
    font-family: "Franklin Gothic Book", Century Gothic, Verdana;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    color: #00598c;
}

h2
{
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    color: #00598c;
}


a 
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

a.menuitem_a:hover 
{
    color: White !important;
}

/*
 * WIDGETS 
 */
 
 H2.widgettitle {
	text-align: left;
	font-weight: normal;
 }
 
 DIV.widget {
	padding: 10px 4px 10px 4px;
	margin-bottom: 15px;
	background: url('images/divider.gif') bottom center no-repeat;
 }
 
 UL {
	padding: 2px 10px;
 }
 
 UL.blogroll {
	list-style: none;
 }
 
 LI.widget, LI.widget_pages {
	color: #00598C;
	font-size: 12pt;
	list-style: none;
 }
 
 LI.page_item {
	font-size: normal;
	padding-left: 10px; 
	margin-left: -15px;
	list-style: none;
 }
 
 A.widget {
	text-align: right; 
	font-size: 9pt; 
	color: rgb(204, 102, 0);
 }
 
#header_language_list{
  margin-bottom: 25px;
  text-align: right;
}

#header_language_list ul{
  list-style: none;
  margin:0;
  padding:0;
}

#header_language_list ul li img{
  margin-right:2px;
}

#header_language_list ul li{
  display:inline;
  margin:0 2px 0 5px;
  padding:0;
}

#header_language_list ul li a, #footer_language_list ul li a:visited{
  color: #fff;
  text-decoration:underline;
}

#header_language_list ul li a:hover, #footer_language_list ul li a:active{
  color: #fff;
}

.current_page_item 
{
	color: red;
}

label {
	font-weight: normal !important;
}

img.alignleft  {
	margin-right: 20px;
}