body {
    font-family: helvetica, sans-serif;
    color: #000000;
    background: white;
    margin: 0;
}

a {
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}

a:visited {
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    color: #ff9933;
    font-size: 12px;
    text-decoration: none;
}

#container {
    width: 1000px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: none;
}

#mainIcon {
    float: left;
    margin-right: 30px;
}

#navigation {
    width: 1000px;
    padding: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #fff;
    /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;
}

ul.tabs li.inactive {
    background: #ccc;
}

#filter {
    height: 32px;
}

#filter ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    border-bottom: 1px solid #999;
    width: 100%;
}

#filter ul.tabs li.active a:hover {
    background: white;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 1px solid #fff;
    /*--Makes the active tab look like it's connected with its content--*/
}

html ul.tabs li.inactive a:hover {
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #ccc;
    border-bottom: 1px solid #fff;
    /*--Makes the active tab look like it's connected with its content--*/
}

.head {
    display: inline;
    float: left;
    height: 140px;
    margin-top: 10px;
    width: 100%;
}

.head h1 {
    font-size: 16px;
    font-weight: bold;
    color: #66f;
    line-height: 25px;
    margin: 5px 0px 15px 0px;
}

.head td {
    vertical-align: middle;
}

#phrase {
    width: 450px;
}

#eye {
    width: 100%;
}

.eyehole {
    float: left;
    width: 800px;
}

#eye .sbu {
    background-position: center bottom;
    border: 0 none;
    color: #000000;
    cursor: pointer;
    font: 15px arial, sans-serif;
    height: 30px;
    margin: 0 0 0 20px;
    vertical-align: top;
    border-right: 1px solid #E7E7E7;
    position: relative;
    z-index: 100;
    background: url("/images/bubgnd.png") no-repeat scroll 0 0 transparent;
    overflow: hidden;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 30px;
}

#eye .sbu:active {
    background: none repeat scroll 0 0 #CCCCCC;
}

#eye input.sfo {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    float: left;
    font: 18px arial, sans-serif;
    padding-left: 6px;
    padding-right: 10px;
    vertical-align: top;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border-bottom: 1px solid #999999;
    height: 26px;
}

#eye .propose {
    font-size: 10px;
    color: #000;
    margin-top: 5px;
}

#ear {
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
}

.loader {
    background: url(../images/ajax-loader.gif) no-repeat center;
    height: 100px;
}

#search_mode {
    font-size: 12px;
}

#content {
    text-align: left;
    width: 1000px;
    clear: left;
}

#content .error {
    padding-left: 40px;
    line-height: 32px;
    height: 32px;
    margin-bottom: 50px;
    background: url(../images/error.png) no-repeat left yellow;
}

.info {
    width: 400px;
    height: 650px;
    position: absolute;
    top: 80px;
    left: 400px;
    padding: 6px;
    background-color: white;
    border: 1px solid black;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    overflow: auto;
    z-index: 1000;
}

#info h1 {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
}

#info h3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
}

#info ul {
    list-style-type: disc;
    list-style-position: inside;
}

#info p {
    margin: 5px 0px 5px 0px;
}

#close a {
    background-color: #ff0000;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 16px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 2px;
    text-decoration: none;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 14px;
}

#footer {
    clear: both;
    background-color: #ccc;
    color: white;
    font-size: 12px;
    padding: 5px;
    text-align: right;
}

#footer img {
    border: 0px;
}

.serviceheader {
    background-color: white;
    color: black;
    padding: 3px;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    height: 15px;
}

.serviceheader img {
    text-align: center;
    vertical-align: top;
    padding: 4px;
    margin-right: 10px;
    float: left;
}

.tabheader {
    background-color: silver;
    padding-top: 2px;
    color: black;
    padding: 3px;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

.tabheader_img {
    text-align: center;
    vertical-align: top;
    padding: 2px;
    margin: 0px;
}

.bar {
    clear: both;
    height: 125px;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 10px;
    background-color: white;
}

.divBar {
    width: 122px;
    height: 122px;
    border: 1px solid silver;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

.hide {
    visibility: hidden;
    z-index: 900;
    position: absolute;
}

.legendehidden {
    visibility: hidden;
    z-index: 900;
    position: absolute;
}

.legendeshow {
    width: 122px;
    height: 122px;
    visibility: visible;
    z-index: 900;
    position: absolute;
    font-size: 12px;
    line-height: 1.3;
    padding: 2px;
    color: white;
    text-decoration: none;
    background-color: black;
    opacity: 0.6;
}

.legendeshow h1 {
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 12px;
    font-size: 10px;
}

.legendeshow small {
    font-size: 8px;
}

.serviceheader h1 {
    padding: 4px;
    font-weight: normal;
}

#earall {
    background: #BBBBBB;
    float: right;
    height: 125px;
}

#blogs_left {
    width: 700px;
    display: inline;
    float: left;
}

#blogs_right {
    width: 300px;
    float: left;
}

