/*
    Document   : dental
    Created on : 2009.09.04., 9:55:14
    Author     : Nándi
    Description:
        Purpose of the stylesheet follows.
*/

/*
  #1054B1
régicolor: #6D89B8;
*/

root {
    display: block;
}
body{
    background: white;
    width:100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
}

input,select,textarea{
    font-family: Verdana;
    font-size: 1em;
    color: #445673;
}
input.datepickerbutton{
        background: #eeeeee url('/img/date_magnify.png');
        width: 20px;
        height: 20px;
}
form{
    margin: 0px;
}
table.border{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    margin-left:auto; margin-right:auto;
}

table.border td.middle{
    padding: 0px;
    margin: 0px;
    vertical-align:top;
}
table.border td.left{
    width: 15px;
    background: url('/img/v1/border_left.png') right repeat-y;
}
table.border td.right{
    width: 15px;
    background: url('/img/v1/border_right.png') left repeat-y;
}

table.frame{
    margin: 0px;
    border-collapse: collapse;
    background: white;
    width: 1000px;
    }
table.frame td.topheader{
    height:300px;
    background: #d5deef url('/img/v1/header3.jpg') top left no-repeat;
    
    color: white;
    font-weight:bold;
    text-align: left;
    vertical-align: top; 
    padding:0px;
}
table.frame td.topheader p{
    padding-top:10px;
    margin-left: 40px;
    font-size: 15px;
    text-align:justify;
    width: 230px;
}

table.frame td.topheader_small{
    height:160px;
    background: #d5deef url('/img/v1/header3s.jpg') top left no-repeat;

    color: white;
    font-weight:bold;
    text-align: left;
    vertical-align: top;
    padding:0px;
}
table.frame td.topheader_small p{
    padding-top:10px;
    margin-left: 40px;
    font-size: 15px;
    text-align:justify;
    width: 230px;
}

/******************************************* MENU ******************************/

table.frame td.mainmenu{
    height: 40px;
    padding: 0px;
    padding-left: 30px;
    background: #7ab623;
    text-align:left;
}

#yui-main{width:100%;
    background: #6D89B8;
    height:42px;
    text-align:left;
    }
.yuimenubaritem{float:left; padding: 0px;}

div.yui-b ul{
    
}

div.yui-b li,div.yui-b ul{
    list-style:none;   
    margin: 0px;
    padding: 0px;
}

