/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}
A,A:LINK,A:ACTIVE,A:VISITED{
	color			: #245066;
	text-decoration	: none;
	font-weight		: bold;
}
A:HOVER{
	color			: #000;
	font-weight		: bold;
	text-decoration	: underline;
}


#Menu
{
	background-color: #4186A9;
	width: 100%;
	border-bottom: solid 2px #000000;
	float: left;
}

#Menu #Systeminformation
{
	clear: both;
	float:left;
	font-size: 9px;
	color: #c3c3c3;
	width: 250px;
}

#Menu #Logo
{
	float:right;
	margin: 0 10px 0px 0px;
}

#Menu #JSMenu
{
	clear:both;
	float:left;
	width: 100%;
	
}

/** **/
#Working
{
	position:absolute;
	margin: 10px 10px 10px 10px;
	visibility: hidden;
	top: 80px;
	left: 0px;
}

/** **/
#Content 
{
	margin: 10px 10px 10px 10px;
}


#Content #ContentLeft
{
	clear:both;
	float:left;
	width:400px;
}

#Content #ContentRight
{
	float:right;
	width:200px;
}

#Content #Head 
{
	float:left;
	clear:both;
	padding: 0px 0px 10px 0px;
}
#Content #Head legend, #Content #SEOURL legend
{
	font-size: 14px;
	font-weight: bold;
	color: #4186A9;
	padding: 0px 10px 0px 5px;
}
#Content #Head fieldset, #Content #SEOURL fieldset
{
	width: 800px;
	vertical-align:middle;
}

#Content #Head fieldset p
{
	color: #626262;
	font-size: 11px;
	margin: 0 0 0 0;
}

#Content #Head fieldset label, #Content #SEOURL label
{
	color: #626262;
	font-size: 11px;
	display:inline-block;
	height:15px;
	padding: 5px 0px 0px 5px;
}

#Content #Head fieldset input
{
	font-size		: 11px;
}

#Content #Head fieldset select
{
	font-size		: 11px;
	width			: 100px;
}

#Content #Head fieldset .cDDLMonth
{
	width: 80px;
}

#Content #Head fieldset .cDDLYear
{
	width: 50px;
}

#Content #Head fieldset .cDDLEntriesPerPage
{
	width: 50px;
}

#Content #Detail
{
	clear:both;
	float:left;
}

/* Color Something */
.RedFont
{
	color: Red;
}

.GreenFont
{
	color: Green;
}

.YellowFont
{
	color: #FFDE00;
}

.BlueFont
{
	color: Blue;
}

/* Login */
#Login 
{
	width: 250px;
	float: left;
	clear: both;
}
#Login .FrmH .Message p
{
	border: 5px 0x 0px 0px;
	color: Red;
}

#Login .FrmH fieldset .Hint
{
	font-size: 11px;
	float: left;
}

#Login .FrmH legend
{
	font-size: 14px;
	font-weight: bold;
	color: #4186A9;
	padding: 0px 10px 0px 5px;
}

#Login .FrmH
{
	padding: 10px 0px 0px 0px;
}

#Login .FrmH label
{
	padding: 5px 0px 0px 0px;
	width: 50px;
}

#Login .FrmH .Val input
{
	width: 150px;
	
}

/* SEO */
.SEOSINGLE
{
	width: 500px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

.SEOMULTI
{
	width: 500px;
	height: 40px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

#Content #SEOURL .cSEODDLURL
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
	width: 550px;
}

/* Columns */
table
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px #000000;
	clear: both;
}
/* COLS in SEO */
.SEOCOLKey
{
	width: 150px;
	text-align: right;
	padding: 3px 10px 0px 0px;
}

.SEOCOLValue
{
	width: 510px;
	text-align: left;
	padding: 3px 10px 0px 0px;
}


.SEOCOLKeywordsOrg
{
	width: 150px;
	text-align: right;
	padding: 3px 3px 0px 3px;
}