.blogs {
    background-color: white;
    overflow: auto;
    padding: 2px;
    font-size: 12px;
    width: 700px;
}

.blogs .post_content {
    padding-left: 220px;
    width: 400px;
}

.post {
    border-bottom: 1px silver dotted;
    line-height: 1.33;
    padding: 24px 0px;
    margin-left: 20px;
}

.post h2 {
    display: block;
    font-size: 19.8px;
    color: #888888;
    font-weight: bold;
    line-height: 1.1;
    margin: -4px 0 15px 0;
}

.post .entry-summary {
    margin-bottom: 7px;
    overflow: hidden;
}

.post-via {
    font-size: 10px;
    color: #808080;
}

.post-via a {
    font-size: 12px;
    font-weight: bold;
}

.blogs .post_image {
    float: left;
    overflow: hidden;
    position: relative;
    width: 200px;
    max-height: 200px;
    border: 0px;
}

.blogs .post_image img {
    width: 150px;
    max-height: 120px;
    border: 0px;
    padding: 5px;
}

.blogs .post_image img.watermark {
    width: 32px;
    position: absolute;
    top: 1px;
    left: 1px;
}

#twitter {
    background-color: white;
    padding: 2px;
    font-size: 12px;
    padding-bottom: 20px;
}

#twitter h1 {
    margin-top: 30px;
}

#twitter .head a {
    font-size: 16px;
    font-weight: bold;
    color: #66f;
}

#twitter .head {
    height: 120px;
    border-bottom: dashed 1px #CAF8C9;
}

#blogs h1 {
    margin-top: 30px;
}

#blogs .head a {
    font-size: 16px;
    font-weight: bold;
    color: #66f;
}

#blogs .head {
    height: 120px;
    border-bottom: 1px silver dotted;
}

#contact .head {
    height: 120px;
    border-bottom: 1px silver dotted;
    float: none;
    display: block;
}

#contact .eyehole {
    float: none;
}

#contact h1 {
    margin-top: 60px;
}

#contact .head a {
    font-size: 16px;
    font-weight: bold;
    color: #66f;
}

#contact tr {
    margin-bottom: 20px;
}

#contact th {
    vertical-align: top;
    padding-right: 30px;
}

#linklist {
    overflow: auto;
    padding: 5px;
    font-size: 12px;
    width: 290px;
    border-left: 1px solid silver;
}

#linklist li {
    font-size: 16px;
    border-bottom: 1px silver dotted;
    font-size: 12px;
    padding: 3px;
    line-height: 1.33;
}

#linklist a {
    font-size: 16px;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

#newssearch {
    background-color: white;
    overflow: auto;
    padding: 2px;
    font-size: 12px;
    height: 400px;
    width: 488px;
}

#blogssearch {
    background-color: white;
    overflow: auto;
    padding: 2px;
    font-size: 12px;
    height: 400px;
    width: 500px;
}
.propose .overlaytrigger{
    cursor: pointer;
    text-decoration: underline
}
.propose_table{
    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    width:945px;	
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.propose_table .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.propose_table ul{
    width: 945px;  
}
.propose_table ul.propose_cats{
    background-color: #333;
}

.propose_table li{
    float: left; 
    width: 100px;
    border: 1px solid black;
    line-height: 15px;
    font-size: 15px;
    padding-left: 3px;
    padding-bottom: 2px;
}
.propose_cats{
    background-color: silver;
}
.propose_table li a{
    color: black;
}

.gs-result {
    padding-bottom: 10px;
}

.gs-publishedDate {
    font-size: 10px;
}

.gs-publisher {
    font-size: 10px;
}

.gs-snippet {
    padding: 2px 0px 2px 0px;
}

.gs-title {
    font-size: 12px;
    padding-bottom: 2px;
    display: block;
}

.addthis_toolbox {
    position: relative;
    left: 945px;
    top: -20px;
    font-size: 12px;
    line-height: 15px;
}

/*JUITTER PLUGIN CSS*/
#juitterContainer .twittList {
    margin: 0;
    padding: 0;
} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI {
    list-style: none;
    background: white;
    margin: 0;
    padding: 5px 0 0 0;
    border-bottom: dashed 1px #CAF8C9;
    padding: 3px;
    clear: both;
    height: 55px;
}

#juitterContainer .twittList div.time {
    color: black;
    font-size: 9px;
    padding-top: 5px;
}

#juitterContainer .twittList div.attwitter {
    font-size: 9px;
    padding-top: 5px;
}

#juitterContainer .twittList A {
    color: #006600;
} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar {
    float: left;
    border: solid 1px #D3EECA;
    background: #FFF;
    margin-right: 5px;
    padding: 2px;
    width: 48px;;
    height: 48px;
}

#juitterContainer .JRM {
    font-size: 9px;
} /*read it on twitter link*/
#juitterContainer .extLink {

} /*CSS for the external links*/
#juitterContainer .hashLink {

}
/*CSS for the hash links*/ /*end of Juitter CSS*/
