/* 
design by free css templates 
http://www.freecsstemplates.org 
released for free under a Creative Commons Attribution 2.5 License 
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
}

h1, h2, h3 {
    margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #4D648C;
}

h1 {
    letter-spacing: -1px;
    font-size: 250%;
}

h2 {
    letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

ul, ol {
    margin-left: 3em;
}

blockquote {
    padding: 0 3em;
    background: url(images/img05.gif) no-repeat 1em 0;
    font-style: italic;
}

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

a:hover, a:active {
    text-decoration: none;
    color: darkblue;
}

a:visited {
    text-decoration: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
}

/* Header */
/*
#header {
	top: 0px;
	height: 78px; 
	margin: 0 auto; 
	padding: 0 25px 0px 25px; 
	background:#586B7A;  
}
#header h1 {
	margin: 0; 
	padding: 200px 0 0 40px; 
	letter-spacing: -2px; 
	font-size: 40px; 
} 
#header h1 a {
	color: #FFFFFF; 
} 
#header h2 {
	margin: -10px 0 0 0; 
	padding: 0 0 0 175px; 
	letter-spacing: normal; 
	font: bold 10 tahoma,verdana,arial,sans-serif;
}
#header h2 a { 
	color: #74f1e7; 
} 
#header a {
	text-decoration: none; 
}
#header h1#logo-text {
	position: absolute; 
	margin: 0; padding: 0; 
	font: bolder 2.1em 'Trebuchet MS', Arial, Sans-serif; 
	letter-spacing: -2px; 
	color: #FFF; 
	text-transform: none;
    background: url(../images/logo.png) no-repeat right top;
	top: 0px;
	right: 1165px;	 
	height: 80px; 
	width: 120px; 
}
#header h2#slogan {
	position: absolute; 
	margin: 0; padding: 0; 
	font: bold 1.5em Georgia,"Times New Roman",Times,serif; 
	text-transform: none; 
	letter-spacing: 1px; 
	color: #FFF; 
 	text-align: center;  
	top: 30px;
	left: 0px; 
	right: 35px; 
} 
#header h2#logged-user {
	position: absolute; 
	margin: 0; padding: 0; 
	font: 1.0em 'Trebuchet MS', Arial, Sans-serif; 
	text-transform: none; 
	letter-spacing: 1px; 
	color: #FFF; 
 	text-align: right;  
	top: 65px;
	right: 1100px;
} 
#header h2#quicklink {
	position: absolute; 
	margin: 0; padding: 0; 
	font: 0.9em lucida grande,tahoma,verdana,arial,sans-serif; 
	text-transform: none; 
	letter-spacing: 0px; 
	color: #FFFFFF; 
 	text-align:left;  
	top: 20px;
	left: 10px; 
}
*/
#header #header-tabs {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 200px;
    height: 25px;
    font: bold 1.0em "lucida grande", tahoma, verdana, arial, sans-serif;
    color: white;
    text-align: right;
}

#header #headerLink-tabs {
    position: absolute;
    top: 105px;
    left: 0px;
    height: 50px;
    font: bold 1.0em "lucida grande", tahoma, verdana, arial, sans-serif;
    color: white;
}

#header-tabs ul {
    margin: 0;
    padding: 2px 0px 0px 7px;
    list-style: none;
}

#header-tabs li {
    display: inline;
    margin: 0;
    padding: 0;
}

#header-tabs span {
    display: inline;
    margin: 0;
    padding: 0;
    color: white;
}

/* Page */
/*
.post { 
	width: 420px; 
	padding: 20px 0 0 20px; 
}
.post h1, .post h2, .post h3 { 
}
.post .title { 
	padding: 0 0 5px 0; 
	background: url(images/img08.gif) repeat-x left bottom; 
}
.post .title span { 
	padding-right: 30px; 
	background: url(images/img06.gif) no-repeat right center; 
}
*/