.SEOCOLKeywordsKey
{
	width: 420px;
	padding: 3px 3px 0px 3px;
}	

.SEOCOLKeywordsValue
{
	width: 80px;
	text-align: right;
	padding: 3px 3px 0px 3px;
}

.LANGUAGE
{
	background-color: #EFEFEF;
	text-align: center;
	padding: 3px 0px 5px 0px;
	font-weight: bold;
	border: solid 1px #000000;
}

/* COLs in CONTENT */
.CONTENTCOLTitle
{
	width: 205px;
}

.CONTENTCOLPublish
{
	width: 150px;
}

.CONTENTCOLTemplate
{
	width: 150px;
}

.CONTENTCOLAction
{
	width: 300px;
}

/* COLs in CONTENTDETAIL */
.CONTENTDETAILCOLField
{
	width			: 110px;
	font-size		: 11px;
	text-align		: right;
	vertical-align	: top;
	padding			: 5px 5px 0px 0px;
}

.CONTENTDETAILCOLValue
{
	width			: 450px;
	background-color: #B6E6FF;
	vertical-align	: top;
	font-size		: 11px;
}

.CONTENTDETAILCOLValue input
{
	font-size		: 11px;
	width			: 443px;
}

.CONTENTDETAILCOLValue input.img
{
	font-size		: 11px;
	width			: auto;
}

.CONTENTDETAILCOLValue .checkbox INPUT{
	width			: auto;
}
.CONTENTDETAILCOLValue textarea
{
	font-size		: 11px;
	width			: 443px;
    FONT-FAMILY		: Verdana, Helvetica, sans-serif;
	
}

.CONTENTDETAILCOLValue label
{
	font-size		: 11px;
	text-decoration : underline;
	padding			: 0px 5px 0px 0px;
}

.CONTENTDETAILCOLAction
{
	width			: 380px;
	background-color: #B6E6FF;
	vertical-align	: top;
	font-size		: 11px;
}

.CONTENTDETAILCOLAction input, .CONTENTDETAILCOLAction button
{
	font-size		: 11px;
	width			: 60px;
}

.CONTENTDETAILCOLAction .ECEALIKELANGUAGE
{
	font-size		: 11px;
	width			: 90px;
}

.CONTENTDETAILCOLAction .ECEATRANSLATE
{
	font-size		: 11px;
	width			: 100px;
}

/* ECEDITFIELD */
.ECEDITFIELDMUST 
{
	font-weight : bold;
	color	   : #4186A9;
}

.ECEDITFIELDOPT
{
	color	   : #626262;
}

.ECEDITFILEUPLOAD
{
	clear:both;
	float:left;
	width: 150px;
}
.ECEDITFILEICON
{
	float			: right;
	width			: 100px;
	background-color: White;
	border			: solid 1px #000000;
	margin			: 25px 2px 0px 2px !important;
	margin			: 2px;
	padding			: 2px 2px 2px 2px;
	
}

.ECEDITFILETEXT
{
	clear:both;
}

.ECEDITFILETEXT input
{
	width: 405px;
	vertical-align: middle;
}

.ECEDITADDLINK
{
	clear:both;
}

.ECEDITADDLINK input
{
	width: 392px;
	vertical-align: middle;
}

/* InlineEdit */
.cNEWTEMPLATE
{
	background-color	: #B6E6FF;
	color				: #626262;
	font-size			: 9px;
}

.cZeileEven,.cEven{
	background-color	: #F7F7FF;
	color				: #626262;
	font-size			: 11px;
}
	
.cZeileOdd ,.cOdd{
	background-color	: #FFFFFF;
	color				: #626262;
	font-size			: 11px;
}

.cEditZeile {
	background-color	: #74BCEE;
	color				: #626262;
	font-size			: 11px;
}

