﻿ body{margin:0;
	padding:0;
	width:100%;
	color:#000;
	 
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
             
             background-color:#fff;
             }
        
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
 
input:-moz-placeholder {font-size:10px;color:red;}
 input:-moz-placeholder {font-style: italic;} 
  #bgimgwrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
a {  text-decoration: none;}

#bgimg {
  -ms-interpolation-mode: bicubic;
  display: block;
}    
 
         
.page100ps {float:left; width:100%; background-color: #fff; } 
.page415px {float:left;width:415px; border: 0px solid #000; background-color: #fff;}
.page625px {float:left;width:625px; border: 0px solid #000;background-color: #fff; }
.page615px {float:left;width:610px; border-left: 0px solid #000; background-color: #fff;}

.page350px {float:left;width:350px; border: 0px solid #000; background-color: #fff;}
.page260px {float:left;width:260px; border: 0px solid #000; background-color: #fff; }
.page250px {float:left;width:250px; border: 1px solid #000; background-color: #fff; }

/* dock */
#dock {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 100;
    background-color: #f0f0f0;
    left: 0px;
}

    #dock > li {
        width: 40px;
        margin: 0 0 1px 0;
        background-color: #000;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: left center;
    }

.height175px {
    height: 175px;
}

.height155px {
    height: 155px;
}

.height152px {
    height: 152px;
}

.height145px {
    height: 140px;
}

.height140px {
    height: 140px;
}

.height110px {
    height: 110px;
}

.height130px {
    height: 130px;
}

.height90px {
    height: 90px;
}

.height105px {
    height: 105px;
}

.height100px {
    height: 100px;
}

.height125px {
    height: 125px;
}

#dock #links {
    background-image: url(theme1/icons/img5/22.png);
}

#dock #files {
    background-image: url(theme1/icons/img5/1111.png);
    background-color: transparent;
}

#dock #tools {
    background-image: url(theme1/icons/img5/33.png);
    background-color: transparent;
}

#dock #toolusb {
    background-image: url(theme1/icons/img5/usbIMg2.png);
    background-color: #70899F !important;
}

#dock #dev {
    background-image: url(theme1/icons/img5/44.png);
    background-color: transparent;
}

#dock #support {
    background-image: url(theme1/icons/img5/55.png);
    background-color: transparent;
}

#dock > li:hover {
    background-position: -40px 0px;
}
 
/* panels */
#dock ul li {
    padding: 5px;
    border-left: solid 1px #2e5d89;
    border-bottom: solid 1px #2e5d89;
    background-color: #70899F;
    color: #fff;
}

    #dock ul li:hover { 
        border: solid 1px #2e5d89;
        background-color: #2e5d89;   
    }

    #dock ul li.header, #dock ul li .header:hover {
        background: #2e5d89 url(header_bkg.png) repeat-x;
        border-bottom: solid 1px #2e5d89;
    }

    #dock ul li.header {
        background-color: #2e5d89;
        font-weight: bold;
    }

    #dock ul li a {
        color: #fff;
        text-decoration: none;
    }
/*  display: block; */

#dock > li:hover ul {
    display: block;
}

#dock > li ul {
    position: absolute;
    top: 0px;
    left: -190px;
    z-index: -1;
    width: 190px;
    display: none;
    background-color: #70899F;
    border: solid 1px #2e5d89;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    #dock > li ul.docked {
        display: block;
        z-index: -2;
    }

.dock, .undock {
    float: right;
}

.undock {
    display: none;
}

#content {
    margin: 0 0 0 60px;
}

.free li {
    margin: 0;
    padding: 0 3px 10px 3px; 
    background-color: #FFF;
    border-top: 1px solid #2e5d89;
    border-bottom: 1px solid #2e5d89;
    position: relative; /* for img to have position  */
}

.free img {
    border: none;
    height: 30px;
    width: 31px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.input-text-90
        {
            background-image: url('theme1/imgs/icon_cal.png');
            background-repeat: no-repeat;
           background-position:2px 4px;
            padding-left: 18px;
            padding-top: 4px;
            padding-bottom: 4px;
            width: 80px;
        }         
a.home_i {
    display: inline-block;
    padding-right: 12px;
    background: url('theme1/iconv3/home.gif') center right no-repeat;
}  
a.add_i {
    display: inline-block;
    padding-right: 12px;
    background: url('theme1/iconv3/add.gif') center right no-repeat;
}   
        
        
        
        
        img {border:none;}
         img.autoimg {
  width: auto;
  height: auto;
  max-width: 100%;
}

 .text_Cent { text-align:center;}

img.left, img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

img.right, img.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

img.center, img.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0 0 1px 0;
} 
 
 .alinkimgAd:hover img {
		border: 1px solid red;
		border-width: 1px 1px 1px;
		color: red; }

