/*********************************************
*** Designed by Juergen Koller               ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/
A, A:link, A:visited, A:active, A:focus
{
	outline: none;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/*ACCORDION*/
.lvacc-all
{
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.2em;
	display: block;
}
.lvacc
{
	cursor: pointer;
	color: #555;
	height: 31px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	padding: 0 35px;
	margin: 10px 0 0;
	background-color: #EEE;
	background-image: url(../images/lvacc.jpg);
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	border-bottom-color: #BBB;
}
.lvacc:hover
{
	color: #000;
	display: block;
	background-color: #FFF;
	background-position: left -30px;
	text-decoration: none;
}
.lvacc:active
{
	color: #0099FF !important;
}
.lvacc_active
{
	color: #0099FF;
	background-position: left -60px;
}
.lvacc_active:hover
{
	color: #000;
	background-position: left -60px;
}
.hideme
{
	margin-bottom: 30px;
	padding: 5px 30px 20px;
}
/*ACCORDION end*/
HR
{
	border: none;
	border-top: 3px double #999;
	margin: 15px 0;
}
HR.black
{
	border-top: 3px double #000;
}
HR.red
{
	border-top: 3px double #FF5050;
}
HR.blue
{
	border-top: 3px double #00CCFF;
}
HR.green
{
	border-top: 3px double #66FF66;
}
H1, H2, H3, H4, H5, H6
{
	margin-top: 25px;
	margin-bottom: 10px;
}
H1
{
	font-size: 1.5em;
}
H2
{
	font-size: 1.4em;
}
H3
{
	font-size: 1.3em;
}
H4
{
	font-size: 1.2em;
}
H5
{
	font-size: 1.1em;
}
H6
{
	font-size: 1em;
}
H1.section, H2.section, H3.section, H4.section, H5.section, H6.section
{
	background-image: url(../images/icons/section.png);
	background-repeat: no-repeat;
	padding: 0 0 0 55px;
	min-height: 48px;
	line-height: 48px;
	text-decoration: underline;
	font-family: Georgia;
}
H1.section
{
	font-size: 2.2em;
}
H2.section
{
	font-size: 2em;
}
H3.section
{
	font-size: 1.8em;
}
H4.section
{
	font-size: 1.6em;
}
H5.section
{
	font-size: 1.4em;
}
H6.section
{
	font-size: 1.2em;
}
H3.the-end
{
	font-family: Georgia;
	text-align: right;
}
/*special paragraphs*/
P.contenthead
{
	background: #FFF;
	padding: 15px;
	border: 10px solid #E9E9E9;
	display: inline-block;
	width: 90%;
	color: #333;
	margin: 20px 0;
}
P.contenthead-dark
{
	background: #333;
	padding: 15px;
	border: 10px solid #555;
	display: inline-block;
	width: 90%;
	color: #CCC;
	margin: 20px 0;
}
P.contenthead-blue
{
	background: #C3D2E5;
	padding: 15px;
	border: 10px solid #E4EBF3;
	display: inline-block;
	width: 90%;
	color: #2C55BB;
	margin: 20px 0;
}
P.contenthead-red
{
	background: #E4C5CA;
	padding: 15px;
	border: 10px solid #EFDEE0;
	display: inline-block;
	width: 90%;
	color: #D55175;
	margin: 20px 0;
}
P.contenthead-green
{
	background: #8BF279;
	padding: 15px;
	border: 10px solid #C8F9BF;
	display: inline-block;
	width: 90%;
	color: #348525;
	margin: 20px 0;
}
P.tip, P.alert, P.info, P.right, P.alarm, P.tell, P.note, P.content, P.question
{
	width: auto;
	padding: 12px 30px 12px 50px;
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
P.tip
{
	border-top: 2px solid #FFEA51;
	border-bottom: 2px solid #FFEA51;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FFFFB0;
	background-image: url(../images/icons/tip.png);
}
P.alert
{
	border-top: 1px solid #FF5050;
	border-bottom: 1px solid #FF5050;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FFE1E1;
	background-image: url(../images/icons/alerts.png);
}
P.info
{
	background-image: url(../images/icons/info.png);
}
P.right
{
	background-image: url(../images/icons/right.png);
}
P.alarm
{
	background-image: url(../images/icons/alert.png);
}
P.tell
{
	background-image: url(../images/icons/tell.png);
}
P.content
{
	background-image: url(../images/icons/content.png);
}
P.note
{
	background-image: url(../images/icons/note.png);
}
P.question
{
	background-image: url(../images/icons/question.png);
}
P.hot, P.new, P.top
{
	background: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	display: inline-block;
	width: auto;
	color: #555;
	margin: 20px 0;
	padding: 15px 50px 15px 15px;
	background-position: right top;
	background-repeat: no-repeat;
}
P.hot
{
	background-image: url(../images/icons/hot.gif);
}
P.new
{
	background-image: url(../images/icons/new.gif);
}
P.top
{
	background-image: url(../images/icons/top.gif);
}
UL, OL
{
	padding-left: 20px;
}
UL LI
{
	list-style: square;
}
UL LI LI
{
	list-style: disc;
}
UL LI LI LI
{
	list-style: circle;
}
UL.arrow, UL.arrow UL, UL.folder, UL.folder UL, UL.ok, UL.ok UL, UL.star, UL.star UL, UL.cross, UL.cross UL
{
	padding-left: 10px;
}
UL.arrow LI, UL.arrow LI LI, UL.folder LI, UL.folder LI LI, UL.ok LI, UL.ok LI LI, UL.star LI, UL.star LI LI, UL.cross LI, UL.cross LI LI
{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 16px !important;
	list-style: none;
	line-height: 1.6em !important;
}
UL.arrow LI, UL.arrow LI LI
{
	background-image: url(../images/icons/arrow.gif);
}
UL.folder LI, UL.folder LI LI
{
	background-image: url(../images/icons/folder.gif);
}
UL.ok LI, UL.ok LI LI
{
	background-image: url(../images/icons/ok.gif);
}
UL.star LI, UL.star LI LI
{
	background-image: url(../images/icons/star.gif);
}
UL.cross LI, UL.cross LI LI
{
	background-image: url(../images/icons/cross.png);
}
TABLE.gray, TABLE.blue, TABLE.red, TABLE.yellow, TABLE.white
{
	border: 0;
	padding: 3px;
	font-family: Verdana;
}
TABLE.gray TH, TABLE.blue TH, TABLE.red TH, TABLE.yellow TH, TABLE.white TH, TABLE.gray TD, TABLE.blue TD, TABLE.red TD, TABLE.yellow TD, TABLE.white TD
{
	padding: 3px 10px;
	background-image: url('../images/tables.png');
	background-repeat: repeat-x;
}
TABLE.gray TH, TABLE.blue TH, TABLE.red TH, TABLE.yellow TH, TABLE.white TH
{
	padding: 6px 10px;
	font-size: 15px;
	font-weight: bold;
}
TABLE.gray
{
	color: #000;
	border: 3px double #EEE;
	background-color: #AAA;
}
TABLE.gray TH
{
	color: #000;
	border: 3px solid #CCC;
	background-color: #444;
}
TABLE.gray TD
{
	border: 3px solid #CCC;
	background-color: #EEE;
}
TABLE.blue
{
	color: #2C55BB;
	border: 3px double #66CCFF;
	background-color: #409FFF;
}
TABLE.blue TH
{
	border: 3px solid #62B0FF;
	background-color: #BBDDFF;
}
TABLE.blue TD
{
	border: 3px solid #62B0FF;
	background-color: #88C4FF;
}
TABLE.red
{
	color: #BF515B;
	border: 3px double #FF484D;
	background-color: #FF777A;
}
TABLE.red TH
{
	border: 3px solid #FF9999;
	background-color: #FFD9D9;
}
TABLE.red TD
{
	border: 3px solid #FF9999;
	background-color: #FFB5B5;
}
TABLE.yellow
{
	color: #8E8E00;
	border: 3px double #D7D700;
	background-color: #FFFF55;
}
TABLE.yellow TH
{
	border: 3px solid #E8E800;
	background-color: #FFFF6C;
}
TABLE.yellow TD
{
	border: 3px solid #E8E800;
	background-color: #FFFF6C;
}
TABLE.white
{
	color: #333;
	border: 3px double #DDD;
	background-color: #F3F3F3;
}
TABLE.white TH
{
	border: 3px solid #DDD;
	background-color: #F5F5F5;
}
TABLE.white TD
{
	border: 3px solid #DDD;
	background-color: #FFF;
}
TD
{
	font-size: 13px;
}
/*special Links*/
A.extern
{
	background-image: url(../images/icons/extern.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.www
{
	background-image: url(../images/icons/www.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.download
{
	background-image: url(../images/icons/download.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.run
{
	background-image: url(../images/icons/run.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.image
{
	background-image: url(../images/icons/image.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.user
{
	background-image: url(../images/icons/user.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.pdf
{
	background-image: url(../images/icons/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.zip
{
	background-image: url(../images/icons/zip.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.text
{
	background-image: url(../images/icons/text.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.sound
{
	background-image: url(../images/icons/sound.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.video
{
	background-image: url(../images/icons/video.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
A.info
{
	background-image: url(../images/icons/info.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
IMG.border-dark
{
	border: 1px solid #555;
	padding: 2px;
	background: #000;
}
IMG.border-light
{
	border: 1px solid #CCC;
	padding: 2px;
	background: #FFF;
}
IMG.featured
{
	float: left;
	padding: 9px;
	background: #EEE;
	margin: 5px 10px 10px 0;
	border: 1px solid #CCC;
}
IMG.featured-dark
{
	float: left;
	padding: 9px;
	border: 1px solid #000;
	background: #333;
	margin: 5px 10px 10px 0;
}
OBJECT, IMG, A
{
	outline: none;
}
IMG
{
	border: 0;
}
BLOCKQUOTE
{
	margin: 0;
	padding: 20px 30px 20px 40px;
	font-style: italic;
	font-size: 18px;
	font-family: Georgia;
	color: #333;
	background: #FEFEFE;
	border: 1px dotted #CCC;
	text-align: justify;
	background-image: url(../images/icons/quote.png);
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
CODE
{
	font-size: 1.2em;
}
PRE
{
	border: 1px solid #F3F3F3;
	border-left: 1px solid #00FF00;
	background: #FFF;
	padding-left: 12px;
	font-size: 11px;
	font-family: monospace !important;
	color: #000;
	background-image: url(../images/icons/pre.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: auto;
}
SPAN.dropcap
{
	font-family: Georgia;
	float: left;
	font-size: 3em;
	line-height: 0.9em;
	margin-right: 0.03em;
	margin-bottom: -0.25em;
}
/*columns for content start*/
.lv-cols
{
	overflow: hidden;
	width: auto;
	display: inline-block;
	margin: 10px 0;
}
.lv-cols2
{
	float: left;
	width: 48%;
	padding: 0 1%;
}
.lv-cols3
{
	float: left;
	width: 31.33%;
	padding: 0 1%;
}
.lv-cols4
{
	float: left;
	width: 23%;
	padding: 0 1%;
}
.lv-cols5
{
	float: left;
	width: 18%;
	padding: 0 1%;
}
.lv-cols6
{
	float: left;
	width: 14.66%;
	padding: 0 1%;
}
.lv-cols P
{
	margin: 7px 0;
}
/*columns for content end
easy tooltips start*/
.easy-tooltip-default, .tip-white, .tip-black, .tip-blue, .tip-red, .tip-green, .tip-yellow
{
	padding: 3px 5px;
	max-width: 300px;
	z-index: 9999;
	font-size: 11px;
	line-height: normal;
}
/*easy tooltips end
easy caption start*/
.easy-caption
{
	clear: both;
}
.easy-caption-foreground
{
	line-height: normal;
}
.easy-caption-title
{
	padding: 2px 5px;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.easy-caption-text
{
	font-size: 11px;
	padding: 4px 5px;
	display: block;
}
.easy-caption-wrapper
{
	display: inline-block;
	margin: 5px 10px 10px 0;
	padding: 9px;
}
.easy-caption-close
{
	padding: 0px 4px;
	text-align: right;
	font-size: 10px;
}
/*easy caption end*/
