/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */



/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 14px;}
#JT_copy p, #JT_copy ul{font-size: 14px;}
p, label{font-size: 14px;}

/* ----- base links ----- */
a:link {color: #060505;}
a:visited {color: #060505;}
a:hover {color: #060505;}
a:active {color: #060505;}
a:focus{color: #060505;}

p {line-height:1.4em;margin:10px 0;}
hr{margin:10px 0;color:#999999;}

ul{
	list-style: none;
}

ul li{
padding-top:3px;
}
  @font-face {
    font-family: Times New Roman;
    font-style:  normal;
    font-weight: normal;
    src: url(TIMESNE2.eot);
  }
  @font-face {
    font-family: Batik Regular;
    font-style:  normal;
    font-weight: 700;
    src: url(BATIKRE0.eot);
  }
  @font-face {
    font-family: Times New Roman;
    font-style:  normal;
    font-weight: 700;
    src: url(TIMESNE1.eot);
  }
  @font-face {
    font-family: Times New Roman;
    font-style:  oblique;
    font-weight: 700;
    src: url(TIMESNE0.eot);
  }
A:focus {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium
}
#panel {
	DISPLAY: none; BACKGROUND: url(fond.png) no-repeat center top; HEIGHT: 400px
}
.slide {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BACKGROUND: url(barre.png) no-repeat center top; BORDER-TOP: #fc8608 1px solid; PADDING-TOP: 0px
}
.btn-slide {
	TEXT-ALIGN: center; PADDING-BOTTOM: 0px; MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 4px; DISPLAY: block; FONT: bold 120%/100% Arial, Helvetica, sans-serif; BACKGROUND: url(images/white-arrow.gif) no-repeat right -50px; HEIGHT: 31px; COLOR: #fff; TEXT-DECORATION: none; PADDING-TOP: 10px
}
.active {
	BACKGROUND-POSITION: right 12px
}
#contentPad{
margin:20px;
}
#footpanel {
	position: fixed;
	bottom: 0; left: 30;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: 0px;
	width: 80%;
	margin: 0 15%;
}
#footpanel ul {
	padding: 0; margin: 0;
	float: right;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 12px;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 20px; width: 26px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel a.home{
	background: url(../home.png) no-repeat 15px center;
	width: 80px;
	padding-left: 20px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
a.profile{ background: url(../doc%20ordi%20facebook.jpg) no-repeat center center;  }
a.editprofile{ background: url(../doc-ordi-my-bloglog.jpg) no-repeat center center; }
a.contacts{ background: url(../doc-ordi-ziki.jpg) no-repeat center center; }
a.messages{ background: url(../doc-ordi-my-space.jpg) no-repeat center center; }
a.playlist{ background: url(../doc-ordi-viadeo.jpg) no-repeat center center; }
a.next{ background: url(../doc-ordi-linkedin.jpg) no-repeat center center; }
a.videos{ background: url(../doc-ordi-twit.jpg) no-repeat center center; }
a.alerts{ background: url(http://mystatus.skype.com/smallicon/jeredoc) no-repeat center center; }


#footpanel a.chat{
	background: url(../depan.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #fff;
	padding-left: 60px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }
#design
{
	width:200px;
	height:210px;
	position:absolute;
	top:190px;
	left:990px;
	background:url(../design.png) no-repeat;
}
.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 16px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#abc744;
	text-decoration: none;
}

/* ---- jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
