/*
	This library is a part of Serval project. If you witsh to use this file, please read 
	license agreement at project website http://ServalContentManagement.informdesk.int.ru/.
	(c) 2005-2007, Anton Baskov (Persinval), http://www.persinval.int.ru/
	
	Serval Library for web design
	Version: 1.3 - Text styles
	
	Changes history
	1.3.		Common text style for web sites
*/

/* ===================================== */
/*           Оформление текта            */
/* ===================================== */
p { 
	text-align: justify;
	text-indent: 0.35em;
	margin-top: 0.1em;
	margin-bottom: 0.7em;
}

.icsContentText ul, .icsContentText ol {
	padding-bottom: 0.7em;
}

/*p + ul, p + ol { 
	margin-bottom: 0.7em;
}*/


/* Quotes */
q, blockquote {
	margin: 0.65em 0.65em 0.65em 3em; border-left: solid 1px silver;
	padding: 0em 0.65em 0em 0.65em; text-indent: 0em;
	font: italic Georgia, Verdana, Arial;
}
q:before, q:after 
	{ content: ""; }
abbr 
	{ cursor: help; }

/* Lists */
.icsContentText ol, .icsContentText ul 
	{ list-style-position: outside; }

/* Specific styles */
.todo, .comment { 
	margin: 1em;
	padding: 0.5em;
	border: solid 1px silver;
	border-left: solid 0.5em lightgreen;
	font-style: italic;
}
.comment {
	border-left-color: Orange;
}


hr { 
	height: 1px;
	margin: 2em 0em 2em 0em;
	color: #6699cc;
	background-color: #6699cc;
	border: none;
}


/* ===================================== */
/*           Tables in content           */
/* ===================================== */
/* Table borders & paddings */
.icsContentText table, 
.icsContentText th, 
.icsContentText td {
	border: solid 1px silver;
	padding: 0.35em 0.5em 0.35em 0.5em;
}

/* Table cells alignig */
.icsContentText th, 
.icsContentText td { 
	vertical-align: middle;
}
.icsContentText th {
	text-align: left;
}
.icsContentText th+th, 
.icsContentText thead th {
	text-align: center;
}
.icsContentText td {
	text-align: center;
}

/* Table specific cells decorations */
.icsContentText thead{
	background: #D2EAF1;
}
.icsContentText thead th{
	font-weight: bold;
}
.icsContentText tfoot td {
	font-style: italic;
}

/* ===================================== */
/*                    Headers            */
/* ===================================== */
h1,h2,h3,h4,h5 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	/*move to line height*/
}
h1		{ font-size: 160%; font-weight: normal; }
h2		{ font-size: 150%; font-weight: normal; }
h3		{ font-size: 140%; font-weight: normal; }
h4		{ font-size: 130%; font-weight: normal; font-style: italic; }
h5		{ font-size: 120%; font-weight: normal; font-style: italic; }


/* ===================================== */
/*               Ссылки                  */
/* ===================================== */
a												{ color: #336699; text-decoration: none; }
a:visited										{ }
a:hover, a:active								{ color: #6699cc; text-decoration: underline; }

/* Скрытые ссылки для оформление копирайтов */
a.secretlink, a:hover.secretlink				{ color: black; text-decoration: none; }
a:hover.secretlink, a:active.secretlink			{ color: gray; text-decoration: none; }
