﻿.ContentItemName
{
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

.ContentItemMenuName
{
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: #0000DD;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ContentItemShortDescription
{
	font-family: Verdana;
	font-size: 1.1em;
	color: #000000;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px;
}

.ContentItem_DescriptionArea
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ContentItem_TextParagraphContainer
{
	font-family: Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.ContentItem_ImageContainer
{
	text-align:center;
}

.ContentItem_Image
{
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.ContentItem_ImageDidascaly
{
	text-align:center;
	font-size: 10px;  	
}


.ContentItem_MovieContainer
{
	text-align:center;
}

.ContentItem_Movie
{
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.ContentItem_MovieDidascaly
{
	text-align:center;
	font-size: 10px;  	
}



/***********************************************************************************************************************/
/******************* TEXT PARAGRAPH ***********************************************************************************************/
/***********************************************************************************************************************/

.TextParagraph
{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.TextParagraphTitleAndBodyContainer
{
}

.TextParagraphTitleAndBodyContainerBoxed
{
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: justify;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 2px;
	background-color: #dce7dc;
	padding: 2px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.TextParagraphTitle
{
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	text-align: justify;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 2px;
	background-color: #dce7dc;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.TextParagraphPostTitle
{
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	text-align: justify;	
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}


.TextParagraphTitleIcon
{
	float: left;
	height: 30px;
}

.TextParagraphTitleText
{
}

.TextParagraphTitle A
{
	text-decoration: none;
}

.TextParagraphTitleNoBorder
{
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	text-align: justify;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.TextParagraphBody
{
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: normal;
	color: black;
	text-align: justify;
	padding: 2px;
}

.TextParagraphFooter
{
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: normal;
	color: black;
	margin: 2px;
	text-align: center;
}

.TextParagraphFooterButton
{
	font-family: Verdana;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	display: block;
	vertical-align: top;
	text-decoration: none;
	width: 110px;
}

.TextParagraphFooterButton a
{
	font-weight: normal;
}

.TextParagraphFooterButton img
{
	margin: 0px;
	border: 0px;
	top: 3px;
	position: relative;
}

.TextParagraphFooterButton:hover
{
	border-color: #CCD5DD;
	font-weight: normal;
	background-color: #EEF8FF;
	text-decoration: none;
}

.TextParagraphFooterButton a:hover
{
	border-color: #CCD5DD;
	font-weight: normal;
	background-color: #EEF8FF;
	text-decoration: none;
}

.TextParagraphBoxed
{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 2px;
	background-color: #dce7dc;
	padding: 2px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.TextParagraphButton
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 15px;
	display: inline;
	float: right;
	vertical-align: top;
	text-decoration: none;
}

.TextParagraphButton:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}

.TextParagraphButton a:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}



.ContentItemButton
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 15px;
	display: inline;
	float: right;
	vertical-align: top;
	text-decoration: none;
}

.ContentItemButton:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}

.ContentItemButton a:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}


.ContentItemButtonNoFloat
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-color: #CCCCDD;
	border-style: solid;
	border-width: 1px;
	background-color: #EEEEFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 15px;
	display: block;
	vertical-align: top;
	text-decoration: none;
}

.ContentItemButtonNoFloat:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}

.ContentItemButtonNoFloat a:hover
{
	border-color: #CCD5DD;
	background-color: #EEF8FF;
	text-decoration: none;
}


/***********************************************************************************************************************/
/******************* DESCRIPTORS ****************************************************************************************/
/***********************************************************************************************************************/

.CreationUpdateDescriptorContainer
{
	margin-top: 8px;
	margin-bottom: 10px;
}

.CreationDescriptorContainer
{
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.UpdateDescriptorContainer
{
	display: inline;
	border-left: 1px solid #dddddd;
	padding-left: 3px;
	padding-right: 3px;
}

/***********************************************************************************************************************/
/******************* REFERENCES ****************************************************************************************/
/***********************************************************************************************************************/

.ReferencesEditorContainer
{
margin-top: 20px;
	/*
	background-color: #dce7dc;
	text-align: justify;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
*/
}

.ReferencesEditorContainerTitle
{
/*
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 5px;
	background-color: #7dd990;
*/
font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

.ReferencesEditorCategory
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #dce7dc;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ReferencesEditorCategoryHeader
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-align: justify;
	background-color: #dce7dc;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: solid 1px #ffffff;
}

.ReferencesEditorReferencesContainer
{
	background-color: #f7fff9;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 0px;
}

.ReferencesEditorReference
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-align: justify;
	background-color: #f7fff9;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}

.ReferencesEditorReference A
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}


.ReferencesEditorReference:hover
{
	background-color: #AED9E1;
}

/***********************************************************************************************************************/
/******************* TOC ***********************************************************************************************/
/***********************************************************************************************************************/

.TableOfContentsContainer
{
	background-color: #f7fff9;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	text-align: justify;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.TableOfContentsTitle
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 3px;
	background-color: #7dd990;
}

.TableOfContentsRefsContainer
{
}

.TableOfContentsRef
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
	text-align: justify;
	background-color: #f7fff9;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}

/***********************************************************************************************************************/
/******************* CAROUSEL ******************************************************************************************/
/***********************************************************************************************************************/

.CarouselContainer {
	width:400px;
	height:250px;
	overflow:scroll;
	border:2px solid #999;
}
.textholder {
	text-align:left;
	font-size:small;
	padding:6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;
}

