/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif;}


/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#104E8B;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */

/* Head section */
#head {
    background: #000 url(./images/head-bg.png) repeat-x;
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    background: url(./images/inettuts.png) no-repeat center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
        min-width: 50%;
}

/* Column dividers (background-images) : 
	#columns #column1 { background: url(./images/column-bg-left.png) no-repeat right top; }
	#columns #column2 { background: url(./images/column-bg-right.png) no-repeat left top; }*/
	
#columns #column1 .widget { margin: 10px 10px 0 10px; }
#columns #column2 .widget { margin: 10px 10px 0 10px; }
#columns .widget {
    margin: 10px 10px 0 10px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #333 url(./images/widget-content-bg.png) repeat-x;
    padding: 0 0px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
/*
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
*/
/* End Columns section */


/*EXTRA for end process iNettut.inti()*/
/* Columns section */
#columns .column-n {
    float: left;
    min-width: 600px;
		/* Min-height: */
		min-height: 400px;
		height: auto !important;
		height: 400px;
}

/*
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
*/
/* End Columns section */

#columnsX .column-n {
    float: left;
    width: 1200px;
		/* Min-height: */
		min-height: 400px;
		height: auto !important;
		height: 400px;
}


.dashBoard .ui-widget-content { border: 1px solid #A6C9E2/*{borderColorContent}*/; background: #000000/*{bgColorContent}*/ /*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.dashBoard .ui-widget-content a { color: #222222/*{fcContent}*/; }
.portlet { margin: 0 1em 1em 1em; }
.portlet-header { cursor:move; margin: 0.3em; padding-bottom: 3px; padding-left: 0.2em; border: 1px solid #A6C9E2/*{borderColorHeader}*/; background: #104E8B/*{bgColorHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #ffffff/*{fcHeader}*/; font-weight: bold; }
.portlet-header .ui-icon { cursor:pointer; float: right; margin-top:3px; margin-right:3px; background-color:whiteSmoke;}
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 150px !important; background-color:transparent;}
.ui-sortable-placeholder * { visibility: hidden; }

