
/* CSS Tabs */

/* CSS Twitter */

.aheading_wp {
    padding: 7px 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    margin-right: -2px;
    text-transform: lowercase;
}

.atoptabs a.aheading_wp { }

a:hover.aheading_wp {
    color: #555;
    text-decoration: none;
    background-color: #f1f1f1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border: 1px solid #f1f1f1;

}


.aheading_wb {
    padding: 7px 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    margin-right: -2px;
    text-transform: lowercase;
}

.atoptabs a.aheading_wb { }

a:hover.aheading_wb {
    color: #555;
    text-decoration: none;
    background-color: #f1f1f1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border: 1px solid #f1f1f1;

}



.aheading_mm {
    padding: 7px 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    margin-right: -2px;
    text-transform: lowercase;
}

.atoptabs a.aheading_mm { }

a:hover.aheading_mm {
    color: #555;
    text-decoration: none;
    background-color: #f1f1f1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border: 1px solid #f1f1f1;

}


.aheading_wbc {
    padding: 7px 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    margin-right: -2px;
    text-transform: lowercase;
}

.atoptabs a.aheading_wbc { }

a:hover.aheading_wbc {
    color: #555;
    text-decoration: none;
    background-color: #f1f1f1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border: 1px solid #f1f1f1;

}

.aopencontent {
border:1px solid #ababab;
    background-color: #ababab;

}

a:hover.aopencontent {
border:1px solid #ababab;
    background-color: #ababab;
    color: #fff;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;

}

.atoptabs a.aopencontent { color: #fff }

.acontent_wp { padding: 15px 10px;border-top:1px solid #f1f1f1;}
.acontent_wb { padding: 15px 10px;border-top:1px solid #f1f1f1;}
.acontent_wbc { padding: 15px 10px;border-top:1px solid #f1f1f1;}
.acontent_mm { padding: 15px 10px;border-top:1px solid #f1f1f1;}

div.accordtabs .aheading_wp { display: none }
div.accordtabs .aheading_wb { display: none }
div.accordtabs .aheading_wbc { display: none }
div.accordtabs .aheading_mm { display: none }

div.accordtabs { }

.atoptabs { margin: 20px 10px 6px 15px }

.ie8 .atoptabs { margin: 20px 10px 6px 15px }
.ie9 .atoptabs { margin: 20px 10px 6px 15px }
.opera .atoptabs { margin: 20px 10px 5px 15px }

.iphone .aheading_wp {font-size:6px;}
.win.gecko .atoptabs { margin: 20px 10px 6px 15px }
.mac.gecko .atoptabs { margin: 20px 10px 7px 15px }
#juitter H2 {border:none;}

#juitterContainer                    { }

/*Juitter container*/

#juitterContainer #twittList         {
                                         margin: 0;
                                         padding: 0;
                                     }


/* UL that will contain the list of tweets */




#juitterContainer .twittLI           {
                                         list-style: none;
                                         padding: 10px;
                                         clear: both;
                                         height: 55px;
                                         margin-top: 3px;
                                         margin-right: 40px;
                                         font-size: 1.05em;
                                         font-family : "arial", verdana, trebuchet, sans-serif;
                                         color: #333;
										 margin-bottom:5px;
										 min-height:55px;
width:830px;

	position:relative;
	display: inline-block;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#eee), to(#fff), color-stop(.1,#eee));
	background: -moz-linear-gradient(0% 0%, #eee, #fff 10%, #eee);
	border: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 6px 50px;
	-moz-border-radius-bottomright: 6px 50px;
	border-bottom-right-radius:6px 50px;


                                     }

#juitterContainer #twittList A       { color: #2C78B8 }

#juitterContainer #twittList A:hover {
                                         color: #2C78B8;
                                         text-decoration: underline;
                                     }

/*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar     {
                                         float: left;
                                         border: solid 1px #cce1ff;
                                         background: #fff;
                                         margin-right: 10px;
                                         margin-top: 2px;
                                         padding: 0px;
                                         width: 48px;
                                         height: 48px;
                                     }

#juitterContainer .JRM               { display:none;}

/*read it on twitter link*/

#juitterContainer .extLink           { color: #2c78b8 }

/*CSS for the external links*/

#juitterContainer .hashLink          { color: #777 }

/*CSS for the hash links*/

#juitterContainer .profileLink       { color: #777 }

#juitterContainer .twittList         {
                                         border: 0px solid red;
                                         margin-left: 0px;
                                     }

/*end of Juitter CSS*/

.tweets                              {
                                         border: 0px solid #cce1ff;
                                         padding: 10px 15px 10px 10px;
                                         border-bottom: 0px solid #cce1ff;
                                         margin-top: 0px;
                                         margin-right: 10px;
                                         color: #323232;
                                         font-family : "trebuchet ms", arial, verdana, sans-serif;
                                     }

.tweets h2                           {
                                         font-size: 11px;
                                         color: #565656;
                                         margin-bottom: 15px;
                                     }

.tweets h2 a                         {
                                         color: #2C78B8;
                                         outline: none;
                                     }

.tweets h2 a:active                  {
                                         color: #2C78B8;
                                         outline: none;
                                     }

.acontent_wp                            { display: none }
.acontent_wb                            { display: none }
.acontent_mm                            { display: none }

.wrapped img                         {
                                         margin: 0px;
                                         width: 307px;
										 height: 210px;
                                         border: 1px solid #aaa;
                                         padding: 0px;
                                         outline: none;
                                         -webkit-box-shadow: 1px 1px 1px #ccc;
                                         -moz-box-shadow: 1px 1px 1px #ddd;
                                     }

.unisys img                          {
                                         margin: 5px;
                                         border: 3px solid #d7d7d7;
                                         padding: 0px;
                                         outline: none;
                                     }

.wrapped img:hover                   { border: 1px solid #a8b }


/*

.webkit .wrapped img:hover           {
                                         border: 0px solid #eee;
                                         -webkit-box-shadow: 2px 2px 2px #999;
                                     }

.chrome .wrapped img:hover           {
                                         border: 0px solid #eee;
                                         -webkit-box-shadow: 2px 2px 2px #999;
                                     }

.gecko .wrapped img:hover            {
                                         border: 0px solid #eee;
                                         -moz-box-shadow: 2px 2px 2px #999;
                                     }

.win.gecko .wrapped img:hover        {
                                         border: 0px solid #eee;
                                         -moz-box-shadow: 2px 2px 2px #999;
                                     }
                                     
                                     
*/                                     

.wrapped a                           { outline: none }


.wrapped h2                          { margin: 0px 5px 5px 5px }
.iphone .tweets {font-size:8px;}