.cEditZeile input, .cEditZeile select, .cEditZeile textarea {
	font-size			: 11px;
}
.tfoot
{
	font-size			: 11px;
	background-color	: #4186A9;
	color				: #FFFFFF;
	text-align			: center;
	height				: 20px;
}

th
{
	font-size			: 11px;
	background-color	: #4186A9;
	color				: #FFFFFF;
	height				: 20px;
	vertical-align		: top;
}

td
{
	vertical-align: top;
}

/* DIV for "Action" in Table Head */
#HeadAction
{
	float:left;
}

/* Pager on Right */
#HeadPager
{
	float				: right;
	padding				: 0px 10px 0px 0px;
	color				: #FFFFFF;
}

#HeadPager a:link, #HeadPager a:visited, #HeadPager a:active
{
	color				: #FFFFFF;
	text-decoration		: underline;
}

#HeadPager a:hover
{
	color				: yellow;
	text-decoration		: underline;
}


/* QUICKEDIT */
#Content #QuickEdit
{
	clear: both;
	float: left;
	width: 100%;
}

#Content #QuickEditBtn 
{
	clear		: both;
	float		: left;
	width		: 100%;
	margin		: 5px 0px 5px 0px;
	padding		: 5px 0px 5px 0px;
	text-align	: center;
}
#Content #QuickEdit .cQUICKEDIT
{
	font-size		: 11px;
	width			: 390px;
	height			: 220px;
    FONT-FAMILY		: Verdana, Helvetica, sans-serif;
}

#Content #QuickEdit .cQUICKEDITWYSIWYG
{
	display			: none;
}

/* BUTTON */
.cSPECIALBUTTON
{
	font-size			: 11px;
	color				: #000000;
}

.cACTIONBUTTON
{
	font-size			: 11px;
	width				: 50px !important;
	color				: #000000;
}

.cDELETEBUTTON
{
	font-size			: 11px;
	/*width				: 50px !important;*/
	color				: #CD0000;
}
.cSAVEBUTTON
{
	font-size			: 11px;
	width				: 50px !important;
	color				: Green;
}

.cEDITBUTTON
{
	font-size			: 11px;
	width				: 50px !important;
	color				: #4186A9;
}

.cSYMBOLBUTTON
{
	font-size			: 11px;
	width				: 20px !important;
	color				: #000000;
}