/* Sidebar */
/*
#sidebar { 
	float: right; 
	width: 240px; 
	padding: 5px 5px 0 0; 
	background: url(images/img04.gif) no-repeat; 
} 
.box {
	width: 239px; 
	padding-left: 1px; 
} 
.box .title {
	height: 33px; 
	margin: 0; 
	padding: 10px 0 0 20px; 
	background: url(images/img09.gif) repeat-x; 
	font-size: 18px; 
} 
.box ul {
	margin: 20px; 
	padding: 0; 
	list-style: none; 
} 
.box li {
	padding: 5px 0; 
	background: url(images/img10.gif) repeat-x; 
} 
.box li.first {
	background: none; 
} 
.box h3 {
	margin: 0; 
	font-size: 85%; 
	font-weight: bold; 
	color: #8B985F; 
} 
.box p {
	margin: 0; 
	line-height: normal; 
} 
.box a {
	padding-left: 10px; 
	background: url(images/img11.gif) no-repeat 0 5px; 
}
font#redmsg {
              width: auto; 
              color: #FF0000; 
              font-size: 12px; 
              font-weight: lighter; 
}
label {
	display:block; 
	font-weight:bold; 
	margin:5px 0; 
}
*/

font#redmsg {
    width: auto;
    color: #FF0000;
    font-size: 12px;
    font-weight: lighter;
}

input {
    padding: 2px;
    border: 1px solid #420909;
    font: normal 1em Verdana, sans-serif;
    color: black;
    font-size: 11px;
    width: 187px;
}

input[type=checkbox] {
    padding: 2px;
    border: 1px solid #420909;
    font: normal 1em Verdana, sans-serif;
    color: black;
    font-size: 11px;
    width: 20px;
}

textarea {
    width: 400px;
    padding: 4px;
    font: normal 1em Verdana, sans-serif;
    border: 1px solid #eee;
    height: 100px;
    display: block;
    color: #777;
}

input.button {
    margin: 0;
    font: bolder 12px Arial, Sans-serif;
    border: 1px solid #4543b3;
    padding: 2px 3px;
    background: #CCC url(../images/buttonbg.gif) repeat-x left bottom;
    color: #333;
    width: 120px;
}

#legal {
    float: left;
}

#links {
    float: right;
}

#greenmsgdiv {
    color: #4D648C;
    width: 40%;
    font-size: 13px;
    border: 1px solid gray;
    font: Arial;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#redmsgdiv {
    color: red;
    width: 40%;
    font-size: 13px;
    BORDER: 1px solid gray;
    font: Arial;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
}

#container {
    width: 100%;
    height: auto;
    background: #e9e9ed;
    min-height: 680px;
    height: auto;
    border-bottom: 2px dotted #586B7A;
    padding-bottom: 20px;
}

#headContainer {
    width: 100%;
    height: 100px;
    background: darkSlateGray;
    margin-left: 0px;
    margin-top: 0px;
}

.titleHeader {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: none;
    top: 29px;
    width: 100%;
    z-index: 99;
}

#logo {
    position: relative;
    float: left;
    width: 275px;
    height: 100px;
    font-size: 35px;
    background: darkSlateGray;
    font-weight: bold;
    background: url(../images/logo.png);
}

#banner {
    position: relative;
    float: left;
    width: 198px;
    height: 100px;
    font-size: 35px;
    background: darkSlateGray;
    font-weight: bold;
}

#menu {
    position: absolute;
    width: 500px;
    top: 0px;
    left: 125px;
}

#header-tabs {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 300px;
    height: 25px;
    font: bold 1.0em "lucida grande", tahoma, verdana, arial, sans-serif;
    color: white;
    background: darkSlateGray;
    text-align: right;
}

/*
#sideMenu {
            position: absolute; 
            top: 105px;  
            left: 0px;  
            height: 50px; 
            font: bold 1.0em "lucida grande",tahoma,verdana,arial,sans-serif;   
            color: #FFF; 
            }  
#content{
          position:relative;
          top:20px; 
          margin: 0 auto; 
          text-align: center; 
} 
.sideNavigation{
    margin: 0px; 
} 
.sideNavigation li{
                    padding: 5px; 
                    font-size: 10px; 
                    border: 1px solid #9094AA; 
                    background: #506E86;  
} 
.sideNavigation li a{
                      font-size: 10px; 
                      text-decoration: none; 
                      color: #FFFFFF; 
}
*/

/* table css for display and all type table */
.tableCss, .noPaddingTableCss {
    margin: 10px 15px;
    padding: 0;
    border: 1px solid black;
    border-spacing: 0px;
}