/* CLASSES */
a.external {
    background: url(theme1/icons/external.png) center right no-repeat;
    padding-right: 13px;
}
a.externalBack {
    background: url(theme1/icons/external.png) center left no-repeat;
    padding-left: 13px;
}

.button-icon {} 
a.button-icon{
background-color: #2e5d89;
display:block;
color:#fff;
font-weight:bold;
line-height:29px; padding-right:5px;
margin-bottom:1px;
text-decoration:none;
}
a:hover.button-icon{
color:#70899F;
}

/* -------------------- */
.add{ 
background:url(theme1/icons/add16.png) no-repeat 6px 8px;
text-indent:28px;
display:block;
}
.add1icon{
 
background-image:url('theme1/icons/add16.png');
background-repeat:no-repeat;
background-position:5px 5px;
text-indent:30px;
display:block;
}



.delete
{
 
background-image:url('theme1/icons/NoIcon.jpg');
background-repeat:no-repeat;
background-position:10px 2px;

text-indent:30px; height:24px;
display:block;text-indent: -9999px;
}
.delete11{
background:url(theme1/imgs/erroricon1.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;text-indent: -9999px;
}
.user{
background:url(img/user.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}


a.add24 {background:url(theme1/icons/add24.png) no-repeat; cursor:pointer;
background-position:right top;
         padding-right:26px; height:25px;
} 
 
.headerh3bar0Green{
font: bold 14px Arial; text-align:center;
color: #009933;
margin-bottom: 5px;  
text-transform: uppercase;
padding: 4px 0 4px 5px; /*header text is indented 10px*/
}
 
.headerh3bar{
font: bold 14px Arial;
color: white;
background: black url(theme1/imgs/HomeTopicBar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.headerbar3Title{
font: bold 16px Arial;
color: #000; margin:2px 0 5px 0;
 
text-transform:none;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.headerh3bar span.linka { font-size:10px; text-transform:none;}
a.edit {background:url(theme1/imgs/Icon_edit_item.gif) no-repeat; cursor:pointer;
background-position:right top;z-index: 99999;
         padding-right:20px; color:#fff;
} 

a.linkfff:link {color: #fff; font-weight: bold;}
a.linkfff:active {color: #fff; font-weight: bold;}
a.linkfff:visited {color: #fff; font-weight: bold;}
a.linkfff:hover {color: #fff;font-weight:bold}

.afff { color:#fff;
}

  /* table5 css */
table.grid51table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#000;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	
}
table.grid51table th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #000;
	color:#fff;
	background-color: #2e5d89;
}
table.grid51table td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	
}

/* facebook login */
   .fbauthlink {
        font-size: 18px;
        border: 1px solid #000;
        background-color: #045415;
        padding: 4px;
        display: block;
        height: 30px;
        width: auto;
        float: right;
        color: #fff;
        position: relative;
        top: 1px;
        margin-right: 32px;
        text-decoration: none;
    }
   .fbauthlink:hover {
        color: #333333;
        background-color: #c0c0c0;
        text-decoration: none;
    }
    .fbauthlink img {
        vertical-align: middle;
        height: 30px;
    }
    
      .example-date { 
			background-color:#987; 
			float:right;
			position:relative;
			padding:45px 5px 0px;
			margin-left:10px;
			} 
	 	.example-date .example-month {
		    text-transform: uppercase;
		    font-size:25px;
			}
		.example-date .example-day {
			font-size:45px;
line-height:45px;
			position:absolute; left:5px; top:0px;
			}
	    .example-date .example-year { 
			display:block; 
			position:absolute; right:-5px; top:15px;
			-webkit-transform: rotate(-90deg); 
			-moz-transform: rotate(-90deg);			
			}
			a.button2b{
background:url(theme1/icons/greenBG.png);
display:block;
color:#fff;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:111px;
}
a:hover.button2b{
color:#0066CC;
}
.headerbar1_home{
font: bold 14px Arial;
color: white;
 background-color: #006790;
margin:0 0 0 0;
 
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

 

table.g1022table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.g1022table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.g1022table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.g10229table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.g10229table th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	 
}
table.g10229table td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	 
}

table.g1table{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	 
	}

 table.g1table th {
	padding: 0 0.5em;
	text-align: left;
	}

table.g1table tr.yellow td  
{
    
	border-top: 1px solid #116213;
	border-bottom: 1px solid #116213;
	background: #2e5d89; font-weight:bold; color:#fff;
	}

table.g1table td {
	border-bottom: 1px solid #CCC;
	padding: 0 5px; line-height:18px;
	}

table.g1table td.width {
	width: 190px;
	}

table.g1table td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
table.g1table td.left1 {
	border-left: 1px solid #CCC;
	text-align:left;
	}	
 
table.gridtable0g {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable0g th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable0g td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
} 
 
table.gridtable01g {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable01g th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	 
}
table.gridtable01g td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666666;
	 
}  
 
 
  #navigation ul {
  margin:               0;
  padding:              0;
  background-color:transparent;
  height:               2em;
  border-bottom:        0px solid #888;
}

#navigation li {
  float:                left;
  list-style-type:      none;
  border-right:         0px solid #888;
}

#navigation a {
  float:                left;
  margin:               0;
  background-repeat:    no-repeat;
  background-position:  5px 50%;
  text-decoration:      none;
  color:                #333;
}

#navigation .inner { text-indent: -9999px;
  padding:              0 .4em 0 26px;  /* Adjust based on the width of icon + 10px */
  display:              inline;
  line-height:          2em;
  vertical-align:       middle;
}

