﻿@charset "utf-8";
/*
 * main.css
 * ========
 * Main Style Sheet
 * Changes:
 *			02/07/2009 - kesara@fclanka.com
 *							+ Style sheet created.
 */
 

 
.error 
{
	color: #FF0000;
}

.message
{
	color: #228B22;
	background-color:#98FB98;
}

body
{
	font-family: Tahoma;
	font-size: 12px;
}

.modalPopup {
	background-color:#ffffff;
	/*border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;*/
	width:300px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* login screen  */

#login{
	width: 561px ;
	height: 501px ;
	background-image:url(../../images/ops_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#login_title{
	width: 468px;
	height: 54px ;
	position: absolute;
	top: 88px ;
	left: 52px;
	background-image: url(../../images/ops_login_title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#login_block{
	width: 296px;
	height: 151px;
	position: absolute;
	top: 225px;
	left: 126px;
	padding: 5px;
}
.text1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

/*   home styles    */

#main_div{
	width: 995px;
	height: 682px;
	float:none;
}
#top_div{
	width: 990px;
	height: 127px;
	background-image: url(../../images/ops_title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	position: relative;
}
#login_status{
	width: 269px;
	height: 43px;
	position: absolute;
	top: 64px;
	left: 715px;
}
#logo
{
	width:300px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
}
#top_search
{
	width:740px;
	height:30px;
	position:absolute;
	top:105px;
	left:255px;
	background-color:#a8bbcf;
	text-align:left;
}
.loginstatus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-transform:uppercase;
}
.logout-login{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4894b4;
}
.logout-login a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4894b4;
	text-decoration: underline;
}
.logout-login a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4894b4;
	text-decoration: none;
}
#left_column{
	width: 252px;
	height: 500px;
	float: left;
}

#menu1{
	width: 224px;
	height: 200px;
	background-image: url(../../images/bg1.jpg);
	background-repeat: repeat-x;
	float: left;
	padding: 14px;
	text-align: left;
}
#menu2{
	width: 224px;
	height: 225px;
	background-image: url(../../images/bg2.jpg);
	background-repeat: repeat-x;
	float: left;
	padding: 14px;
	text-align: left;
}
#mid_column{
	width: 710px;
	height: 515px;
	float: left;
	background-image: url(../../images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 21px 9px 21px 21px;
	margin-left: 3px;
	text-align: left;
}
#mid_column2{
	width: 710px;
	height: 515px;
	float: left;
	background-image: url(../../images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 21px 9px 21px 21px;
	margin-left: 3px;
	text-align: left;
}
.leftmenuitem{
	width: 194px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005e85;
	display: block;
	background-image: url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 6px 8px;
}
.leftmenuitem a{
	width: 194px;
	height: auto;
	padding: 8px 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005e85;
	display: block;
	background-image: url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 6px 8px;
}
.leftmenuitem a:hover, leftmenu_active{
	width: 194px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003;
	display: block;
	background-image: url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 6px 8px;
	background-color: #a8bbcf;
	text-decoration: none;
}
	
