
#logo {
   margin-bottom: 10px;
}

#logo table {
   width: 100%;
}

.logo_left {
   width: 12px;
   height: 100px;
   background-image: url(images/logol.png);
   padding: 0px;
   margin: 0px;
}

.logo_mid {
   height: 100px;
   background-image: url(images/logom.png);
   margin: 0px;
   overflow: hidden;
   vertical-align: middle;
   color: white;
   font-size: 30pt;
   font-family: Tahoma;
   font-weight: bolder;
   font-style: italic;
   padding-left: 20px;
}

.logo_main {
   position: absolute;
   left: 40px;
   top: 22px;
}

.logo_subs {
   font-size: 10pt;
   position: absolute;
   left: 80px;
   top: 83px;
}

#marquee table {
   background-color: white;
   margin: 0px;
   margin-bottom: 10px;
   border: 5px solid #204781;
   width: 100%
}

#marquee .marquee_scroll {
   padding: 3px;
   font-family: Tahoma;
   font-size: 10pt;
   color: black;
}

#marquee .marquee_imp {
   font-family: Tahoma;
   font-size: 10pt;
   color: red;
   font-weight: bold;
   padding: 3px;
   width: 75px;
}

#marquee_box {
   overflow: hidden;
   position: relative;
}

.logo_right {
   width: 12px;
   height: 100px;
   background-image: url(images/logor.png)
}

.navtop_left {
   width: 12px;
   height: 25px;
   background-image: url(images/navhead_left.png)
}

.navtop_mid {
   height: 25px;
   background-image: url(images/navhead_mid.png);
   font-family: Tahoma;
   font-size: 10pt;
   color: white;
   font-weight: bold;
   text-indent: 5px
}

.navtop_right {
   width: 12px;
   height: 25px;
   background-image: url(images/navhead_right.png)
}

.navmid_left {
   background-image: url(images/navhead_mid.png)
}

.navmid_mid {
   margin: 0px;
   padding: 5px;
   font-family: Tahoma;
   font-size: 10pt;
   background-color: white;
}

.navmid_right {
   background-image: url(images/navhead_mid.png)
}

.navbot_left {
   width: 12px;
   height: 11px;
   background-image: url(images/navbot_left.png)
}

.navbot_mid {
   height: 11px;
   background-image: url(images/navbot_mid.png)
}

.navbot_right {
   width: 12px;
   height: 11px;
   background-image: url(images/navbot_right.png)
}

.navitems td a.navitem {
   display: block;
   background-color: white;
   width: 100%;
   margin: 0px;
   padding: 5px;
   border-bottom: 1px solid gray;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black
}

.navitems td a.navitem:hover {
   display: block;
   background-color: #CCCCCC;
   width: 100%;
   margin: 0px;
   padding: 5px;
   border-bottom: 1px solid gray;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black
}



.navitems td a.navitemImp {
   display: block;
   background-color: lightblue;
   width: 100%;
   margin: 0px;
   padding: 5px;
   border-bottom: 1px solid gray;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black
}

.navitems td a.navitemImp:hover {
   display: block;
   background-color: #CCFFFF;
   width: 100%;
   margin: 0px;
   padding: 5px;
   border-bottom: 1px solid gray;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black
}

.navitem {
   background-color: white;
}

.navitemImp {
   background-color: blue;
}

.nav {
   width: 100%;
   margin-bottom: 15px;
}

.nav_cell {
   width: 220px;
   padding-right: 15px
}

#menu {
   margin-bottom: 15px;
   width: 100%
}

.menuItem, .menuEnd {
   text-align: center;
   font-family: Tahoma;
   font-size: 10pt;
   border-left: 1px solid gray;
   width: 15%;
}

#menu td a {
   display: block;
   background-color: white;
   padding-top: 3px;
   padding-bottom: 3px;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black;
   font-weight: bold;
}

#menu td a:hover {
   display: block;
   padding-top: 3px;
   padding-bottom: 3px;
   font-family: Tahoma;
   font-size: 10pt;
   text-decoration: none;
   color: black;
   background-color: #CCCCCC;
}

.menu_base {
   width: 1000px;
  
}

.menu_end {
   border-right: 0px;
}

.content {
   width: 100%;
}

.content_mid {
   background-color: white;
   text-align: left;
   font-family: Tahoma;
   vertical-align: top;
   font-size: 10pt;
   padding: 5px
}

.content_cell {
}


.maintext {
   font-family: Tahoma;
   font-size: 10pt;
   padding: 5px;
}


.header {
   font-size: 16pt;
   color: navy;
   font-family: Tahoma;
   padding: 5px;
   border-bottom: 1px solid navy;
   font-weight: normal;
}