#navigation .contacts {
  background-image: url(theme1/imgs/house.png)
}

#navigation .members {
  background-image: url(theme1/icons/members.jpg)
}
#navigation .activities {
  background-image: url(theme1/imgs/Logout.png)
}

#navigation .signouti {
  background-image: url(theme1/icons/Logout.png)
}

#navigation .utilities {
  background-image: url(theme1/imgs/Logout.png)
}

#navigation a:hover {
  background-color:         #3FA340;
}
.clear01 { border-right: 0;}

 
.classnamebg {
    display: inline-block;
    padding: 5px 7px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #306108;
    text-decoration: none;
    text-shadow: 1px 1px 0 #aade7c;
    border: 1px solid #268a16;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #77d42a;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77d42a', endColorstr='#5cb811' );
    box-shadow: inset 0 1px 0 #caefab;
    -moz-box-shadow: inset 0 1px 0 #caefab;
    -webkit-box-shadow: inset 0 1px 0 #caefab;
}

    .classnamebg:hover {
        background-color: #5cb811;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
        background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb811', endColorstr='#77d42a' );
    }

    .classnamebg:active {
        position: relative;
        top: 1px;
    }

/* =========================================================
   DIVIDER
   ========================================================= */
.ubercolordividerh7 {
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 1px;
    padding: 0;
    background: #106417;
    border-top: 0 solid #fff;
}

/* =========================================================
   TOP MENU 1
   ========================================================= */
.top1menu {
    width: 100%;
}

    .top1menu ul {
        margin: 0;
        padding: 6px 0 5px;
        text-align: left;
    }

        .top1menu ul li {
            display: inline-block;
        }

            .top1menu ul li img {
                display: block;
                margin: auto;
                text-align: center;
            }

            .top1menu ul li a {
                display: block;
                margin: auto;
                padding: 6px 3px 4px;
                margin-right: 2px;
                color: #000;
                text-align: center;
                font-weight: normal;
            }

                .top1menu ul li a img.over101 {
                    display: block;
                    margin: auto;
                    text-align: center;
                }

                .top1menu ul li a:hover {
                    color: #A90E00;
                    background-color: #94A873;
                }

                .top1menu ul li a:visited {
                    color: #234E2E;
                }

                .top1menu ul li a.current01,
                .top1menu ul li a.selected2 {
                    color: #80D8FE;
                    font-size: 98%;
                    font-weight: bold;
                }

                .top1menu ul li a.selected2df {
                    background-color: #94A873;
                    color: #000;
                    font-size: 98%;
                    font-weight: bold;
                }

/* =========================================================
   HORIZONTAL TOP MENU
   ========================================================= */
.horizontaltop1menu {
    width: 100%;
    margin: 7px 0 0;
    overflow: hidden;
}

    .horizontaltop1menu ul {
        margin: 0;
        padding: 0 0 0 10px;
        list-style: none;
        font: bold 12px Verdana;
    }

    .horizontaltop1menu li {
        display: inline;
        margin: 0;
    }

        .horizontaltop1menu li a {
            float: left;
            display: block;
            padding: 4px 2px;
            margin-left: 5px;
            font-size: 11px;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
            color: #136220;
            border-right: 1px solid #fff;
        }

            .horizontaltop1menu li a:hover,
            .horizontaltop1menu li.selected a {
                color: #800000;
            }

/* =========================================================
   ACTION BUTTONS
   ========================================================= */
a.chitietp {
    display: block;
    padding: 4px 6px;
    background: #4EC34E;
    color: #FFF;
    border-radius: 5px;
}

    a.chitietp:hover {
        background: #0097CD;
        text-decoration: none;
    }

a.btedit02 {
    display: block;
    padding: 2px 3px;
    background: #04A4CC;
    color: #FFF;
    border-radius: 3px;
}

    a.btedit02:hover {
        background: #0097CD;
        text-decoration: none;
    }

/* =========================================================
   SELECT (FORM)
   ========================================================= */
select {
    -webkit-appearance: menulist-button;
    color: black !important;
}

    select option,
    select option:first-child {
        color: black !important;
    }
 