.leftmenuitem2{
	width: 194px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018bc4;
	display: block;
	background-image: url(../../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 3px 8px;
}
.leftmenuitem2 a{
	width: 194px;
	height: auto;
	padding: 8px 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018bc4;
	display: block;
	background-image: url(../../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 3px 8px;
}
.leftmenuitem2 a:hover, leftmenu_active{
	width: 194px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018bc4;
	display: block;
	background-image: url(../../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position: 3px 8px;
	background-color: #FFF;
	text-decoration: none;
}	
.button{
	width: 211px;
	height: 179px;
	float: left;
	margin-right: 20px ;
	margin-bottom: 19px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005e85;
	display: block;
}
.button a{
	width: 211px;
	height: 46px;
	float: left;
	border: 3px solid #e5ecf8;
	margin-right: 20px ;
	margin-bottom: 19px;
	padding-top: 133px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005e85;
	display: block;
}
.button a:hover{
	width: 211px;
	height: 46px;
	float: left;
	border: 3px solid #e5ecf8;
	margin-right: 20px ;
	margin-bottom: 19px;
	padding-top: 133px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003162;
	text-decoration: none;
	display: block;

}
.buttonnew {
  border: 3px solid #e5ecf8;
  color: #005e85;
  display: block;
  float: left;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 19px;
  margin-right: 15px;
  padding: 15px 0;
  text-align: center;
  width: 211px;
}
	
.button1, button1 a{
	background-image:url(../../images/ops_button1.png);
	background-position: 35px 15px;
	background-repeat: no-repeat;
}
.button1 a:hover{
	background-image:url(../../images/ops_button1.png);
	background-position: 32px 12px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}
.button2, button2 a{
	background-image:url(../../images/ops_button2.png);
	background-position: 35px 15px;
	background-repeat: no-repeat;
}
.button2 a:hover{
	background-image:url(../../images/ops_button2.png);
	background-position: 32px 12px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}
.button3, button3 a{
	background-image:url(../../images/ops_button3.png);
	background-position: 35px 15px;
	background-repeat: no-repeat;
}
.button3 a:hover{
	background-image:url(../../images/ops_button3.png);
	background-position: 32px 12px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}
.button4, button4 a{
	background-image:url(../../images/ops_button4.png);
	background-position: 35px 15px;
	background-repeat: no-repeat;
}
.button4 a:hover{
	background-image:url(../../images/ops_button4.png);
	background-position: 32px 12px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}
.button5, button5 a
{
  
    width: 211px;
    height: 17px;
    float: left;
    border: 3px solid #e5ecf8;
    margin-right: 20px;
    margin-bottom: 19px;
    padding-top: 62px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005e85;
    display: block;

    
	background-image:url(../../images/ops_button5.png);
	background-size: 60px 60px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.button5 a:hover
{
    
    height: 17px;
    float: left;
    border: 3px solid #e5ecf8;
    margin-right: 20px;
    margin-bottom: 19px;
    padding-top: 62px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005e85;
    display: block;
    
    width: 211px;
	
    
	background-image:url(../../images/ops_button5.png);
	background-position: 5px 5px;
    background-size: 60px 60px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}
.button6, button6 a
{
      width: 211px;
    height: 17px;
    float: left;
    border: 3px solid #e5ecf8;
    margin-right: 20px;
    margin-bottom: 19px;
    padding-top: 62px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005e85;
    display: block;
	background-image:url(../../images/ops_button6.png);
	background-position: 5px 5px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
}
.button6 a:hover
{
     width: 211px;
    height: 17px;
    float: left;
    border: 3px solid #e5ecf8;
    margin-right: 20px;
    margin-bottom: 19px;
    padding-top: 62px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005e85;
    display: block;
	background-image:url(../../images/ops_button6.png);
	background-position: 5px 5px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-color: #d3daed;
}

.buttonnew.button7 > table {
  margin: 0 auto;
}
	
/*   inside pages  */

.InsideTitle{
	width: 700px;
	height: 67px;
	float: left;
	border-bottom: 1px solid #a3b0cc;
}
.InsideContent{
	width: 575px;
	height: auto;
	float: left;
	padding: 15px 25px 15px 20px;
}
.InsideContentlarge{
	width: 575px;
	height: auto;
	float: left;
	padding: 15px 0px 15px 0px;
}

a[bubbletooltip]:link, a[bubbletooltip]:visited
{
        text-decoration: none;
        position: relative;
}

a[bubbletooltip]:before
{
        content: "";
        position: absolute;
        border-bottom: 21px solid #FF423F;
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        visibility: hidden;
        bottom: -20px;
        left: 80px;
}

a[bubbletooltip]:after
{
        position: absolute;
        content: attr(bubbletooltip);
        color: #FFF;
        font-weight:bold;
        bottom: -45px;
        left: 40px;
        white-space: nowrap;
        background: #FF423F;
        padding: 10px 15px;
        -moz-border-radius: 6px;
        -webkit-border-radius:6px;
        -khtml-border-radius:6px;
        border-radius: 6px;
        visibility: hidden;
}

a[bubbletooltip]:hover:before, a[bubbletooltip]:hover:after
{
        visibility: visible;
        -moz-transition: visibility 0s linear .3s;
}

.error-row {
    background-color: #FF423F;
    color: #fff;
    border-color: #FF2B2B;
}

.error-row:hover {
    background-color: #FF2B2B;
    color: #fff;
}