.tableCss td, .noPaddingTableCss td {
    background-color: white;
    margin: 10px 5px;
    padding: 0px 3px 0px 3px;
    border: 1px solid black;
    color: black;
}

.tableCss th, .noPaddingTableCss th {
    margin: 10px 5px;
    padding: 0px 3px 0px 3px;
    border: 1px solid black;
    background: darkSlateGray;
    color: white;
}

.tableCss th a, .noPaddingTableCss th a {
    text-decoration: none;
    color: white;
}

.tableCss th a:hover, .noPaddingTableCss th a:hover {
    text-decoration: none;
    color: white;
}

.tableCss td a, .noPaddingTableCss td a {
    text-decoration: none;
    color: black;
}

table td, table th {
    font: Arial;
    font-size: 12px;
}

.tableCss th {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.tableCss input {
    width: auto !important;
}

.tableCss caption, .noPaddingTableCss caption {
    font-weight: bold;
    font-size: 13px;
    padding: .5em;
}

.footer {
    position: relative;
    text-align: center;
    padding-top: 10px;
    background-color: black;
    color: white;
}

.userAction {
    background-color: lightgray;
}

/* menu css here */
/* CoolMenus 4 - default styles - do not edit */
.clCMEvent {
    position: absolute;
    width: 99%;
    height: 99%;
    clip: rect(0, 100%, 100%, 0);
    left: 0;
    top: 0;
}

.clCMAbs {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}

.clBar {
    position: absolute;
    width: 10px;
    height: 12px;
    background-color: black;
    layer-background-color: black;
    visibility: hidden;
}

.clLevel0, .clLevel0over {
    position: absolute;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
}

.clLevel0 {
    background-color: #4D648C;
    layer-background-color: #627AAD;
    color: #fdf8f4;
}

.clLevel0over {
    background-color: #4D648C;
    layer-background-color: #4D648C;
    color: #FDF8F4;
    cursor: pointer;
    cursor: hand;
}

.clLevel0border {
    position: absolute;
    visibility: hidden;
    background-color: #627AAD;
    layer-background-color: #627AAD;
}

.clLevel1, .clLevel1over {
    position: absolute;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.clLevel1 {
    background-color: #4D648C;
    layer-background-color: #4D648C;
    color: #FDF8F4;
}

.clLevel1over {
    background-color: #404F69;
    layer-background-color: #404F69;
    color: #FDF8F4;
    cursor: pointer;
    cursor: hand;
}

.clLevel1border {
    position: absolute;
    background-color: #3B566A;
    layer-background-color: #006699;
}

.clLevel2, .clLevel2over {
    position: absolute;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.clLevel2 {
    background-color: #4D648C;
    layer-background-color: #4D648C;
    color: #FDF8F4;
}

.clLevel2over {
    background-color: #404F69;
    layer-background-color: #404F69;
    color: #FDF8F4;
    cursor: pointer;
    cursor: hand;
}

.clLevel2border {
    position: absolute;
    visibility: hidden;
    background-color: #3B566A;
    layer-background-color: #006699
}

a img {
    border: 0 none;
    height: 14px;
    vertical-align: middle;
    width: 16px;
}

select {
    font-size: 11px;
    width: 216px;
    padding: 0px;
    border: solid 1px;
}

.customizedTextarea {
    width: 220px;
    height: 15px;
}

.centered {
    text-align: center;
}

.text-right {
    text-align: right;
}

.lang-toggle {
    background-color: #f0f8ff;
    border: 1px solid #c4def1;
    border-radius: 15px;
    padding: 2px 6px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 6px;
}

.lang-toggle a {
    text-decoration: none;
    color: #0d6efd;
    font-weight: normal;
}

.lang-toggle a:hover {
    text-decoration: underline;
}

.lang-toggle .lang-active {
    font-weight: bold;
    color: #0a417d !important;
}

.lang-toggle .lang-separator {
    margin: 0 3px;
    color: #393838 !important;
}

.user-panel {
    text-align: right;
    line-height: 1.2;
    position: relative;
    z-index: 999;
}

.error-box {
    width: 60%;
    margin: 40px auto;
    padding: 20px;
    border: 2px solid red;
    background-color: #FFDDDD;
    text-align: center;
}

.error-box h3 {
    color: red;
    margin-top: 0;
    margin-bottom: 20px;
}

