@CHARSET "UTF-8";

.uzi-widget-content{
	background-color: #FAFAFA;
}

.tbl_content_top {
	vertical-align:top;
}
/* 	background-color: gray; */

#rightcontent {
	padding-top: 50px;
}

/*Top menu items*/
#topmenu {
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 1000px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-top: 8px;
}

#principal {
	float: right;
	margin: 3px 9px;
	font-size: 0.75em;
	margin-top: 5px;
}

.centeredPanel {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 100%;
}

#accountcontainer,#groupcontainer {
	width: 500px;
	margin: 0px auto;
}
#settingscontainer {
/* 	width: 274px; */
	/* outline: red solid thin */
}
.accountgrid1 {
	/* outline: red solid thin */
}
.accountgrid2 {
	line-height:25px;
	padding-top:3px; 
	padding-bottom:1px;
/* 	width:250px; */
	/* outline: green solid thin */
}
.accountgrid2edit {
	line-height:25px;
	padding-top:3px; 
	padding-bottom:1px;
 	width:600px; 
	/* outline: green solid thin */
}
#accountTabPane {
 	width:600px; 
/* 	outline: green solid thin */
}

.accountTabPaneDiv {
/*  	width:600px;  */
/* 	outline: green solid thin */
}

.accountgrid2Row1 {
	/* outline: blue solid thin */
}

#connectionsettings {
	margin-top: 27px;
	/* outline: blue solid thin */
}
.settingspanel {
	width: 262px;
	line-height:25px;
	/* outline: orange solid thick; */
}
.settingspanelCol1 {
	/*outline: red solid thin;*/
}
.settingspanelCol2 {
	width: 40px;
	/* outline: green solid thin;*/
}
#apnpanel {
	padding-left:4px;
	line-height:25px;
	/* outline: blue solid thick; */
}

.centeredText {
	text-align: center;
}

.editMode {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 75, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 75, 0.5);
}

.tableHeader {
	text-align: left;
}

.newuserCol1 {
	text-align: right;
}

.newuserCol4 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.myaccountCol1 {
	text-align: right;
}

.myaccountCol2 {
	text-align: left;
}

.deviceStatsC1 {
	width: 20%
}
.deviceStatsC2 {
	width: 40%
}
.deviceStatsC3 {
	width: 40%
}

/*Top menu items*/
/*Text styles*/
.carved_medium,.carved_medium_bold {
	font-size: 12px;
	color: #CCC;
	text-shadow: 0px -1px 1px #000;
}

.carved_medium_bold {
	color: #343546;
}

.header1 {
	font-size: 18px;
	font-weight: normal;
}

.header2 {
	font-size: 12px;
	color: #787878;
}

.header3 {
	font-size: 15px;
	font-weight: bold;
}

.header4 {
	color: #484848;
	font-weight: bold;
}

/*MAIN COMPONENTS*/

.myHomeMenuItem a {
	width: 40px;
}

/*TREE PANEL*/
#treepanel {
	max-width: 10px;
}
/*TREE PANEL*/
.selectedNodetrue span {
	font-weight: bold;
}


/*Div formattings*/
.rounded_frame {
	-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.4);
	/*Tunn linje runtom*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded_frame_no_shadow { /*Tunn linje runtom*/
	-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid gray;
}

/*Configuration Tables*/
.oddColumn {
	width: 80px;
	background-color: #CCCCFF;
}

.evenColumn {
	width: 80px;
	background-color: #C0C0C0;
}

.generalBox {
	margin: 15px 15px 0 0;
	padding: 15px;
	background: #FAFAFA;
	border: 1px solid #d9d9d9;
	display: block;
}

/* Unit status */
.unitStatusAlert {
	color:purple;
}
.aaTestStatusOK {
	color:green;
}
.unitStatusOK {
	color:green;
}
.unitStatusActive {
	color:orange;
}
.unitStatusInactive {
	color:gray;
}

.unitStatusText {
	font-weight:bold;
	margin-left:5px
}
.simpleStatusTable .unitStatusText {
	font-weight:bold;
	margin-left:0px
}

/* Unit Command Buttons */
/* .unitCmdBtn,.unitCmdBtn-dis { */
/* 	width:200px; */
/* } */

/* .highlightBtn { */
/* 	color:orange; */
/* 	background-color: Gray;	 */
/* }	 */

/* Help sign in a circle */
.circle-box{
    background: none repeat scroll 0% 0% #CEF;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
}


/* Outlines för debug */
/* Allmän div-markering */
/*
.div {
	background-color: LightCyan;
	outline: green solid thin
} 
*/

/* outline: blue solid thin; */
/* style="outline:red solid thin" */
/* style = "outline:green dotted thick" */