.cNEWTEMPLATE input, .cNEWTEMPLATE textarea, .cNEWTEMPLATE select
{
	font-size			: 11px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

/* CONTENTTYPE */
/* COLs in CONTENTTYPE */
.CONTENTTYPECOLTYPE
{
	width: 125px;
}

.CONTENTTYPECOLNAME
{
	width: 135px;
}

.CONTENTTYPECOLMONO
{
	width: 100px;
}

.CONTENTTYPECOLONCLICK
{
	width: 100px;
}

.CONTENTTYPECOLMONO
{
	width: 50px;
}

.CONTENTTYPECOLWITH
{
	width: 50px;
}

.CONTENTTYPECOLNEEDED
{
	width: 50px;
}

.CONTENTTYPECOLSHRINK
{
	width: 140px;
}

.CONTENTTYPECOLAction
{
	width: 150px;
}
.cContentType 
{
	clear: both;
}


.cContentType .cEdit .cHead label
{
	width: 150px;
	display:inline-block;
}

.cContentType .cEdit .cHead input, .cContentType .cEdit .cHead select
{
	width: 250px;
	font-size: 11px;
}

.Year{
	width			: 50px;
}
.Day,.Month{
	width			: 30px
}
/*************************************************************************************
									VOIP
/*************************************************************************************/
.ErrorDiv
{
	padding		: 5px 5px 5px 5px;
	margin-top		: 10px;
	margin-bottom	: 10px;	
	background-color: #d40000;
	color			: #fff;
}
.VoipAnfrageError
{
	color: #fff;
	background: #d00404;
	padding		: 5px;
	font-weight: bold;
	margin: 15px 0px;

	width			: 790px;
	clear			: both;
	display			: block;
}
.VoipInvalidFields{
	border			: solid 1px #d40000;
}
.VoipTable,.VoipDiv{
	float			: left;
	clear			: both;
	width			: 800px;
	margin			: 10px 0px;
}
.VoipDiv TABLE{
	width			: 800px;
}
.VCOLTitle{
	width			: 200px;
}
.VCOLAction{
	width			: 150px;
}
#VoipForm
{
	float			: left;
	width			: 800px;
	
}

#VoipForm LABEL
{
	float			: left;
	width			: 240px;
	clear			: left;
}
/*
#VoipForm SELECT
{
	float			: left;
	margin-right	: 100px;
}
#VoipForm INPUT,#VoipForm TEXTAREA{
	float			: left;
	width			: 150px;
	margin-right	: 200px;
	clear			: none;
}
#VoipForm #VoipFrmDateRow
{
	width			: 600px;
	clear			: both;
	float			: left;
}
#VoipForm #VoipFrmDateRow INPUT,#VoipForm #VoipFrmDateRow LABEL
{
	float			: left;
	clear			: none;
	margin-right	: 0px;
}
#VoipForm #VoipFrmDateRow SPAN
{
	float			: left;
	display			: inline-block;
}
*/
#VoipFrmDateRow .Day,#VoipFrmDateRow .Month
{
	width			: 30px;
}
#VoipFrmDateRow .Year
{
	width			: 50px;
}
.amountbox
{
	width			: 50px;	
}
.VDestinations{
	margin-top		: 15px;
	clear			: both;
}
.VDestinations TABLE{
	table-layout	: fixed;
}

.VDestinations .VDestItem{
	float			: left;
	width			: 500px;
	border			: solid 1px #000;
	margin-left		: 10px;
}
.VHLeft{
	float			: left;
	clear			: none;
	padding-bottom	: 5px;	
}
.VHLeft LABEL{
	margin-left		: 10px;
	width			: 120px;
}
/**************** Pager *********/
.VoipPager{
	float				: right;
	padding-right		: 5px;
	clear				: none;
	text-align			: right;	
	color				: #9b9b9b;
	font-family			: Verdana;
	font-size			: 10px;
}
.VoipPager .PagerActiveLink{
	color				: #000;
	font-weight			: bold;
	margin-left			: 5px;
}
.VoipPager A,.VoipPager A:VISITED,.VoipPager A:ACTIVE{
	margin-left			: 5px;
	margin-right		: 5px;
	color				: #9b9b9b;
	text-decoration		: none;
}
.VoipPager A:HOVER{
	color				: #d40000;
	text-decoration		: underline;
}
.VoipPager IMG
{
	vertical-align		: middle; 
	border				: none 0px #fff;
}
.cMouseOver{
	background-color	: #dff7ff;
}
.ZipCode{
	width				: 50px;
}

/** STATISTICS **********/
.statsMonthly{
	float			: left;
	width			: 800px;	
	margin-top		: 20px;
}
.statsMonthly .yearsDD{
	text-align		: center;
	width			: 600px;
	float			: left;
}
.statsMonthly SPAN,.statsMonthly .statsMonthlylegends{
	float			: left;
}
.statsMonthly .statsMonthlylegends{
	width			: 175px;
	margin-top		: 35px;
}


/****************************** Coalesys Web Menu *************/
.cswmExpand IMG{
	margin-top			: 5px;
}


/**************** StatusMessageBox ***********/

table.cERRORFEEDBACK,
table.cSTATUSFEEDBACK
{
	float: left;
	clear: both;
	margin: 25px;
	border: solid 1px #000;
}

table .cERRORHEADLINE,
table .cSTATUSHEADLINE
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color:#d04000;
}
table .cSTATUSHEADLINE
{
	background-color: green;
}