.subheader {
   font-size: 16pt;
   color: navy;
   font-family: Tahoma;
   padding: 5px;
   border-bottom: 1px solid navy;
   font-weight: normal;
   padding-top: 20px;
}


.logintable {
    width: 300px;
    background-color: white;
    font-family: Tahoma;
    border : 1px solid blue;
}

/* custom styles for this example */
#dt-pag-nav { margin-bottom:1ex; } /* custom pagination UI */
#dt-pag-nav a {
    /*color: #00c;
    text-decoration: underline;*/
	text-decoration:none;
	color:#CCC;
}
#dt-pag-nav b{
	color:#204658;
	font-size:12px;}
#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px; /* avoid scrollbars */
  visibility:hidden;
}


textarea {
    width: 100%;
    height: 50px;
}


.step_title {
    background-color: #204781;
    height: 30px;
    color: #fff;
}

/*  success factors page */
#successfactors_tab{
	margin-left:-20px;
	width:803px;
}

#successfactors_tab table {
	margin-top:20px;
	width:803px;
}

#successfactors_tab table td{
	padding:6px 20px;
	text-align:center;
	}

#successfactors_tab table th{
	padding:5px 20px;}

#successfactors_tab table .input_width{
	width:400px;}

#successfactors_tab table span{
	text-align:center;
}
#ksfs_class{ 
	margin-left:-22px;
	width:807px;
}

#ksfs_class table {
	margin-top:20px;
	margin-bottom:10px;
}

#ksfs_class table th{
	padding:5px 20px;
	color:#204658;
}



#ksfs_class table td li{
	color:#204658;
	list-style:none;

	
	}


/* patients page*/
.patients_input_width{
	width:350px;
}
.picture_class{
	margin-left:55px;
}
.highest_div{
	margin-bottom:20px;
}

/*competitor1 page*/
.picture_competitor1{
	margin-left:120px;
	margin-bottom:20px;
}
#competitor1_tab{
	margin-left:-20px;
	color:#204658;
	margin-bottom:10px;
	width:803px;
}
#competitor1_tab table{
	width:803px;
}
#competitor1_tab td{
	padding:6px 10px 6px 20px;
}
#competitor1_tab .curr_compet{
	color:#908476;
}
#competitor1_tab input{
	color:#000000;
}
#competitor1_tab .compet_input1{
	width:300px;
}
#competitor1_tab .compet_input2{
	width:430px;
}
#competitor1_tab .height_comp{
	padding-top:20px;
}





/*situation analysis page*/
#situ_analysis_tab{
	color:#204658;
	margin-left:-22px;
	width:807px;
}
#situ_analysis_tab table{
	width:807px !important;
	*width:807px !important;
	*width:805px;
}
#situ_analysis_tab li{
	list-style:none;
}
 .top_class{
	padding-left:20px;
	font-weight:bold;

}
#situ_analysis_tab .top_class_other{
	padding-left:20px;
	padding-top:20px;
	font-weight:bold;
}
#situ_analysis_tab .situ_textarea{
	padding-left:20px;
	padding-bottom:10px;
}

/*options page*/
.options_tab td{
	padding:5px 0 0 0;
	color:#204658;
}

/*goals strategy page*/
#chipmipcontent{
	color:#204658;
	padding:0 20px;
}
/*hand in page*/
#handin_pic img{
	margin-left:230px;
}
/* presentation page*/
#presentation_tab{
	color:#204658;
	margin:0 18px;
}

#presentation_tab .present_input{
	width:740px;
}
#presentation_tab .prentation_hei{
	padding-bottom:15px;
}
.prentation_new{
	padding-top:15px;
}
#presentation_tab b{
	margin-bottom:5px;
	display:block;
}
#tableheader_td{
	color:#204658;
}


/*compeitor2 page*/


#competitor2_tab{
	margin-left:-20px;
	width:803px;
	}
#competitor2_tab table{
	width:803px;
	}
#competitor2_tab td{
	padding:6px 0px 6px 18px;

}
#bestthree{
	margin-left:-19px;
	width:801px !important;
	*width:802px !important;
}
#bestthree p{
	padding-left:20px;
	color:#204658;
	font-weight:bold;
	font-size:12px;
}
.com_table_color{
	color:#204658;
}

/*compeitor3 page*/
#competitor3_tab{
	margin-left:-20px;
	width:803px;
}
#competitor3_tab{

	width:803px;
}
#competitor3_tab .tableheader3{
	color:#908476;
	font-weight:bold;
}
#competitor3_tab  table td{
	padding:5px 20px;
}