div.yui-b a{
    background: #6D89B8;
    margin: 0px;
    display: block;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
div.yui-b a:hover{
    background: #D5DEEF;
    color: #000000;
}
div.yui-b a.yuimenubaritemlabel{
    padding:10px;
    padding-right:20px;
    font-size: 18px;
    margin:0px;
}
div.yui-b a.yuimenuitemlabel{
    padding:10px;
    font-size: 12px;
}


li.yuimenuitem{
    background: #7D99B8;
}
/******************************************* CONTENT ***************************/
table.frame td.content{
    border-top: 10px solid #F0F3F8;
    text-align: justify;
    background: white; /*url('/img/v1/backshadow.jpg') bottom right no-repeat;*/
 
    color:#1054B1;
    
    padding: 20px;
    padding-left: 30px;
    padding-right: 50px;

}

table.frame td.content table.column td{
    vertical-align: top;
    padding-left: 20px;

}

a.classic{
    color:#7ab623;
    font-weight: normal;
}

h1{
    color:#7ab623;
    font-weight: normal;
    font-size: 1.5em;
}

h2{

    font-weight: bold;
    font-size: 1em;
}

table.frame td.footer{
    background: #6D89B8;
    text-align: justify;
    color: white;
    padding-left: 50px;
    padding-right : 20px;
    height: 50px;


}
div.footer{ text-align:right;margin:1em 0;padding:0;display:table;width:100%;}
div.footer div{display:inline;white-space:nowrap}
div.footer div.left{float:left;display:table-cell;}
div.footer div.right{display:table-cell;text-align:right}

table.frame td.footer div.menu{
    color:#7ab623;

}
table.frame td.footer div.menu a{
    color:#c9e63e;
    font-weight: normal;
}
/*  **********MODULE DIV******* */
div.item{
    padding:5px;
}

div.item div.header{
    color: white ;
    text-align: left;

}


div.item h2{
    padding-right:10px;
    padding-top:5px;

}
div.item div.info{
    padding-right:10px;
    font-size:1em;
}

div.item table.list{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
}
div.item table.list td{
    padding: 2px;
}

/* PORTAL ENGINE*/
div.fontsizer{
    padding-left: 600px;
    position:absolute;top:5px;
}
div.fontsizer a{
    display: block;
    float: left;
    background:#efefef;
    margin: 1px;
    height: 25px;
    width: 20px;
    cursor: pointer;
}
div.imageholder{
    float: left;
    padding-right:10px;
}
div.imageholder p{
    text-align: center;
    display: table;
    margin: 0px;
}
div.frame{
    display: table;
    padding: 10px;
}
div.frame div{
    display:table-cell;
    vertical-align: top;
    padding-left: 20px;
}
img{
    border: 0px;
}



/**********************/


div.embeddedimage{
    margin: 5px;
    
}
div.embeddedimageleft{
    margin-right: 10px;
    float:left;
}
div.embeddedimageright{
    margin-left: 10px;
    float:right;
}

#embedded div.caption{
    width: 100%;
    
    text-align: center;
    font-style: italic;
    font-size:0.9em;
    margin-bottom: 10px;
}

label.p1{
    color: #222B3A;
    font-weight:bold;
}
label.p2{
    color: #1054B1;
    font-weight:bold;
    font-size: 1.2em;
}
label.p3{
   color: #7ab623;
   font-weight:bold;
}
label.p4{
    font-weight:bold;
    font-style: italic;
    font-size: 1.4em;
}

div.pagecontent a{
    color:#7ab623;


}


iframe.content{
    border:0px;
}
div.float{
    position:absolute;

}

#searchsettings{
    position:absolute;
    background: white;
    border: 1px solid #7f9db9;
    top:80px;
    left: 400px;
    padding:5px;

}


/*** *********************************************************** datepicker ***/

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #f2f2f2;
	border: 1px solid #323232;
        width:  250px;

}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #6d89b8;
	border: 1px solid #ffffff;
	cursor: pointer;
	color: #ffffff;
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #6d89b8;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: #6d89b8;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

pre.comment{
        background: #d5deef;
        color: #6d89b8;
        font-size: 0.9em;
        font-family: Tahoma;
        margin: 0px;
        margin-bottom:10px;
        padding: 5px;

}
div.formblock{
    border: 1px solid #6D89b8;
    text-align: center;
}
div.formblock div.formheader{
    font-size: 1.4em;
    padding: 3px;
    background: #6D89b8;
    color: white;
    text-align: center;
    margin-bottom: 10px;

}
div.formblock div.formdescr{
    width: 300px;
    text-align: justify;
}
table.form{
    text-align: left;
}
table.form td{
    vertical-align: top;
}
table.form td.error{
    color:red;
}
div.error{
    color:red;
}
div.formnav{
    margin: 10px;
    border:1px solid #6D89b8;
    height:15px;
    width: 400px;
}

div.formnav div.formnavprogress{
    background: #d5deef;
    z-index: 10;
    height:15px;
}
div.formnav div.formnavtext{
    position: absolute;
    top:0px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 20;
    color: #6D89b8;
}
div.formmessage{
    padding: 50px;
    margin: 20px;
    border: 1px solid #6D89b8;
    width: 400px;

}

.error{
    color:red;
}
div.uz{
    padding: 20px;
    text-align: justify;
    border: 1px solid #6D89B8;
    margin: 10px;
}

tr.sor_kiem td{
    background: #e4e8f1;
}
